Hello
I am trying to upload my GRBLSketch to Arduino Uno, but it gets a long time in status (Uploading) and after it error, I already reinstalled Arduino IDE, already checked the Communication Port, I already selected the correct Arduino board in the IDE, but still giving error. What am I doing wrong ?
Arduino: 1.8.10 (Windows 10), Card: "Arduino / Genuino Uno"
The sketch uses 29594 bytes (91%) of program storage space. The maximum is 32256 bytes.
Global variables use 1484 bytes (72%) of dynamic memory, leaving 564 bytes for local variables. The maximum is 2048 bytes.
An error occurred while the sketch was loading
This report would have more information with Show verbose output during compilation"
option can be enabled under "File -> Preferences"
Thank You
Turn on VERBOSE in the IDE and post that error as the one you gave is too generic to make much headway.
Please READ THIS POST to help you get the best out of the forum.
SIMPLE TROUBLESHOOTING.
These steps may also save you some unnecessary time and effort in the forum.
COMMON ISSUES
-
Check you have a COMMON GROUND where required.
-
Where possible use USB 2.0 ports or a USB 2.0 POWERED HUB to rule out USB 3.0 issues.
-
Try other computers where possible.
-
Try other USB leads where possible.
-
You may not have the correct driver installed. CH340/341 or CP2102
-
There may be a problem with the board check your wiring first.
-
Remove any items connected to pins 0 and 1.
COMPUTER RELATED
-
Ensure you turn off any additional security / antivirus just to test.
-
There may be a problem with the PC try RESTARTING it.
-
You may be selecting the wrong COM port.
-
Avoid cloud/network based installations where possible OR ensure your Network/Cloud software is RUNNING.
-
Clear your browsers CACHE.
-
Close the IDE before using any other serial programs.
-
Preferably install IDE's as ADMINISTRATOR or your OS equivalent
Performing the above actions may help resolve your problem without further help.
Bob.
Other post/duplicate DELETED
Please do NOT cross post / duplicate as it wastes peoples time and efforts to have more than one post for a single topic.
Please READ THIS POST to help you get the best out of the forum.
Bob.