Search found 3 matches
- Wed May 26, 2021 2:35 pm
- Forum: ESP32 Arduino
- Topic: BLE HID Power Consumption
- Replies: 3
- Views: 5806
Re: BLE HID Power Consumption
If you want ESP32 to consume little current while using BLE you'll need to use light sleep, which requires the 32k external crystal. Here's the documentation on it: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/power_management.html#dynamic-frequency-scaling-and-pe...
- Wed Apr 29, 2020 8:36 pm
- Forum: ESP-MDF
- Topic: How to program ESP32-MeshKit-Sense V1.1?
- Replies: 5
- Views: 11957
Re: How to program ESP32-MeshKit-Sense V1.1?
You need either a USB-SERIAL board or a ESP-PROG board (that has a usb-serial converter). I could do it by using the serial pin header close to the ESP32 (at it's left). Apart from the GND, TX and RX, you'll also need to connect RTS to EN and DTR to IO0. These are the same pins the ESP-Prog uses, btw
- Mon Mar 16, 2020 11:37 am
- Forum: ESP-IDF
- Topic: Include Extended Advertising Functionality of NimBLE
- Replies: 1
- Views: 4585
Re: Include Extended Advertising Functionality of NimBLE
It's not possible due to hardware limitations. You can find the following claim in the espressif website (https://www.espressif.com/en/news/BLE_5.0_Certification): Due to hardware limitations, ESP32 does not support such functions of Bluetooth LE 5.0 as 2M PHY, LE Long Range, and ADV Extensions. Ano...