Heltec-Aaron-Lee / WiFi_Kit_series

Arduino source codes and toolchain for WiFi_Kit_series made by HelTecAutomation.
GNU Lesser General Public License v2.1
737 stars 305 forks source link

Heltec WiFi LoRa 32 (V3) bluetooth high consumption #191

Open shernando1 opened 1 year ago

shernando1 commented 1 year ago

When using the BLE with the WiFi LoRa 32 (V3), the power consumption is high, and the board gets hot (but the BLE does work). The same does not happen with the same skecth using V2 boards. This happens with the provided BLE examples as well.

This must be solved as the boards gets quite hot, so BLE can not be used.

This issue may be related to https://github.com/espressif/arduino-esp32/issues/5909, as I see the modem sleep options are not enabled in the sdkconfig for the esp32c3 and the esp32s3.

ShotokuTech commented 10 months ago

When using the BLE with the WiFi LoRa 32 (V3), the power consumption is high, and the board gets hot (but the BLE does work). The same does not happen with the same skecth using V2 boards. This happens with the provided BLE examples as well.

This must be solved as the boards gets quite hot, so BLE can not be used.

This issue may be related to espressif/arduino-esp32#5909, as I see the modem sleep options are not enabled in the sdkconfig for the esp32c3 and the esp32s3.

What sketch are you using for BLE? I have been looking for one. Thanks.