Why we cant use esp32 wroom bluetooth? #1249
-
I jeed to use esp32 wroom bluetooth |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes you can. You need to install the firmware ESP32_BLE_REV0 (rev 1) or ESP32_BLE_REV3 (rev 3). The rev0 or rev3 refers to the Hardware Revision number. For example, below I have a Revision 3 (REV3) hardware and this can be seen when flashing the firmware using nanoff. Example: flashing with Bluetooth firmware
|
Beta Was this translation helpful? Give feedback.
Run the command below and let nanoff decide. The picture below will tell which version of the hardware you are having.
nanoff --platform esp32 --update --serialport COM3