Changes

Jump to: navigation, search

GRBL

178 bytes added, 15:25, 23 May 2014
To compile GRBL and upload to the Arduino
[[Home | <<< back to Wiki Home]]
== To compile GRBL and upload to the Arduino==
*Download GRBL: https://github.com/grbl/grbl/archive/master.zip
*unzip grbl-master
</syntaxhighlight>
adapted from here: https://github.com/grbl/grbl/wiki/Flashing-Grbl-to-an-Arduino
==Upload to Nano V3.0==
<syntaxhighlight lang="bash">
$AVRPATH/bin/avrdude -C$AVRPATH/etc/avrdude.conf -b57600 -pm328p -carduino -P$DEVPATH -D -Uflash:w:$GRBLHEX
</syntaxhighlight>
== How to connect pins of Arduino for GRBL ==

Navigation menu