Re: ESR meter upgrades
sjt thanks again and thanks for posting the manual
Inserted it into the tester socket and same blank LCD so I tryed to redo the fuses
If I press Y it stays like that and does nothing
Thanks again
I'm trying to learn here
sjt thanks again and thanks for posting the manual
Code:
C:\Program Files (x86)\Arduino\hardware\tools\avr\bin>avrdude -C ../etc/avrdude. conf -c avrisp -P COM3 -b 19200 -p m328p -U flash:w:TransistorTester.hex \-U eep rom:w:TransistorTester.eep \-U lfuse:w:0xf7:m \-U hfuse:w:0xd9:m \-U efuse:w:0xf c:m avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.04s avrdude: Device signature = 0x1e950f avrdude: NOTE: "flash" memory has been specified, an erase cycle will be perform ed To disable this feature, specify the -D option. avrdude: erasing chip avrdude: reading input file "TransistorTester.hex" avrdude: input file TransistorTester.hex auto detected as Intel Hex avrdude: writing flash (29952 bytes): Writing | ################################################## | 100% 32.94s avrdude: 29952 bytes of flash written avrdude: verifying flash memory against TransistorTester.hex: avrdude: load data flash data from input file TransistorTester.hex: avrdude: input file TransistorTester.hex auto detected as Intel Hex avrdude: input file TransistorTester.hex contains 29952 bytes avrdude: reading on-chip flash data: Reading | ################################################## | 100% 18.59s avrdude: verifying ... avrdude: 29952 bytes of flash verified avrdude: safemode: Fuses OK (H:07, E:D9, L:62) avrdude done. Thank you.
Code:
C:\Program Files (x86)\Arduino\hardware\tools\avr\bin>avrdude -C ../etc/avrdude. conf -c avrisp -P COM3 -b 19200 -p m328p -U lfuse:w:0xf7:m avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.04s avrdude: Device signature = 0x1e950f avrdude: reading input file "0xf7" avrdude: writing lfuse (1 bytes): Writing | ################################################## | 100% 0.03s avrdude: 1 bytes of lfuse written avrdude: verifying lfuse memory against 0xf7: avrdude: load data lfuse data from input file 0xf7: avrdude: input file 0xf7 contains 1 bytes avrdude: reading on-chip lfuse data: Reading | ################################################## | 100% 0.01s avrdude: verifying ... avrdude: 1 bytes of lfuse verified avrdude: safemode: Fuses OK (H:07, E:D9, L:F7) avrdude done. Thank you. C:\Program Files (x86)\Arduino\hardware\tools\avr\bin>avrdude -C ../etc/avrdude. conf -c avrisp -P COM3 -b 19200 -p m328p -U hfuse:w:0xd9:m avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.04s avrdude: Device signature = 0x1e950f avrdude: reading input file "0xd9" avrdude: writing hfuse (1 bytes): Writing | ################################################## | 100% 0.01s avrdude: 1 bytes of hfuse written avrdude: verifying hfuse memory against 0xd9: avrdude: load data hfuse data from input file 0xd9: avrdude: input file 0xd9 contains 1 bytes avrdude: reading on-chip hfuse data: Reading | ################################################## | 100% 0.01s avrdude: verifying ... avrdude: 1 bytes of hfuse verified avrdude: safemode: Fuses OK (H:07, E:D9, L:F7) avrdude done. Thank you. C:\Program Files (x86)\Arduino\hardware\tools\avr\bin>avrdude -C ../etc/avrdude. conf -c avrisp -P COM3 -b 19200 -p m328p -U efuse:w:0xfc:m avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.03s avrdude: Device signature = 0x1e950f avrdude: reading input file "0xfc" avrdude: writing efuse (1 bytes): Writing | | 0% 0.00s ***faile d; Writing | ################################################## | 100% 0.07s avrdude: 1 bytes of efuse written avrdude: verifying efuse memory against 0xfc: avrdude: load data efuse data from input file 0xfc: avrdude: input file 0xfc contains 1 bytes avrdude: reading on-chip efuse data: Reading | ################################################## | 100% 0.01s avrdude: verifying ... avrdude: verification error, first mismatch at byte 0x0000 0x04 != 0xfc avrdude: verification error; content mismatch avrdude: safemode: efuse changed! Was fc, and is now 4 Would you like this fuse to be changed back? [y/n] y
Thanks again
I'm trying to learn here
Comment