I am trying to plan out my first Arduino project, but I need some help starting.
I want to add a motion detector to my staircase that activates a series of LEDs. I am planning on using this: PIR Motion Sensor (JST) - SEN-13285 - SparkFun Electronics
I am planning on having the LEDs activate one after the other, then slowly fade away.
I have a few specific questions for this project.
What would be the best way to have the Arduino in one spot? (with the LEDs at distances away, not connected directly to the breadboard)
Is there a way to have the Arduino only draw power at certain times during the day? (night time, specifically)
Would I use PWM for each LED, or is there a way to tell it to go to the next LED?
Which Arduino would you recommend for this project?
OK, the good thing is you can get this to basically work and then keep upgrading how the LEDs light or fade, whatever..
If you don't want to have the LED's fade up and down differently depending on the direction of travel, maybe you can find a location where you can aim the detector so that it sees people at both ends of the stairs.
OH. Unless they have a corner or two in them
If you get into this deeper look at the "Blink Without Delay" example... you need to get along without delay(xxx).