Skip to content

Possible solution for unreliable serial RX on XIAO ESP32C3 #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
digitaltrousers opened this issue Jan 27, 2023 · 0 comments
Open

Comments

@digitaltrousers
Copy link

Hi. Just a quick FYI, serial communication between the PC and my XIAO ESP32C3 "locked up" within a few seconds of power-up, until I added the following at the top of the setup() routine of the Arduino sketch:

delay(1500);
Serial.setRxBufferSize (2048);

I tried this after skimming espressif/arduino-esp32#5727.
Hope this help someone else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant