Yuriy, desperately need you help - the situation: ESP32WROOM connected via USB cable to PC running WIn10. Used PowerShell to flash the firmware. I used your firmware from download section: there is two options, current v1.6 and 1.4. I checked both. My ESP32 is on COM port 16 so Powershell command looked like this:
The problem is ESP32 is not listed on bluetooths devices list. I checked two Android phones (xiaomi 10 pro) and tablet (recent Lenovo pro). So farly new devices and none of them can see "Touch DRO DIY" devices on the list. Same on Win10 BT scan - no such davice available.
ESP32 when connected to power shows red LED lit and blue LED blinking - fast blinking for the first 2-3 seconds after power up and then it blinks once every 2 seconds.
What now? ESP32 is standard devkit, called WROOM. Anyway flashing shows zero issues. Why it is not working? What can i chack now
Thank you for support.
So after this i cycled RESET button on ESP32 module while holding BOOT button and esptool recognized and uploaded all three files with no errors as in attached screenshot.C:\dro> esptool.py -p COM16 -b 460800 --before default_reset --after hard_reset --chip esp32 write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 bootloader.bin 0x8000 partition-table.bin 0x10000 touchdro-diy-universal-1.6.bin
The problem is ESP32 is not listed on bluetooths devices list. I checked two Android phones (xiaomi 10 pro) and tablet (recent Lenovo pro). So farly new devices and none of them can see "Touch DRO DIY" devices on the list. Same on Win10 BT scan - no such davice available.
ESP32 when connected to power shows red LED lit and blue LED blinking - fast blinking for the first 2-3 seconds after power up and then it blinks once every 2 seconds.
What now? ESP32 is standard devkit, called WROOM. Anyway flashing shows zero issues. Why it is not working? What can i chack now
Thank you for support.