Page 1 of 1

ATMEGA8 with Arduino

Posted: Sat Aug 24, 2013 6:10 am
by Strofe
Hello

Thank you very much for you topic. Arduino-based AVR High Voltage Programmer

I have an Atmega8a. I just change two lines in you program and it's work very well.

Code: Select all

// Desired fuse configuration ATmega8a
#define  HFUSE  0xD9   // Default for ATmega8a, for others see
#define  LFUSE  0xE1   // http://www.engbedded.com/fusecalc/
The schematic is the same.

Thank you... :mrgreen:

Christophe from France.

Re: ATMEGA8 with Arduino

Posted: Sat Aug 24, 2013 10:45 am
by mightyohm
You are very welcome. Thanks for the feedback! :D