-
|
When I try to flash the application, I get the following error. The device appears to be recognized as shown below, and since it works fine with another ModdableSix, I believe it is not a cable issue. I’ve tried connecting while holding down the FLASH button, but it doesn’t work. Is there a way to check if it has entered BOOT mode? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Nothing special is required. The micro-USB connector is a Moddable Programmer that supports the auto-programming circuitry for the ESP32. We successfully tested that here today with two different computers using two different Moddable Display 6 units. Have you tried connecting to a serial monitor to confirm that the initial boot message is received from the device? ESP32 boot messages are at 115200 baud, 8N1. You can use Here that displays the following when pressing the reset button: That's followed by some garbage as the devices switches to a higher baud rate for xsbug communication. |
Beta Was this translation helpful? Give feedback.
Nothing special is required. The micro-USB connector is a Moddable Programmer that supports the auto-programming circuitry for the ESP32. We successfully tested that here today with two different computers using two different Moddable Display 6 units.
Have you tried connecting to a serial monitor to confirm that the initial boot message is received from the device? ESP32 boot messages are at 115200 baud, 8N1. You can use
serial2xsbugas a primitive monitor:Here that displays the following when pressing the reset button: