Webux Lab

By Studio Webux

Instal GRBL 1.1 on Keyestudio KS0288

TG
Tommy Gingras Studio Webux 2023-06-30

How to install GRBL 1.1 on Keyestudio CNC GRBL v0.9 or V1.0 or V1.1

Not sure about which version I have…


Download the GRBL version

Download the GRBL v1.1h.20190825.

This link works: https://github.com/gnea/grbl/releases/tag/v1.1h.20190825

Arduino IDE

Simply install the latest Arduino IDE Version (I used 2.1.1 nigthly 20230630)

Import the library in the Arduino IDE

I’m on MacOS,

Sketch > Include Library > add .ZIP Library…

And you must only import the grbl directory using a zip format (I had to compress it manually)


Plug your Keyestudio CNC GRBL V?.?

In the arduino IDE, Select your board with Arduino Nano (this is the only one that worked…) and be sure that the processor is set to 328p

To see that: Tools > Board : “Arduino Nano” & Processor: “ATMega328P”

Once you are plugged and setup, click on File > Examples > grbl > grblUpload

A new window will open and from there I simply click on upload. And it worked without any errors and it took few seconds.


What’s next ?

I don’t know for now, I had this controller, a CNC and a Laser lying around. I might connect all of them to experiment ! (Thye current controller doesn’t support the Laser module…)

Tests dones with Success

Using cncJS on a raspberry PI.


Tests

I opened gSender and OpenBuilds Control on macos With Success !
All the configurations have been done using OpenBuilds Control.


The first real test on the machine:
Both of them freshly installed on MacOS. But after maybe 20 minutes it crashed, I retried 3 times. No success.
My usual setup is a Raspberry PI with cncJS. So I tried that one. And It worked without any issues !


Conclusion

Overall it was very fun to be back in the electronic part of the CNC World !
I’m glad that all I wanted worked as expected !

Next step, is to learn how to use the laser properly and create awesome stuff !


Search