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
 
		
		
		
	mar.conte
@mar.conte
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);``````
Latest posts made by mar.conte
- 
    RE: Rfm95 Awakeposted in NodeManager@mfalkvidd 
 Wath is milliseconds smartsleep ideal for little consumption battery?
- 
    Rfm95 Awakeposted in NodeManagerHello 
 It’s possible awake a node in sleep mode with rfm95 from controller ?
- 
    More Inputposted in TroubleshootingIts possible have more input sensor like 
 https://www.mysensors.org/build/binary
 Tanks
- 
    RE: NodeManager: plugin for a rapid development of battery-powered sensorsposted in NodeManager@user2684 
 For example using text send if i receive state?
- 
    RE: NodeManager: plugin for a rapid development of battery-powered sensorsposted in NodeManagerI need help!!! 
 I have e mcp23017 Matrix espander i/o in esp nodemecu board, the mcp receive state sensor from my system wired alarm(pir, sismic etc) ; this signal received i want send to my domoticz controller, is the sensor custom the solution? Can i present 16 input sensors from my node to my controller?
 Tanks
- 
    RE: NodeManager: plugin for a rapid development of battery-powered sensorsposted in NodeManagerGHi, the rfm95 is compatible with nodemanager? 
 And the esp32 also?
- 
    Switch selectorposted in General DiscussionHow can i present a switch selector in mysensors schetch with option like dummy switch selector?