espressif / esp-now

A connectionless Wi-Fi communication protocol
Apache License 2.0
486 stars 91 forks source link

is comunication is low power? #27

Closed mrdsn3 closed 2 years ago

mrdsn3 commented 2 years ago

When I use the program related to this technology, the device gets hot, it seems to consume a lot of power, and for this reason, it gets hot. Does this connection really consume low power? so why device gets hot after few mins

LJYSP commented 2 years ago

What program do you use? When the device gets hot, is it sending packets all the time ? For the update readme, we remove the low power, because currently we didn't open the wifi power save, that is the RF is always on. We will add wifi power save function in esp-now in the future. If your device sends packets every few minutes, you may make the device in deep sleep after sending and wake up before the next sending to achieve low power. Refer to https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32/api-reference/system/sleep_modes.html?highlight=deep_sleep#entering-deep-sleep

mrdsn3 commented 2 years ago

thanks best regards