You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+9-3
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,15 @@
2
2
Arduino Touch Switch
3
3
================
4
4
5
-
- Hold hand close to foil, toggle a pin.
6
-
- Used for turning on/off ATX power supply for lighting
5
+
A touch or near presence based light switch using low cost parts. Designed to work with an ATX power supply, but MOSFET adaptation should not be too difficult and would be more efficient likely.
7
6
8
-
I could not find anything that would do noise filtering digitally so I wrote this as I don't have the required capacitors and microcontrollers are (relatively) cheap.
7
+
I don't have the required capacitors and the library can not compensate for the noise I am getting so I wrote this.
9
8
9
+
### Parts
10
+
- Arduino Nano
11
+
- ATX Power supply
12
+
- Almost arbitrary length 12V led strip or a boost converter led light
0 commit comments