Society of Robots - Robot Forum

Software => Software => Topic started by: andymac on March 09, 2012, 05:15:42 PM

Title: programming $50 robot w/ Mac
Post by: andymac on March 09, 2012, 05:15:42 PM
Has anyone had any luck with programming the $50 robot with a Mac?  Or better yet, using the Ardiuno IDE?

Thanks
AndyMac
Title: Re: programming $50 robot w/ Mac
Post by: joe61 on March 09, 2012, 06:26:37 PM
avrdude is software used to drive a hardware programmer. It was originally written to run on FreeBSD (which is where OS X came from). So it should work fine with the programmer suggested by the tutorial.

See here (http://ladyada.net/learn/avr/setup-mac.html) for some setup instructions.

The arduino ide is probably a non-starter unless you want to port it to the Atmega8. Or you could use an Atmega 328, with some of the same components as the arduino, but then you're not building the $50 robot anymore :-)

Joe