Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - gingercat

1
Hi all - sorry to resurrect an old thread, but thought it better than starting a new one with the same subject.

I've wired up my Arduino to use as an AVR programmer and just want to check I've done everything needed to get my Atmega8 ready for running:

Write the image to the chip (only flash write needed?):
avrdude -p m8 -c avrisp -P Com5 -b 19200 -U flash:w:x30Xtmodchip.hex

Update the fuses to run 8MHz internal oscillator:
avrdude -p m8 -c avrisp -P Com5 -b 19200 -U lfuse:w:0xE4:m -U hfuse:w:0xD9:m

Is that me ready?

Thanks in advance,
Chris.
2
Hardware / Re: HOW TO
28. Nov 2009, 16:43
Many thanks for this excellent guide, hopefully I'll get my box happily modded then I can start playing with some code. I'm a C# developer by trade (distributed control system and data acquisition software) so will hopefully be able to contribute something back once I'm up to speed.