ESR meter upgrades
Collapse
This is a sticky topic.
X
X
-
Re: ESR meter upgrades
the frequency code that you can allegedly input any frequency is very difficult to use
I found it easy as pie.
Easier to learn than the pentatonic scale.
Took me about 15 seconds to set a frequency of 456.789Khz
If it's easy enough to recomple it to include this feature again, that would be appreciated.
Now, all of that programming stuff is what i'd call "very difficult".
OK, photo coming soon (just need to charge camera batteries)
Your last update GM328x ESR tester (SVN700)(inverted encoder) worked perfectly, except i would have preferred to have the option to 'punch in' any frequency that i wanted.
Here's the pic
With the wrong software on the chip (just to show that the frequency generator works good)
Probably a bit off because i couldn't be bothered calibrating it - but still, pretty good.
645.321khz
https://www.badcaps.net/forum/attach...1&d=1482044324Last edited by socketa; 12-18-2016, 01:03 AM.Comment
-
Re: ESR meter upgrades
Here's a better Pic, the meter possibly loses accuracy on the higher ranges.
https://www.badcaps.net/forum/attach...1&d=1482045580
6789Hz - Spot on!Last edited by socketa; 12-18-2016, 01:23 AM.Comment
-
Re: ESR meter upgrades
stj - I compiled the firmware using your makefile and I get an oversized program;
Code:AVR Memory Usage ---------------- Device: atmega328p Program: 35092 bytes (107.1% Full) (.text + .data + .bootloader) Data: 454 bytes (22.2% Full) (.data + .bss + .noinit) EEPROM: 879 bytes (85.8% Full) (.eeprom)
I also noted that the supplied precompiled st7565_kit versions do not work at all (device won't power up), nor do the make files create working firmware.
Comment
-
Re: ESR meter upgrades
Ahh yes, so I did, thank you. I tried 3.4.5.30 and the compiled firmware is coming in at a more suitable size.
Attached is the 8mhz compile, latest version, hope that solves your display problem socketa.Attached FilesComment
-
Re: ESR meter upgrades
Thanks, that's better, but the makefile needs to have the rotary direction reversed.
Opened it in WinAVR Programmers notepad, and tried Tools> Make All
But it returned this output:
> "make.exe" all
makefile:381: ../setup.mk: No such file or directory
makefile:428: ../finish.mk: No such file or directory
make.exe: *** No rule to make target `../finish.mk'. Stop.Comment
-
Re: ESR meter upgrades
I've commented out the following in the make file;
CFLAGS += -DCHANGE_ROTARY_DIRECTION
I assume this will now swap the direction
(forgot to update the Makefile in the zip, sorry!)Attached FilesComment
-
Re: ESR meter upgrades
Thanks, that's better, but the makefile needs to have the rotary direction reversed.
Opened it in WinAVR Programmers notepad, and tried Tools> Make All
But it returned this output:
> "make.exe" all
makefile:381: ../setup.mk: No such file or directory
makefile:428: ../finish.mk: No such file or directory
make.exe: *** No rule to make target `../finish.mk'. Stop.Comment
-
Re: ESR meter upgrades
Downloaded transistor-tester-master.zip and extracted it into a folder
Downloaded avr-toolchain-installer-3.2.3.579-win32.win32.x86.exe, and that installed Amtel folder (not "over the top of the winavr one")
Opened up the makefile (from the extracted folder) with WinAVR Programmers notepad and then Tools> Make All.
No surprise, same errors as before
Obviously i've got no idea what i'm doing.Last edited by socketa; 12-18-2016, 04:11 PM.Comment
-
Re: ESR meter upgrades
I only started playing with these chips two weeks ago so it's been an uphill struggle getting to this pointWinavr should compile without the other tool chain, but you will need to copy the contents of that folder Amtel folder over into the winavr folder if you want it to be 100%
The Makefile you're opening, is it in the mega328_GM328 folder? If not, i.e. you're opening it from the zip file, that won't work. Put the updated/custom Makefile in the mega328_GM328 folder, over writing the one in there. Then open that Makefile with winavr.
Glad the one I compiled is working for youComment
-
Re: ESR meter upgrades
another new style cheap esr tester
https://youtu.be/K-5zZfc1XkE
http://www.ebay.com/itm/LCR-TN-Multi...UAAOSw4A5YqGjbComment
-
Re: ESR meter upgrades
https://www.eevblog.com/forum/testgear/$20-lcr-esr-transistor-checker-project/Last edited by vinceroger69; 04-20-2017, 02:27 PM.Comment
-
Re: ESR meter upgrades
Hey stj, tried to compile the latest SVN version using your makefile for GM328x
But the file becomes too big in the latest SVN.
I'm using CentOS7 and avr-gcc v4.8.2
Is there something not so useful that I can remove from the Makefile to get the size down a bit?
SVN700 build:
Code:16 MHz operation configured. AVR Memory Usage ---------------- Device: atmega328p Program: 32592 bytes (99.5% Full) (.text + .data + .bootloader) Data: 206 bytes (10.1% Full) (.data + .bss + .noinit) EEPROM: 922 bytes (90.0% Full) (.eeprom)
Code:16 MHz operation configured. AVR Memory Usage ---------------- Device: atmega328p Program: 32892 bytes (100.4% Full) (.text + .data + .bootloader) Data: 206 bytes (10.1% Full) (.data + .bss + .noinit) EEPROM: 916 bytes (89.5% Full) (.eeprom)
"The one who says it cannot be done should never interrupt the one who is doing it."Comment
-
Re: ESR meter upgrades
Hey stj, tried to compile the latest SVN version using your makefile for GM328x
But the file becomes too big in the latest SVN.
I'm using CentOS7 and avr-gcc v4.8.2
Is there something not so useful that I can remove from the Makefile to get the size down a bit?
SVN700 build:
Code:16 MHz operation configured. AVR Memory Usage ---------------- Device: atmega328p Program: 32592 bytes (99.5% Full) (.text + .data + .bootloader) Data: 206 bytes (10.1% Full) (.data + .bss + .noinit) EEPROM: 922 bytes (90.0% Full) (.eeprom)
Code:16 MHz operation configured. AVR Memory Usage ---------------- Device: atmega328p Program: 32892 bytes (100.4% Full) (.text + .data + .bootloader) Data: 206 bytes (10.1% Full) (.data + .bss + .noinit) EEPROM: 916 bytes (89.5% Full) (.eeprom)
Comment
-
Re: ESR meter upgrades
It's your makefile from the last ZIP: "GM328x ESR tester (SVN700).zip" that you posted here:
https://www.badcaps.net/forum/showpo...&postcount=730
And I did use your "make_frequency.c" file too, otherwise the file becomes even larger.
(My aim was not not use it, and switch back to the "standard" frequency input way too...)
Of course, but need to know what I can remove from the firmware as the latest build results in a too large firmware...Last edited by Per Hansson; 07-28-2017, 12:43 PM."The one who says it cannot be done should never interrupt the one who is doing it."Comment
Related Topics
Collapse
-
by chth96I read EBOOK of Testing Electronic Component and found that
"In order to test the small blue resin coated ceramic disk capacitor which has 104 50v specification,it is possible to test this small ceramic capacitor by making use of analogue meter.
Set to times 10Kohm that has 12v output from the probe to check disorder of ceramic capacitor.
It is not uncommon that testing result of digital capacitance meter is okay,But It show shorted reading when you check it with analogue meter."
Is it really possible to test small ceramic disc capacitor with analogue...-
Channel: General Capacitor Questions & Issues
-
-
by sam_sam_samI have had with regular AA batteries that leak this meter is expensive new I already replaced the battery battery clips once and the same thing happened again and I am tried of so it is getting modified to accommodate lithium ion batteries that are the same size excluding the positive terminal and removing the battery clips I will have enough room for the BMS protection board
I going to put 3 lithium ion battery in parallel with the BMS protection board and a way to charge the battery externally and heat shrink the battery pack and use a JST connector so I easily remove the battery... -
by jorpecHi
I want to change the scale of an analog meter, to monitor the charge of an li-ion single cell, so the needle at the end would point 4.2 volts and the 0 on the meter would point 2.5 volts or so, i tried to add diodes or a zener in series with the meter but the changes of the ambient temperature also changes the voltage value on the meter
I wonder how i can accomplish this so the meter would be precise at any temperature ?
Thnaks -
by sam_sam_samAbout a month ago we had a transformer jumper wire that burned in two different places between two transformers caused over $200 thousand dollars worth of damage to VFD drives at least 10 of them and a memory card and quite a few power supply as well
Now we have most of the equipment that got damaged back up and running except a feeder that has issues and we are waiting for some parts for
Now we also have another piece of equipment that was blowing fuses on the 110 volt controller switch circuit with the “E” stops and one switching power (24 volt) supply and a transformer... -
by irepair559hi guys so i have this ps4 fat 1215 i believe ( the one with the ps4 pro/slim newer encoder ic ) so i replaced hdmi and 2 blown filters and still no pic so i replaced encoder and still no pic. i made sure port is solid even checked with a breakout hdmi and tested ground and data lines.. Filters are all good , though 2 of the newer ones are larger then the original ones i dont know if that matters ?
Made sure under the scope encoder pins all look solid went over with fine tip and solder again. Idk but this thing is stressing me out..
ps4 seems to boot fine blue light then solid... - Loading...
- No more items.
Comment