Rfm95 Awake
-
@mar-conte when the node is asleep, the radio is off. If the radio is in listening mode, battery life would be ~2 months instead of ~10 years.
Depending on your use case, smartSleep might be an alternative. https://www.mysensors.org/download/sensor_api_20#sleeping
-
@mar-conte when the node is asleep, the radio is off. If the radio is in listening mode, battery life would be ~2 months instead of ~10 years.
Depending on your use case, smartSleep might be an alternative. https://www.mysensors.org/download/sensor_api_20#sleeping
@mfalkvidd
Wath is milliseconds smartsleep ideal for little consumption battery? -
@mfalkvidd
Wath is milliseconds smartsleep ideal for little consumption battery? -
@mar-conte 4294967295 (about 49.7 days) is the maximum. Longer sleep times give better battery life.
@mfalkvidd
Tanks very much