Re: ESR meter upgrades
Ok regardless Arduino... with AVR dude can you do that? to be able to see if it's working?
I might try to program the original chip that came with the esr tester with the USBASP. But if yoiu want we can do it in another thread not to keep populating this one?
Sorry for my lates replies but I'm at work now ...
Thanks
Belen
Announcement
Collapse
No announcement yet.
User Profile
Collapse
-
Re: ESR meter upgrades
Dear sjt
I'm trying to program an ATTINY85 with an Arduino IDE
I did not type nothing I just configured the programmer in the IDE and tried to upload the sketch if its more easy whitn AVRDUDESS I really do not know how to upload an sketch into that or how can I know if now my fuses were wrote correctly?
I used this configuration
Thanks again
Belen...Last edited by Per Hansson; 06-16-2022, 02:05 PM.
Leave a comment:
-
Re: ESR meter upgrades
Dear sjt
Is there a way I can verify when it writes fuses or what might be wrong with my USBAPS's?
Both of them seem to be broken
I have shorte jumper 2 on both to program and unshorted trying to program an attiny
Always getting this error from the Arduino IDE
[CODE]
avrdude: error: program enable: target doesn't answer. 1
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
[/CODE]Code:Re: ESR meter upgrades
Leave a comment:
-
Re: ESR meter upgrades
Dear Vince in Options on AVRDUDESS you can select where is the AVRdude folder.
They can be separate
Just trying to help a bit in here
Belen
Leave a comment:
-
Re: ESR meter upgrades
I like AVR DUDESS
[CODE]-c arduino -p m8 -P COM6 -b 19200 -U flash:w:"C:\ASP\usbasp-2011.hex":i -U lfuse:w:0xef:m -U hfuse:w:0xc9:m:m [/CODE]
and I got
[CODE]vvrdude.exe: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.01s
avrdude.exe: Device signature = 0x1e9307 (probably m8)
avrdude.exe: NOTE: "flash" memory has been specified, an erase cycle will be performed
To disable...
Leave a comment:
-
Re: ESR meter upgrades
[CODE]C:\Program Files (x86)\Arduino\hardware\tools\avr\bin>avrdude -v
avrdude: Version 6.0.1, compiled on Apr 15 2015 at 19:59:58
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "C:\Program Files (x86)\Arduino\hardw
are\tools\avr\bin\avrdude.conf"
avrdude: syntax error at C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\a
vrdude.conf:999[/CODE]
Downloading now...
Leave a comment:
-
Re: ESR meter upgrades
Dear Vince sorry to step in
avrdude you do by commands you extract in a folder and do a command prompt in that folder to be able to type commands.
I believe for windows you got WinAVR wich is a GUI for ARVdude I might be wrong
Belen
Leave a comment:
-
Re: ESR meter upgrades
I'm sorry I did not saw the other msg how can I check the fuses by myself what should they say?
I reprogrammed with your line code and it gave me this:
[CODE]
C:\Program Files (x86)\Arduino\hardware\tools\avr\bin>avrdude -C ../etc/avrdude.
conf -c avrisp -P COM6 -b 19200 -p m8 -U hfuse:w:0xc9:m
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.04s
avrdude: Device signature = 0x1e9307
...
Leave a comment:
-
Re: ESR meter upgrades
Hi again
I did not have luck with my USBASP.
I used the arduino IDE to upload blink to ATTiny configureing the proper pin
Board: Attiny
Processor: Attiny85
Clock: Either internal 1 Mhz or Intrnal 8 Mhz (tryed both)
Programmer USBASP
I tryed to upload the sketch using prgrammer
[CODE]Sketch uses 826 bytes (10%) of program storage space. Maximum is 8,192 bytes.
Global variables use 9 bytes (1%) of dynamic memory, leaving 503 bytes for local variables. Maximum is 512 bytes.
...
Leave a comment:
-
Re: ESR meter upgrades
Oooops I did not knew he was an @@sss
Since I was having clock issues with my USBASP I read yesterday that is was due to firmware issues.
Sorry I dod not answered before I was doing grocery shopping and visiting my parents now I'm back
Frankly I think yesterday although it did not seem like I learned a lot.
Vince YES!!!! my tester is up and running finally thanks to you and the help of sjt!
I'm happy happy.
I was wondering testing some transistors why they don't give the full information as in the manual....Last edited by bmht; 07-24-2016, 05:12 PM.
Leave a comment:
-
Re: ESR meter upgrades
The USBAP one as in this page
[URL="http://www.rogerclark.net/updating-firmware-on-usbasp-bought-from-ebay/"]http://www.rogerclark.net/updating-firmware-on-usbasp-bought-from-ebay/[/URL]
Now my computer doesn't seem to see itRe: ESR meter upgrades
The USBAP one as in this page
[URL="http://www.rogerclark.net/updating-firmware-on-usbasp-bought-from-ebay/"]http://www.rogerclark.net/updating-firmware-on-usbasp-bought-from-ebay/[/URL]
...
Leave a comment:
-
Re: ESR meter upgrades
Dear sjt
I'm telling you since I updated the firmware my computer refuses to see any of them. I can see them in the device manager but otherwise they are not recognized.
[CODE]C:\ASP>avrdude -c USBasp -P usb -p m8
avrdude: error: programm enable: target doesn't answer. 1
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude done. Thank you.[/CODE]
Thanks
BelenCode:Re: ESR meter upgrades
Leave a comment:
-
Re: ESR meter upgrades
Dear Vince and sjt
Again thank you so much for your time and effort
I'm sorry it took me this much to put the tester into operation. At the beginning I had not one but 2 USBasp's but since I was having an issue with the timing I read that I should upgrade the firmware which I did with both of them and now I do not know why they are not recognized anymoreThat is why I had to switch to arduino as ISP. I think I messed those both up. again it has to do with the fuses again although I burned them as indicated in this page
...
Leave a comment:
-
Re: ESR meter upgrades
hummm it doesn't go through the calibration procedure weird!!
Now my next question would I be able to upgrade it with the Markus Frejek software or some variation?
Thnaks again
Belen
Leave a comment:
-
Re: ESR meter upgrades
Really
Thank you for standing up with me and being VERY patient
[CODE]C:\Program Files (x86)\Arduino\hardware\tools\avr\bin>avrdude -C ../etc/avrdude.
conf -c avrisp -P COM6 -b 19200 -p m328p -U flash:w:Code.hex -U eeprom:wata.he
x \-U lfuse:w:0xf7:m \-U hfuse:w:0xd9:m \-U efuse:w:0x04:m
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.03s
avrdude: Device signature = 0x1e950f
avrdude:...Last edited by Per Hansson; 06-16-2022, 02:04 PM.
Leave a comment:
-
Re: ESR meter upgrades
Again Thank you
I reprogrammed [CODE]C:\Program Files (x86)\Arduino\hardware\tools\avr\bin>avrdude -C ../etc/avrdude.
conf -c avrisp -P COM6 -b 19200 -p m328p -U flash:w:Code.hex -U flash:wata.hex
\-U lfuse:w:0xf7:m \-U hfuse:w:0xd9:m \-U efuse:w:0xfc:m
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.03s
avrdude: Device signature = 0x1e950f
avrdude: NOTE: "flash" memory has been specified,...Last edited by bmht; 07-23-2016, 06:58 PM.
Leave a comment:
-
Re: ESR meter upgrades
Dear sjt
Your code only has the Hex file not an epp file still I programmed
[CODE]C:\Program Files (x86)\Arduino\hardware\tools\avr\bin>avrdude -C ../etc/avrdude.
conf -c avrisp -P COM6 -b 19200 -p m328p -U flash:w:Code.hex \-U lfuse:w:0xf7:m
\-U hfuse:w:0xd9:m \-U efuse:w:0xfc:m
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.03s
avrdude: Device signature = 0x1e950f
avrdude: NOTE:...
Leave a comment:
-
Re: ESR meter upgrades
[CODE]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:0x04:m
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.04s
avrdude: Device signature = 0x1e950f
avrdude: reading input file "0x04"
avrdude: writing efuse (1 bytes):
Writing | ################################################## | 100% 0.01s...
Leave a comment:
-
Re: ESR meter upgrades
Thanks let me figure out how to do that I will let you know how it turn out
Belen...
Leave a comment:
-
Re: ESR meter upgrades
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...
Leave a comment:
No activity results to display
Show More
Leave a comment: