Lowpower lib
-
Wonder if this is already implemented in the code. I see that the library is in the github
Example in the sketch - gw.sleep(SLEEP_TIME); - is this a standard arduino sleep function?
-
I don't think Arduino has a standard sleep function. Which function do you mean?
The MySensors sleep function does several things, including powering down the radio (if a radion is used). It is quite power efficient.