After this Install UGS On Pi4
Windows Pre Cursor Steps
- Download and install
Arduino IDE 2.3.2from https://www.arduino.cc/en/software - Download as GRBL 1.1h from https://github.com/gnea/grbl/releases/tag/v1.1h.20190825, I used the link just says Source code(zip)
- Extract
grbl-1.1h.20190825.ziptogrbl-1.1h.20190825 - Copy
grbl-1.1h.20190825\grbl-1.1h.20190825\grblto the root of your downloads asgrbl - Zip
grblasgrbl.zip
Add GRBL to Arduino IDE
- Open
Arduino IDE - Select
Sketch->Include Library->Add .ZIP Library - Navigate and select
grbl.zip - GRBL now appears under
File->Examples
Burn GRBL to Arduino UNO
- Plug the Arduino into the PC
- Select
Select Board-> Unknown Com3 - Search for
UNOand selectArduino Unoand selectOK - Select
File->Examples->grbl->grblUpload
This opens a new instance of Arduino IDE with grblUpload.ino selected
- Select
Sketch->Upload
This will flash GRBL to the Arduino UNO