Re: ESR meter upgrades
you solder the 6pin / 10pin header to some pins under the socket and hook the usb programmer to it.
then you open a shell / console with avrdude installed.
https://cdn.badcaps-static.com/pdfs/...0e8896b305.pdf
and type or cut-n-paste this.
	
		
that's all.
 
							
						
					you solder the 6pin / 10pin header to some pins under the socket and hook the usb programmer to it.
then you open a shell / console with avrdude installed.
https://cdn.badcaps-static.com/pdfs/...0e8896b305.pdf
and type or cut-n-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