Ks0288 keyestudio CNC GRBL V0.9: Difference between revisions

From Keyestudio Wiki
Jump to navigation Jump to search
No edit summary
(Replaced content with " <span style="color: red">'''<big><big>Note: We upgrade this control board form V0.9 to 1.0. The following link goes to V1.0</big></big>'''</span> <br/> [https://wiki.ke...")
Tag: Replaced
Line 1: Line 1:


<br>[[File:0288-1.png|500px|right|frameless|thumb]]<br>
<span style="color: red">'''<big><big>Note: We upgrade this control board form V0.9 to 1.0. The following link goes to V1.0</big></big>'''</span>


== Introduction ==
Keyestudio CNC GRBL V0.9 is a motherboard developed for various robots such as laser engraving, CNC, writing robot and so on. It has complete interfaces with cheap price, and can connect external drive, very suitable for DIY or factory use.<br>


The driver chip of this board is CH340, which is not compatible with mac system computer.
<br/>
 
[https://wiki.keyestudio.com/KS0288_Keyestudio_CNC_GRBL_V1.0 <span style="color: red">'''<big><big> Ks0288 keyestudio CNC GRBL V1.0 </big></big>'''</span>]
==Specification ==
* Microprocessor:MEGA328p  <br>
* Input voltage: DC 12V    <br>
* File supporting format:Gcode    <br>
* Supporting machine structure:CNC,laser engraving,writing robot.  <br>
 
== Pin Explanation ==
<br>
[[File:0288-2.png|500px|frameless|thumb]]<br>
 
== Install Driver and Development Environment Software IDE ==
 
'''(1)Install Driver Software'''
 
For different operating system, there may be slight difference in installation method. Below is an example in WIN 7.  <br>
'''a.'''When you connect Keyestudio CNC GRBL V0.9 to your computer at the first time, right click “Computer” —>“Properties”—> “Device manager”, you can see “USB2.0-Serial”. Shown below.
<br>[[File:图片1-1.png|500px|frameless|thumb]]<br>
 
'''b.'''Click “USB2.0-Serial”, select “Update Driver software”.
<br>[[File:图片2.png|600px|frameless|thumb]]<br>
 
'''c.'''Then, click “Browse my computer for driver software”.
<br>[[File:Ks0288-----.png|600px|frameless|thumb]]<br>
 
'''d.'''Find the “usb_ch341_3.1.2009.06” file.
<br>[[File:0288------2.png|600px|frameless|thumb]]<br>
 
'''e.'''Click “Next”,Installation completed; click “Close”.
<br>[[File:图片5.png|500px|frameless|thumb]]<br>
 
'''f.'''After driver is installed, go to “Device manager” again. right click “Computer” —>  “Properties”—> “Device manager”, you can see the Board and Com port as below figure shown.
<br>[[File:311图片1.png|500px|frameless|thumb]]<br>
 
'''(2) Install Development Environment Software IDE'''
 
 
When getting this control board, we need to install Arduino IDE
Enter the website https://www.arduino.cc/, click [[File:0173--1.png|500px|frameless|thumb]] and [[File:0173--2.png|500px|frameless|thumb]]
 
<br>[[File:0173--3.png|500px|frameless|thumb]]<br>
 
Select the version you want to download, the latest version could be downloaded.
 
<br>[[File:0173--4.png|500px|frameless|thumb]]<br>
 
Alternatively, you could select previous release.
In this project, we use 1.8.7 version.
 
<br>[[File:0173--5.png|500px|frameless|thumb]]<br>
 
Click[[File:KS0173----13.png|500px|frameless|thumb]] to view the below page
 
<br>[[File:0288-31.png|500px|frameless|thumb]]<br>
 
 
Click [[File:0173--6.png|500px|frameless|thumb]] to download an installer of Arduino 1.8.7version,which needs to be installed manually.  When you tap [[File:0173--7.png|500px|frameless|thumb]],a zip file of Arduino 1.8.7 version will be directly downloaded, and you only need to unzip it to finish installation.
 
== Use OpenBuildsCONTROL to control the engraving machine  ==
First, we need to install the grbl-1.1f.20170801 program on the control board. Note that the Arduino IDE version is above 1.8.5 when installed.
 
<br>[[File:KS0288-1.png|500px|frameless|thumb]]<br>
 
Then install the OpenBuildsCONTROL software.
 
After the installation, open the software and select the correct COM port.
 
<br>[[File:0288-33.png|500px|frameless|thumb]]<br>
 
Connecting successfully, we can make various settings on the interface, such as
 
setting the laser interface power voltage on Tool on and Tool off.<br>
 
<br>[[File:0288-34.png|500px|frameless|thumb]]<br>
 
 
If the black DC head connects to DC 12V voltage. According to the figure below, when 100% is selected, the blue terminal or Laser interface power supply on the control panel is 12V. When 50% is selected, the voltage of the two interfaces is 6V.<br>
Click on icon below, the blue terminal or the laser interface power supply on the control panel is 0V. <br>
 
<br>[[File:0288-35.png|500px|frameless|thumb]]<br>
 
At the same time, we can input/send control commands on the following interface to control the status of the control panel. The control command settings can be found at the following URL.
 
https://github.com/gnea/grbl/wiki/Grbl-v1.1-Commands
 
When we are working, there are two modes, one for the laser mode and another one for spindle mode. The default mode is the spindle mode,when the control panel starts. We need to change to the laser mode when we start engraving. The change method is: input/send $32=1 in the following interface, and input/send $32=0 in the spindle mode.
 
<br>[[File:0288-36.png|500px|frameless|thumb]]<br>
 
For details, please refer to the links below.
 
<br>[[File:0288-37.png|500px|frameless|thumb]]<br>
 
https://github.com/gnea/grbl/wiki/Grbl-v1.1-Laser-Mode
 
 
== Documents ==
 
Download Related Sources:
 
https://fs.keyestudio.com/KS0288
 
<br>
 
== Buy From ==
*[https://www.keyestudio.com/new-keyestudio-cnc-grbl-v09-board-for-cnc-laser-engraving-p0351-p0351.html  Official website ]
 
*[https://www.aliexpress.com/store/product/New-Keyestudio-CNC-GRBL-V0-9-Board-for-CNC-Laser-engraving/1452162_32845224080.html?spm=2114.12010615.8148356.1.6286387ddS84q8    Shop on aliexpress ]
 
 
[[Category: Shield]]

Revision as of 17:37, 29 January 2021

Note: We upgrade this control board form V0.9 to 1.0. The following link goes to V1.0



Ks0288 keyestudio CNC GRBL V1.0