Close

Progamming the CNC1000

A project log for Servicing and Upgrading a Harbor Freight Mini Mill

Years ago, I converted a Harbor Freight mini mill to a CNC using a CNCFusion kit and stepper controllers from HobbyCNC. Time to fix it!

evan-liEvan Li 02/24/2015 at 07:070 Comments

With the board complete, we now move on to testing and programming. Couple things to check with an multimeter before applying any power. Check that there's no short between the supply voltage and ground. Then I check that there is continuity between my header pins and pins on the MCU. This is good for checking if there are any shorts caused by solder bridges.

To program the ATMega328P I use a handy AVR Pocket Programmer from Sparkfun. Since it's based on a USBTiny programmer, the Arduino IDE can burn the bootloader onto the chip.

The LED lights up, which is a good sign. Once the bootloader has been burned on by the Arduino IDE, we can use USB via the FTDI chip.

Power LED, RX and TX LED are all working. My computer picked it up as COM16.

You can grab the latest compiled hex file for GRBL from GRBL on Github. Once you have that, you can load the hex wit AVRDude, which is included with the Arduino IDE.

Pretty long command to get it going. It sets the chip, platform, com port, and BAUD rate, as well as the hex to be loaded. Check AVRDude for more info on that.

It takes a few minutes to load GRBL via AVRDude.

When it's done, the CNC1000 should be ready to go.

Discussions