-
-
Notifications
You must be signed in to change notification settings - Fork 86
Upload broken for the Uno R4 WiFi on Windows 11 (Still Broken) #62
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
Comments
Update: This fix seems to get it working but took a few tries to get the timing right: https://forum.arduino.cc/t/problem-uploading-to-board/1142928/34 - see my response in post #35 EDIT: Have to do this every few uploads. Annoying to say the least. Might be dependent on the current draw from the pins -have several I2c devices attached. |
When the issues are occurring is when I have several devices hanging off the I2C buses or have alot of data going to the serial monitor. Unplugging everything and doing the fix that @KurtE mentioned on the forum uploads are working no issue. EDIT: also found that if I leave the Ser Monitor open in the Arduino IDE it works a well - tried twice now and seems to work |
Hi, is there a slight chance that someone else is experiencing a similar behaviour on Mac OS Ventura 13.5? Port, as well as Board are selected automatically, however the upload always fails: No device found on cu.usbmodem ... Already checked if another Application blocks the port, sadly this was not the case - re-install IDE 2.11 / Board did also not help. |
@Plinfa - if you look on the Arduino Uno R4 forum you will see there are lots of folks having the same type of issues on all platorms. Seems to worse if you update the firmware |
@mjs513 thanks for the info. Found a workaround on one of those sites. Pressing the reset button halfway through compiling solves the issue (at least for me). Since then, I had no connection problems at all - I assume as soon as the sketch is being closed and re-opened, it will fail again. |
@pennam - been testing on the minima, Wifi 0.1.0, and 0.2.0 (have 2 boards). Was kind of giving up on Wifi because of the uploading issues. |
@mjs513 is upload failing with both |
Sorry I am not @mjs513 and only have one wifi board, currently at 0.2.0. I had a few times with the 0.1 version that failed to upload. Most of the time it was easy to rectify. double click reset, make sure no other windows open with Serial port, etc. After update to .2, the upload failures happen a lot more, and resolving them, a lot trickier. I suspect that there are timing windows in the code, where it works and where it does not, and you just have to hit it right. |
@pennam - just tried to download the windows version but it the zip file name is -update-linux.zip? Don't think thats correct |
Uploaded a few the sketches I used that had issues and looks like the fix is working. Only time will tell but feels right. As I said so far so good!!!! Nice work. PS. Looks like it fixed the issue I was having with it loosing the output to serial port when opening and closing it. Think you are going to make a lot of people happy |
Thanks for the test @mjs513 ! 🚀
After the update the board is still in ESP mode so the IDE feels a bit confused about the reported VID and PID. After a wifi firmware update you always have to unplug and replug the board from your PC.
Please let me know if you encounter other upload issues during your tests. |
Well so far the only time I have been able to make it fail an upload (note this was intentional test to see what would happen) was when I was opening and closing the Serial Monitor while it was trying to upload - basically came back with serial port busy so must have timed it just right while the IDE was trying to connect and DFU was trying to connect as well. But must have uploaded a couple of dozen of times with the serial monitor open (and spewing data) and closed without a failure to upload. I even tried the sketch that was posted that the person said would fail all the time :). Not sure what else to try - all the sketches that I had that would give the issues seem to be non-issues now. Maybe @KurtE gives it try he can see if he any problems. |
I have updated now... And a have done a few uploads. So far so good |
Was uploading sketches to the wifi board most of the afternoon/night as well and have not hit an issue about it failing to upload. Think you got it fixed. |
@pennam just updated to 0.2.1 - no issues when uploading since then. Seems to work. Thanks for your tremendous effort on fixing those Bugs. :) |
It reads to me as if this issue can be closed. Just re-open, if anybody is still experiencing issues. |
While uploading to the WiFi board I keep having issues with it returning errors about not finding com port and can not upload even though the Wifi Board is shown in the boards menu along with the com port:

It appears to be hit or miss on whether it works - mostly misses. Sometimes it will work if I replug the board in several times most not. Happens even with blink. Not sure it is related to the PR #10, #10. At time of this writing none of these things work and stuck.
Note: Must have loaded a few dozen times before this issue cropped up
System:
Arduino Version: 2.1.1 Released
happens with Minima as well but can usually recover the minima by hitting reset twice and then uploading.
EDIT: Also just went through this.
The text was updated successfully, but these errors were encountered: