]> www.average.org Git - sensor-light.git/commitdiff
add some READMEs
authorEugene Crosser <evgenii.cherkashin@profitbricks.com>
Thu, 14 Dec 2017 13:42:20 +0000 (14:42 +0100)
committerEugene Crosser <evgenii.cherkashin@profitbricks.com>
Thu, 14 Dec 2017 13:42:20 +0000 (14:42 +0100)
Signed-off-by: Eugene Crosser <evgenii.cherkashin@profitbricks.com>
README.md [new file with mode: 0644]
hardware/README [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..49fb391
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+= LED strip light controller =
+
+The project is to drive night lighting of a staircase using PIR
+motion sensors (two: for the top and bottom of the staircase).
+Ambiant light sensor to only turn the LED chains when it is dark.
+Driven by MSP430 MCU, light power controlled via PWM + MOSFET.
diff --git a/hardware/README b/hardware/README
new file mode 100644 (file)
index 0000000..71ca68c
--- /dev/null
@@ -0,0 +1,8 @@
+Using this suggestion from electronics stackexchange:
+
+https://electronics.stackexchange.com/questions/67775/driving-led-strip-from-microcontroller
+
+MOSFET datasheet:
+
+https://www.infineon.com/dgdl/irlml2502.pdf?fileId=5546d462533600a401535667f44d2602
+