|
|
|
|
|
by cameldrv
217 days ago
|
|
Thread is fine, but also wifi is fine. Sleepy end device doesn't work very well with wifi, as I understand it, (from trying to implement it using the ESP32 SDK), because Matter generally wants all devices to check in several times an hour at least. Take a smart scale for example. Mine uses wifi and is in deep sleep almost all of the time. When you step on it, it weighs you, connects to wifi, and sends the measurement. This does fine on battery because it only gets used a few times a day max, and I think it may power up the radios to look for a software update once a day or something. If it had to power up the radios every 5 minutes though it wouldn't last a year on a charge. Another example would be a water/flood sensor. The overwhelming majority of the time, it has nothing to report. Maybe once a day or so it should report the battery level and that it's still there. You can still get great battery life as long as you don't have to turn on the radio all the time, but Matter doesn't really let you do this, in my understanding, at least as of the current revision. |
|