NodeManager
NodeManager copied to clipboard
Plugin for a rapid development of battery-powered sensors
Hi, The SensorSI7021 is not working with the suggested library from Sparkfun?!
``` In file included from /github/workspace/examples/Features_ON/Features_ON.ino:176:0: /github/home/Arduino/libraries/workspace/MySensors_NodeManager.h:68:10: fatal error: core/MyProtocolMySensors.cpp: No such file or directory #include "core/MyProtocolMySensors.cpp" ```
Hi, I'm getting about 0.50mA when deep sleeping using BME280/BMP280, just arduino and radio gives me 5uA. I've tried to power the sensor from digital pins 5,6 - PowerManager power(5,6)...
I would like to see a function to turn on or off cumulative reporting on the rainGauge sensor. I've seen incorrect reporting when the data transmitted is for some reason...
Currently, even if ACK is set, the code will not check if the sending was successful and resends the message as many times as specified with setRetries(). A better and...