*** I have found how to burn the Arduino Bootloader to the chip and have uploaded an Arduino sketch with this chip***
I have documented a full how to for this for either the 8mhz internal oscillator or an external 16mhz oscillator here: http://arduino.cc/forum/index.php/topic … #msg372392
The Arduino IDE is used to compile the sketch however I have not figured out how to flash the sketch straight from the IDE. For now you have to compile it in the IDE, and then copy the hex file out of the temp folder for the sketch and flash it to the chip using avrdude *or any preferred flash utility
Hope to fix up something for the ide soon. I’ll keep you AVR heads posted
qema
February 16, 2011, 9:47pm
2
I bow down to you sir. I have been looking for this for a few weeks now.
You rock.
It’s all good. Matter of fact I have to give some crazy props to these people for my venture:
Dunno who he/she is but they rock!:
http://www.avr-developers.com/ HEAVILY FOR THE FIRMWARE PACKAGE AND FOR ARDUINO COMPATIBILITY!!!
Carlyn Maw: At ITP physical computing for a detailed hookup of an “Arduino on a breadboard”
http://itp.nyu.edu/physcomp/Tutorials/ArduinoBreadboard
Everyone in this form thread:
http://www.arduino.cc/cgi-bin/yabb2/YaB … 1487016/30
Lukus from NTDS.net for detailed info on burning a bootloader to an Atmega32L:
http://ntsdt.net/2009/08/22/burning-the … ootloader/
These are the real stars of the show, I just did some data gathering and proof of concept work
Instead of using the 3 leds as described to prevent auto resetting, could I just use a 10uf cap between reset and ground? and thanks for this info