View Single Post
Old 06-08-2010, 12:09 PM   #3 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
re: programming, it is a complicated A lot of folks get their feet wet with an arduino or clone, but the latest source code is completely divorced from arduino, and the prebuilt hardware is not arduino. The prebuilt has a faster crystal (20mhz vs 16), only supports the atmega328 currently, no bootloader, no onboard serial or usb circuitry, pins dedicated to LCD/buttons/sensors.

For the prebuilt, and atmegas in general, avrfreaks.net is probably a better source of info.

FYI, I'm using avrgcc to compile and avrdude to load the chip and fuses, with an isp programmer, and a homemade clip-on programming adapter.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!

Last edited by dcb; 06-08-2010 at 02:49 PM..
  Reply With Quote