Hello all, I have a problem with the Web editor.
I recently received my Arduino Giga R1 and I am unable to upload a single code to it using the Web editor in either normal or bootloader mode. Any help would be appreciated.
Thanks in advance!
Hello, can you provide more information about the issue you are having with uploading sketch to the board? If possible share screenshots of the issue or any error message that you are getting.
You can also contact us directly through the contact us form.
These are some screenshots of the process of uploading. I would be happy to provide more specific details if required.
I have STM32Cube programmer ready and I wanted to know if re flashing the bootloader would be advisable.
Which OS are you using? Can you try the upload with an Arduino IDE and maybe with a different computer?
I have tried on two windows computers and I will be trying on a raspberry pi as soon as possible.
This is a similar issue another user was having with GIGA, can you try the suggested solution from that post ?
If you are still not able to make the GIGA work, get in direct contact with us using the Contact us form.
Hello @arduinomega123,
Allow me to describe the steps that I took to resolve the two similar issues thanks to feedback from the author(s) of dfu-util (Tormod) and Arduino Support.
-
Under Ubuntu 22.10 (and now 23.04), the port permissions have to be set explicitly (for reasons beyond my job grade) -- something to do with UDEV updates by the folks at Ubuntu. In other words, ensure that your user permissions for the upload port are correct. Just to illustrate my point, I could upload using Arduino IDE 1.x but could not do so with IDE 2.x immediately thereafter until the permissions were updated.
-
I had a very large number of USB devices connected via two hubs to the desktop. As soon as I limited myself to only two devices (GIGA for one & audio for the other), the uploads started flowing. I haven't had the bandwidth to troubleshoot the original issue because there is a lot to test with the GIGA in its current mode.
Hope this helps. If not drop me another note and I'll try to work through it at my end. Thanks.
Regards.
Thanks for the suggestions, I am trying out your suggestions at this very moment and I will let you know if they work.
Hello again, I am sending this from my raspberry pi 4 while it is installing arduino ide 2.1.0.
I also found this Giga r1 MAY HAVE KILLED IT
Hello, I finally managed to upload a blink code to the arduino giga after having it for 2 months.. post number 15 was the answer! Thanks to both of you!