100% found this document useful (1 vote)
817 views4 pages

Understanding The Cronos Arduino-Based GRBL CNC Controller

Uploaded by

robert_hampson1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
817 views4 pages

Understanding The Cronos Arduino-Based GRBL CNC Controller

Uploaded by

robert_hampson1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

 NEWS BUSINESS MARKETS DESIGN PRODUCTS BLOGS RESOURCES EVENTS JOBS SEARCH

About Us Contact Us Advertise Newsletter sign-up

⌂ Home » Blogs » Engineer In Wonderland Add to Bookmarks

 By Steve Bush  20th January 2023

Understanding the Cronos Arduino-


based grbl cnc controller
After a time with a multimeter and scope, the othewise-undocumented
Cronos board for home-build cnc machines has revealed some of its
secrets.
  

Register a
e-News

By using this website you are consenting to the use of cookies. Electronics Weekly is owned by Metropolis International
Group Limited, a member of the Metropolis Group; you can view our privacy and cookies policy here.
SPACE ELECTRONICS
Accept
Keep up with developments relat
 NEWS BUSINESS MARKETS DESIGN PRODUCTS BLOGS RESOURCES EVENTS JOBS
Overall, it seems like a proper grown-up technology - satellite technology
RECOMMENDED imaging, SatIoT, spaceports and
ARTICLES design with a few quirks.
View our busy aerospace sectio

Engineer in Wonderland cnc-related


blogs are indexed here

Getting v6 of
Designspark
Mechanical to look
like v5

Image: ESA
Index to CNC-related
Engineer in
Wonderland blogs

My first CNC-ed
object – it was a
successful weekend Power rails are well thought out (see below) and seem well
up to the job, and isolation (including power and ground
Clever Hyundai
isolation) is fully implemented on-board to separate the
borrows
components for its microcontroller and USB power domain (together, ‘MCU
400V to 800V domain‘ from here)from the cnc-machine-connected power
inverter
domain (‘cnc-domain‘ from here) – so little chance (that I
can see) of current being shoved up the USB into the
controlling PC by a fault on the machine side.

Quirks include:

The three push-button interfaces (hold, run, stop) are wired


straight to microcontroller pins with no buffering – not
even a resistor: so short wires only and a screened
enclosure, maybe. Their counter-terminals are 0V from the
MCU power domain.
The motor driver enable output (ENA on diagram) does not
get its own 5V or 0V return output (it is almost as though
the case was bought-in, and then the connections were
limited to fit the case).
Cnc domain counter-terminal (and screen) partners to the
step and direction outputs are not grounds, but are +5V
Once the lid is on, there is no way to get wires from any of
the JST connectors to the outside world without cutting
holes in it.
Not a quirk – but a couple of capacitors were missing from
the board

The following information is from rough notes – so check ELECTRONICS WEEKLY @ 6

it yourself before relying on it:


Read our special supplement ce
of Electronics Weekly and lookin
Firstly: the non-screw connectors seem to be 2.5mm pitch future of the industry.
(not 0.1in) and of the JST XH style. Read the Electronics Weekly @ 6

To handle power, there are a couple


of dc-dc converters (diagram right –
the
By using this website you are XL4015toisthe
consenting nominally a 5AElectronics
use of cookies. part and Weekly
the XL1509 is by
is owned 2A)Metropolis International
Group Limited, a member ofand
the Metropolis Group; you
an un-regulated can view
dc-dc our privacy
isolator and cookies
to provide policy here.
the various
voltage rails. The 326P-style microcontroller is fed via a 
Read the first ever Electronics W
couple of Schottkys from either the USB September 1960. We've scanned
 NEWS BUSINESS MARKETS DESIGN PRODUCTS BLOGS RESOURCES EVENTS JOBS
control/programming mcu domain input, or from 5V edition so you can enjoy it.

derived from the 12 – 36V domain input (called ’36V from Read the very first edition »

here) via galvanic isolation (by a Mornsun B0505LS-1WR2)

IOT – INTERNET OF THINGS


The pulse, direction and enable
outputs to external drivers (diagram Keep up with developments relat
of Things (IoT) - Industrial IoT, se
left) are all opto-isolated on-board. battery technology, SatIoT and m
This is laudable, although every View our popular Internet of Thi
separate driver I have ever found has opto-isolators on its
inputs for these signals, so this is over-kill in many
circumstances.
Step and enable outputs (not the direction outputs) are via
fast (<1μs) opto-isolators, and all finally emerge finally via
cmos buffers powered from the cnc domain 5V, which is
directly linked to the main 36V ground. Image: ESA

From the diagram, the axes outputs are labelled:

‘1’ (DIR+ on pcb) Direction +ve output: connected to +5V


from cnc domain
‘2’ (DIR-) Direction -ve output: CMOS output relative to DIR+
‘3’ (PUL+) Step pulses +ve output: connected to +5V from
cnc domain
‘4’ (PUL-) Step pulses -ve output: CMOS output relative to
PUL+

As mentioned above, the ‘ENA’ enable output to the


external drivers does not have its own counter-terminal.
Instead has z-axis PUL+ terminal nearby for cnc domain 5V,
or the cnc domain 0V which is three terminals the other
way.

This 0V is part of the ‘FCES’ group


(diagram right) which has:

‘1’ (+10V on pcb) ~10V (derived


from the cnc-domain 12V, I think)
‘2’ (0-10V) analogue output for spindle control, derived
from pwm spindle control signal (further down this page)
‘3’ (0V) connected directlyto the cnc domain 0V.

Next comes a 36V cnc domain PWM fan output (see circuit
diagram above) where the +ve is directly connected to the
36V power input and the -ve is modulated to 0V of cnc
domain via a hefty mosfet.

Lastly on that connector is the spindle output and, just like


the 36V fan output, the connections are: +ve directly
connected to the 36V power input and -ve modulated to 0V
from the cnc domain by another hefty mosfet.
Again: this pwm information is also available as the 0-10V
analogue signal mentioned above.

The rest of the connections are


By using this website you are consenting to the use of cookies. Electronics Weekly is owned by Metropolis International
pretty
Group Limited, a member of the Metropolis Group; you can viewwell described
our privacy by thepolicy
and cookies power here.


circuit diagram (repeated left) and the annotated board
 NEWS BUSINESS MARKETS DESIGN PRODUCTS BLOGS RESOURCES EVENTS JOBS
photo (just above).

The x, y and z-limit and probe inputs are all via on-board
opto-isolators (simply a 2k4 resistor in series with the input
led in each case), and the off-line controller connector
appears to be for the simple controllers that are available
for small ‘3018’ cnc machines.

For non-USB programming the mcu, there is a row of bare


pads on the rear for a bed-of-nails or similar.

Now time needs to be found to wire then thing to the


drivers and the steppers on the mill – with all the
necessary fans, and other odds and sods.

Tweet Like 25

Get Electronics Weekly every day

Email Address Subscribe

Previous: Next:
Self-soldering pcbs – what a great idea Oh Joy – PicoScope works with Linux
Mint

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Name *

Email *

Website

Post Comment

NEWS BLOGS EW PORTFOLIO ABOUT US

Embedded Systems Distribution World About Us


LED Lighting Electro Ramblings Elektra Awards
Electronics Weekly is the market leading and
Power Eyes On Android Electronics Weekly Jobs established electronics magazine, read in pri
Communications Gadget Master Site Map decision makers throughout the industry for
Electronics Weekly is at the heart of the elect
Internet of Things Engineer In Wonderland is reaching an audience of more than 120,00
Automotive Electronics Led Luminaries month. It also organises the prestigious Elekt
Finance Mannerisms

By using this website you are consenting to the use of cookies. Electronics Weekly is owned by Metropolis International
Copyright
Group ©2023
Limited,Electronics
a member Weekly |News|Products|Blogs|Jobs
of the Metropolis - Owned
Group; you can view by Emap,
our privacy and Southern House,
cookies policy CR0 1XG (020 39532600)
here. Terms and Conditions Privacy policy  

You might also like