diff --git a/Indexes/Retro.md b/Indexes/Retro.md deleted file mode 100644 index e69de29..0000000 diff --git a/Notes/Odin - PWM Candles.md b/Notes/Odin - PWM Candles.md new file mode 100644 index 0000000..c82f3c1 --- /dev/null +++ b/Notes/Odin - PWM Candles.md @@ -0,0 +1,42 @@ +--- +created: 2026-06-07 +Index: "[[Odin]]" +tags: + - software + - electrical + - table-candles +source: +active: false +completed: 2026-07-01 +--- +# Goal + +Create good looking PWM based candles that are mounted to the table in Odin's Dilemma. This will remove the need to replace batteries in the candles, saving money and simplifying the room reset. +## Tasks + +- [ ] Buy caps ➕ 2026-07-11 +- [ ] Install wooden caps over screws ➕ 2026-07-11 +- [x] Create good looking candles + - [x] Wax dripping down + - [x] Base: screw holes for mounting, secured in candles + - [x] Wires go out + - [x] Create LED s with resistors + - [x] Resistors wired directly to LEDs (for 12 v) so it is clean + - [ ] Place LED s in candles + - [x] Wire 3 mosfet boards + - [x] Test mosfet boards with LED s on test rig + - [x] Create path for wires from mosfet/raspberry pi + - [x] Route wires to candle locations + - [x] Mount candles to table ✅ 2026-07-11 + - [x] Wooden/3d printed base to hold candles together? ✅ 2026-07-11 + - [x] Wire candles ✅ 2026-07-11 + - [x] Software ✅ 2026-07-11 + - [x] PWM control for the 2 mosfet boards + - [x] Integrate into the escape room control ✅ 2026-07-11 + +## PWM Candles Software + +1. User inputs the desired LED pins (via mosfets) to program +2. Program sets them as output +3. Program flickers each pin simultaniously, but with different flicker rates. +## References: diff --git a/Notes/PWM Candles Software.md b/Notes/PWM Candles Software.md deleted file mode 100644 index 8898ce2..0000000 --- a/Notes/PWM Candles Software.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -created: 2026-06-08T14:10:00 -Index: "[[Odin]]" -tags: - - software - - table-candles -source: ---- -# PWM Candles Software ---- - -1. User inputs the desired LED pins (via mosfets) to program -2. Program sets them as output -3. Program flickers each pin simultaniously, but with different flicker rates. - ---- -## References: diff --git a/Notes/PWM Candles.md b/Notes/PWM Candles.md deleted file mode 100644 index 4aa1bc1..0000000 --- a/Notes/PWM Candles.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -created: 2026-06-07T14:31:00 -Index: "[[Odin]]" -tags: - - software - - electrical - - table-candles -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 - - [x] Wire 3 mosfet boards - - [x] Test mosfet boards with LED s on test rig - - [x] Create path for wires from mosfet/raspberry pi - - [x] Route wires to candle locations - - [ ] Mount candles to table - - [ ] Wooden/3d printed base to hold candles together? - - [ ] Wire candles - - [ ] Software - - [x] PWM control for the 2 mosfet boards - - [ ] Integrate into the escape room control - - - ---- -## References: diff --git a/Notes/Record Puzzle.md b/Projects/Glitch - Vinyl Record Puzzle.md similarity index 98% rename from Notes/Record Puzzle.md rename to Projects/Glitch - Vinyl Record Puzzle.md index af2b6da..8329502 100644 --- a/Notes/Record Puzzle.md +++ b/Projects/Glitch - Vinyl Record Puzzle.md @@ -7,14 +7,11 @@ tags: - speaker source: --- -# Record Puzzle ---- +# Summary -## Needed - 6 record slots that read records with RFID reader to check if it is the correct record - Songs of correct record play on speaker below each record holder - Hand sensor for someone to place hand on record holder, then song plays - ## Constraints - 1 Raspberry Pi - Limits of I2C diff --git a/Indexes/Odin.md b/Projects/Microswitch Pulse Generator.md similarity index 100% rename from Indexes/Odin.md rename to Projects/Microswitch Pulse Generator.md diff --git a/Templates/Project Template.md b/Templates/Project Template.md new file mode 100644 index 0000000..c2c24a4 --- /dev/null +++ b/Templates/Project Template.md @@ -0,0 +1,14 @@ +--- +active: false +tags: project +created: <% tp.file.creation_date() %> +--- +## Goal + + +## Tasks + + +## References + +[[Project Template]] \ No newline at end of file