ESP32-WROOM-32E (BLE + WIFI) Firmware #1342
-
I need to use BluetoothLE and Wifi at once to scan wifi ssid's and send them to my app with bluetooth. I have been testing it but I need to change the firmware every time. For Wifi I need ESP32_REV3 and for BLE I need ESP32_BLE_REV3. I want to know if it exists a firmware to do both Wifi and BLE at once. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
There is one firmware EPS32_BLE_REV3 and it can do both. Use the command |
Beta Was this translation helpful? Give feedback.
There is one firmware EPS32_BLE_REV3 and it can do both. Use the command
nanoff --target ESP32_BLE_REV3 --update --serialport COM3
If you cannot most likely it is due to insufficient memory. You will need a ESP32 REV3 with PSRAM. I can verify that both Wifi and BLE can work concurrent with ESP32 REV3 with PSRAM (ESP32 WROVER-E)