Heltec WiFi LoRa 32 (V3) bluetooth high consumption
Opened this issue · 1 comments
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.
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.