So I think I was able to flash the TouchDRO firmware to my ESP32 dev board, but...
When I power it from my serial port on my laptop, and fire up the software on my Samsung tablet, the ESP32 doesn't show up in the list of devices.
I tried pushing the reset and boot buttons, and closing the Bluetooth window and opening it again. I just powered up the tablet, and I have 2 ESP chips that I tried flashing and neither one works.
Does anyone who uses TouchDRO know what I might be doing wrong? Is it possibly that I am powering it from the USB port?
Any suggestions would be appreciated.
Thanks!
PS: I also tried powering the board from a battery bank and it didn't show up on my tablet or laptop under Bluetooth, so it doesn't seem to be broadcasting.
And this is the results from my Python code:
Connecting......
Detecting chip type... ESP32
Chip is ESP32-D0WD-V3 (revision v3.1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 10:06:1c:85:d1:f4
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
Configuring flash size...
Auto-detected Flash size: 4MB
Flash will be erased from 0x00000000 to 0x000a6fff...
Compressed 681712 bytes to 421563...
Wrote 681712 bytes (421563 compressed) at 0x00000000 in 10.5 seconds (effective 520.2 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...
When I power it from my serial port on my laptop, and fire up the software on my Samsung tablet, the ESP32 doesn't show up in the list of devices.
I tried pushing the reset and boot buttons, and closing the Bluetooth window and opening it again. I just powered up the tablet, and I have 2 ESP chips that I tried flashing and neither one works.
Does anyone who uses TouchDRO know what I might be doing wrong? Is it possibly that I am powering it from the USB port?
Any suggestions would be appreciated.
Thanks!
PS: I also tried powering the board from a battery bank and it didn't show up on my tablet or laptop under Bluetooth, so it doesn't seem to be broadcasting.
And this is the results from my Python code:
Connecting......
Detecting chip type... ESP32
Chip is ESP32-D0WD-V3 (revision v3.1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 10:06:1c:85:d1:f4
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
Configuring flash size...
Auto-detected Flash size: 4MB
Flash will be erased from 0x00000000 to 0x000a6fff...
Compressed 681712 bytes to 421563...
Wrote 681712 bytes (421563 compressed) at 0x00000000 in 10.5 seconds (effective 520.2 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...
Last edited: