From 9c9704be4625c7707aaa432df71d3f81026ffb98 Mon Sep 17 00:00:00 2001 From: Netwxx Date: Sun, 7 Jun 2026 21:33:16 -0700 Subject: [PATCH] Initial creation of Obsidian Vault, with .gitignore ignoring the .obsidian config folder --- .gitignore | 15 ++++++++++++++ Notes/Main Base.base | 0 Notes/PWM Candles.md | 35 +++++++++++++++++++++++++++++++++ Templates/Main Note Template.md | 13 ++++++++++++ 4 files changed, 63 insertions(+) create mode 100644 .gitignore create mode 100644 Notes/Main Base.base create mode 100644 Notes/PWM Candles.md create mode 100644 Templates/Main Note Template.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa09416 --- /dev/null +++ b/.gitignore @@ -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/ diff --git a/Notes/Main Base.base b/Notes/Main Base.base new file mode 100644 index 0000000..e69de29 diff --git a/Notes/PWM Candles.md b/Notes/PWM Candles.md new file mode 100644 index 0000000..77c902f --- /dev/null +++ b/Notes/PWM Candles.md @@ -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: diff --git a/Templates/Main Note Template.md b/Templates/Main Note Template.md new file mode 100644 index 0000000..315660f --- /dev/null +++ b/Templates/Main Note Template.md @@ -0,0 +1,13 @@ +--- +created: +Index: +tags: +source: +--- +# {{Title}} +--- + + + +--- +## References: