Contents |
The now official source grbl is here: github.com/grbl/grbl/downloads
UPDATE: 7/1/12 - at the current time 0.7d is the official stable version, 0.8a is the experimental version. We like 0.8a and use it almost exclusively
PLEASE BE AWARE THAT 0.6 AND EARLIER VERSIONS DO NOT WORK WITH GRBLSHIELD
PLEASE USE AN 0.7 OR LATER VERSION
The Arduinos below are the ones that we have tested with grbl and grblshield and feel comfortable supporting. There may be others that work, and there definitely some that do not. If you go outside this list and find ones that do work please let us know and we'll add them. In general, all Arduinos that (1) use the atmega328p chip and (2) have the standard IO pinout should work, but please understand that we can't test or support all the Arduino variants out there.
Baords we have tested and know work
Boards we know don't work
Boards we don't know about
There has been some confusion as to exactly how to to get grbl onto the Arduino hardware. There are a number of methods described in various places. We've tried many of them. Some work, some don't.
As of Dec 2011 the following are the methods we recommend for obtaining/programming a grbl onto the Arduino hardware.
There are three methods that Synthetos recommends and supports for getting grbl loaded onto your Arduino. While there are other ways to accomplish this task. These are the ONLY methods that we have found that work reliably enough to actually support. Any questions about other methods will be referred back to this list.
Each of these methods have their advantages / dis-advantages as described below. If none of the methods appeal to you to load grbl onto your Arduino you can see Contraptor's loading grbl instructions here. However this is unsupported and will not be responded to if posted in the forums.
This is the easiest method to get your grblShield up and running out of box. Synthetos recommends this method for users that are new to microcontroller development, the Arduino world in general or just what something to work without any problems.
You can get your pre-loaded Arduino here.
PROS:
CONS:
This is not as easy as Method 1. However its the next best solution for individuals that do not want to have to purchase another Arduino and have experience in pulling DIP (dual inline pins).
You can get your pre-loaded ATmega328p here.
PROS:
CONS:
This is the most "involved" way to load grbl onto your Arduino, but also the most flexible. This method requires that you have access to a Windows based machine (or a Windows VM), download AVR Studio 4 and have access to an AVRISPMKII programmer. If any of the above mentioned requirements seem unknown to you you might want to use method 1 or 2 instead.
Method 3 instructions can be found here: Loading grbl with AVRstudio4.
PROS:
CONS:
Back to grblShield Home