Skip to content
Discussion options

You must be logged in to vote

@gcormier This took me down the rabbit hole 🙂 After reflashing the Megadesk and still having the same issue, I connected an FTDI USB to serial adapter to rule out the ESP32-C3. Manually typed commands were interpreted correctly by Megadesk, while pasted commands were not - timing issue! While looking into the docs for the Arduino core used, I found a section on serial timing issues when using internal oscillator and supply voltage above 3.3V as is the case with the Megadesk. A long story short, 115200 baud rate is too inaccurate with at least my Megadesk due to chip variance and ambient temperature. The internal oscillator can be calibrated, but opted for a slower 19200 baud rate and now …

Replies: 2 comments 37 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
37 replies
@gcormier
Comment options

@lassebm
Comment options

@gcormier
Comment options

@lassebm
Comment options

Answer selected by lassebm
@AnAnalogGuy
Comment options

@lassebm
Comment options

@AnAnalogGuy
Comment options

@lassebm
Comment options

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