Auto reset doesnt work propperly #2926
Sasha2018RL
started this conversation in
General
Replies: 1 comment
-
It is working fine for me. I've just made a quick test with the rp2040-zero and the ASCIITable example sketch:
The "auto-reset" is enabled by default after you loaded a sketch. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to upload a new sketch to rp2040-zero (Waveshare) board using usb, arduino ide says that there are no available devices
How should I enable auto-reset support, thats mentioned in readme?
After the first upload, this should not be necessary as the arduino-pico core has auto-reset support. Select the appropriate serial port shown in the Arduino Tools->Port->Serial Port menu once (this setting will stick and does not need to be touched for multiple uploads). This selection allows the auto-reset tool to identify the proper device to reset. Them hit the upload button and your sketch should upload and run.
Beta Was this translation helpful? Give feedback.
All reactions