Skip to content
Discussion options

You must be logged in to vote

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 serial2xsbug as a primitive monitor:

serial2xsbug /dev/cu.usbserial-0001 115200 8N1 -trace

Here that displays the following when pressing the reset button:

ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x9 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, cl…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@stc1988
Comment options

Answer selected by stc1988
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants