On some ESP32 boards, the default Arduino upload speed is too high, resulting in errors #2091
Closed
3 tasks done
Labels
conclusion: off topic
Off topic for this repository
type: imperfection
Perceived defect in any part of project
Describe the problem
When trying to upload to a NodeMCU ESP32-S on Mac M1, the default upload speed of 921,600 is too high resulting in errors like this:
Or this:
This can confuse new users (like me) who don't know which default settings they have to tweak in order to upload.
This only affects some boards. The ESP-WROOM-32 by AZ-Delivery has no issues. The two NodeMCU ESP32-S's do have issues.
Here is the full output:
Setting the upload rate to a lower value (e.g. 460800) fixes the error.
To reproduce
Expected behavior
Uploading proceeds, and upload percentages rise. This works if I lower the baud rate to 460800:
Arduino IDE version
Version 2.1.0
Operating system
macOS
Operating system version
Ventura 13.1 on Apple M1 (both Mac Studio and MacBook Air)
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: