Hi @nagelc, our CI pipeline is currently running cppcheck version 2.1. Could you let me know which version you're using on your end?
administrators
Admin
Posts
-
cppcheck old-style c cast -
cppcheck old-style c castSorry, I have no idea.
-
HLK-PM01 breakout boardI turned off the affiliate setup on openhardware when CodeGarage took over the cost of hosting MySensors/OpenHardware.io along with turning off all google ads.
The "Buy" functionality on openhardware.io involved alot of manual handling and support. It was not worth the effort.
You can still make a donation to @sundberg84 when using his designs. I'm sure he appriciate it.
-
HLK-PM01 breakout boardWelcome to the forum!
Tagging @sundberg84 who created this pcb.
-
What does --my-is-rfm69hw do?@nschurando Yes, the “C” in RFM69HCW (or RFM69CW) means “compatible”, indicating pin compatibility with older RFM modules such as the RFM12B.
-
Code Garage to the rescue. -
Signing clarificationIt is the receiver's eeprom that needs to be cleared. In most MySensors networks, the receiver is the gateway. But since MySensors supports node to node communication (for example a button node sending a message to a relay node), any node can be a receiver. So in the example, the eeprom of the relay node would also need to be cleared.
-
Signing clarificationI have not used signing myself, but I think you’ll need to wipe eeprom of all nodes.
-
Sleeping with RFM95 ?Nice work @Aymeric, thanks for reporting back!
-
Sleeping with RFM95 ?@Aymeric are you sure the node isn’t sleeping for 5 seconds?
WUP=-1means it woke up by timer.Check using an external clock, and/or turn on timestamps on the Arduino IDE log.