SOLVED
HI
FOR 3volt power i have insert jumper in the pin H of hcr501 and my project in sleep mode consumption is 30 micro Tanks for you suggesrion
By
 
		
		
		
	Best posts made by mar.conte
- 
    RE: [SOLVED] Sleep dont runposted in Troubleshooting
- 
    RE: What's the best PIR sensor?posted in Hardware@NeverDie 
 Hi
 I just ordered a pir of panasonic Papirs series and even a parallax'll let you know
- 
    RE: NodeManager: plugin for a rapid development of battery-powered sensorsposted in NodeManagerMuch easy INFINITE THANKS AND CONGRATULATIONS 
- 
    RE: [SOLVED] Sleep dont runposted in Troubleshooting@mfalkvidd 
 infact i the gw not exist, i try with gw and test again tanks
- 
    RE: SensorMotion to send both tripped and not trippedposted in NodeManager@tubby 
 Like thisNodeManager nodeManager; SensorSwitch swiTch(1,3); // before void before() { // setup the serial port baud rate Serial.begin(MY_BAUD_RATE); /* * Register below your sensors */ swiTch.setDebounce(50); swiTch.setTriggerTime(4000); nodeManager.setSleep(SLEEP,60,MINUTES); nodeManager.registerSensor(SENSOR_MOTION,3);``````