Initial creation of Obsidian Vault, with .gitignore ignoring the .obsidian config folder
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# OS and editor clutter
|
||||||
|
.DS_Store
|
||||||
|
._*
|
||||||
|
Thumbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
Icon?
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*.tmp
|
||||||
|
|
||||||
|
# Obsidian - exclude all configuration
|
||||||
|
.obsidian/
|
||||||
|
.trash/
|
||||||
0
Notes/Main Base.base
Normal file
0
Notes/Main Base.base
Normal file
35
Notes/PWM Candles.md
Normal file
35
Notes/PWM Candles.md
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
---
|
||||||
|
created: 2026-06-07T14:31:00
|
||||||
|
Index: "[[Escape Gallery]]"
|
||||||
|
tags:
|
||||||
|
- software
|
||||||
|
- escape-gallery
|
||||||
|
- electrical
|
||||||
|
source:
|
||||||
|
---
|
||||||
|
# PWM Candles
|
||||||
|
---
|
||||||
|
|
||||||
|
## Steps
|
||||||
|
- [ ] Create good looking candles
|
||||||
|
- [ ] Wax dripping down
|
||||||
|
- [ ] Base: screw holes for mounting, secured in candles
|
||||||
|
- [ ] Wires go out
|
||||||
|
- [ ] Create LED s with resistors
|
||||||
|
- [x] Resistors wired directly to LEDs (for 12 v) so it is clean
|
||||||
|
- [ ] Place LED s in candles
|
||||||
|
- [ ] Wire 3 mosfet boards
|
||||||
|
- [x] Test mosfet boards with LED s on test rig
|
||||||
|
- [ ] Create path for wires from mosfet/raspberry pi
|
||||||
|
- [ ] Route wires to candle locations
|
||||||
|
- [ ] Mount candles to table
|
||||||
|
- [ ] Wooden/3d printed base to hold candles together?
|
||||||
|
- [ ] Wire candles
|
||||||
|
- [ ] Software
|
||||||
|
- [ ] PWM control for the 3 mosfet boards
|
||||||
|
- [ ] Integrate into the escape room control
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
## References:
|
||||||
13
Templates/Main Note Template.md
Normal file
13
Templates/Main Note Template.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
created:
|
||||||
|
Index:
|
||||||
|
tags:
|
||||||
|
source:
|
||||||
|
---
|
||||||
|
# {{Title}}
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
## References:
|
||||||
Reference in New Issue
Block a user