Difference between revisions of "TrigBoardMotion"

From Kevin Darrah Wiki
Jump to: navigation, search
Line 1: Line 1:
 
...Back to [[Projects:]]
 
...Back to [[Projects:]]
  
Low power PIR sensors can be tricky to get right - here's a way to get a push notification any time motion is detected within a room.  Since the trigBoard uses less than 1uA of standby current, we need to find a PIR sensor that uses very little current, especially because these sensors need to be "always on".  I found one that pulls 10-12uA, so this is a perfect fit for this... plus they're pretty inexpensive.  That amount current is still pretty low, so with a 1000mAh battery or so, you can expect very long battery life.   
+
Low power PIR sensors can be tricky to get right - here's a way to get a push notification any time motion is detected.  Since the trigBoard uses less than 1uA of standby current, we need to find a PIR sensor that uses very little current, especially because these sensors need to be "always on".  I found one that pulls 10-12uA, so this is a perfect fit for this... plus they're pretty inexpensive.  That amount current is still low, so with a 1000mAh battery or so, you can expect very long battery life.   
  
 
[[File:Screen Shot 2019-01-22 at 6.52.12 PM.png|800px]]
 
[[File:Screen Shot 2019-01-22 at 6.52.12 PM.png|800px]]

Revision as of 23:48, 22 January 2019

...Back to Projects:

Low power PIR sensors can be tricky to get right - here's a way to get a push notification any time motion is detected. Since the trigBoard uses less than 1uA of standby current, we need to find a PIR sensor that uses very little current, especially because these sensors need to be "always on". I found one that pulls 10-12uA, so this is a perfect fit for this... plus they're pretty inexpensive. That amount current is still low, so with a 1000mAh battery or so, you can expect very long battery life.

Screen Shot 2019-01-22 at 6.52.12 PM.png

Parts needed

  • 10uF capacitor - any would work that you have lying around.

Installation

trigBoard Setup

Cut the top "NC" jumpers as well as the small trace under above the jumper to the right. Also, fill in the bottom "NO" jumpers with solder. BE CAREFUL"" cutting the jumpers! It is very easy to slip with the blade and cut more traces than you intended.

PIRtrigBoardjumps.png

PIR Setup

The PIR Sensor will need a 10uF capacitor soldered across the Output to GND - check polarity and make sure the capacitor's negative lead connects to ground:

Screen Shot 2019-01-22 at 6.47.18 PM.png

Wiring

The PIR sensor has three pins:

+ goes to VBAT

- goes to GND

Out goes to PIR Output

Screen Shot 2019-01-22 at 6.49.40 PM.png