(home)

Learning About Arduino and ATMega8

: Description : Research into programming an ATMega8 chip using the internal 8MHz oscillator with a parallel cable programmer.

: Status : Successfully programmed a fresh ATMega8 mounted on a breadboard.

: See Also : Learning About the AVR Parallel Programmer

Hardware

Research

Notes

load_pre: avrm8ledtest_pre.hex
        ./prg_load_uc avrm8ledtest.hex
sudo arduino-0010/hardware/tools/avrdude -C arduino-0010/hardware/tools/avrdude.conf -p m8 -c dapa -e -U flash:w:"avrm8ledtest.hex"
code@rancidbacon.com