Can I upload an arduino code on Atmega8? -


i have arduino duemilanove , atmega8 chip. arduino board having atmega328 on it. have written code works fine on arduino. want transfer code arduino atmega8 chip. can use arduino bootloader that?

thanks in advance.

you can use old files arduino sure , (probably newer builds) keep in mind have ~7kb(after 1k bootloader)

you need compile code "arduino ng or older w/ atmega8"

you can find instructions on how burn boot loader here http://arduino.cc/en/hacking/bootloader

and reference schematics here http://arduino.cc/en/uploads/main/arduino_ng_schematic.png


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -