Re: ESR meter upgrades
i was unable to watch that all the way through, it was too painfull.
that's why i hate utube.
so the FSC error is because the chinese programmer auto-detects the correct speed and ignores the parameter - so ignore it.
he pulled the chip and breadboarded it - why? just connect the header to the bottom of the programmer socket and the crystal is already there.
his breadboard was unreliable anyway - the crystal should have a pair of 18-22pf caps to ground - he didnt fit any!
and all you need to do for avrdude is copy & paste this:
job done
i was unable to watch that all the way through, it was too painfull.
that's why i hate utube.
so the FSC error is because the chinese programmer auto-detects the correct speed and ignores the parameter - so ignore it.
he pulled the chip and breadboarded it - why? just connect the header to the bottom of the programmer socket and the crystal is already there.
his breadboard was unreliable anyway - the crystal should have a pair of 18-22pf caps to ground - he didnt fit any!
and all you need to do for avrdude is copy & paste this:
avrdude -c USBasp -P usb -p m328p -U flash:w:TransistorTester.hex \-U eeprom:w:TransistorTester.eep \-U lfuse:w:0xf7:m \-U hfuse:w:0xd9:m \-U efuse:w:0xfc:m
Comment