NodeManager icon indicating copy to clipboard operation
NodeManager copied to clipboard

Plugin for a rapid development of battery-powered sensors

Results 47 NodeManager issues
Sort by recently updated
recently updated
newest added

Hi, The SensorSI7021 is not working with the suggested library from Sparkfun?!

bug

``` 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" ```

bug

Ref https://github.com/mysensors/NodeManager/pull/524#issuecomment-704780148

bug

https://github.com/z3t0/Arduino-IRremote

new sensor

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)...

bug

This simple fix works for me.

bug

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...

enhancement

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...

enhancement