Author Topic: $20 LCR ESR Transistor checker project  (Read 3446761 times)

wandows, NikolaSoft and 7 Guests are viewing this topic.

Offline Yekuku

  • Newbie
  • Posts: 7
Re: $20 LCR ESR Transistor checker project
« Reply #925 on: April 17, 2015, 09:06:54 am »
Are you careful to fully discharge large capacitors before trying to test them?
Yes, all caps are properly discharged.
It looks to me like  a firmware / LCD screen compatibility issue. Any suggestions ?
The screen looks like this :
« Last Edit: April 17, 2015, 10:46:19 am by Yekuku »
 

Offline Gyro

  • Super Contributor
  • ***
  • Posts: 9504
  • Country: gb
Re: $20 LCR ESR Transistor checker project
« Reply #926 on: April 18, 2015, 10:07:10 am »
I'd suggest beefing up the supply decoupling as these boards seem to have minimal amounts, try a 10uF on the regulator output as a starting point and additional 100n's as close as you reasonably can to the chip.
Best Regards, Chris
 

Offline aRGee

  • Contributor
  • Posts: 11
Re: $20 LCR ESR Transistor checker project
« Reply #927 on: April 18, 2015, 07:46:42 pm »
Hi to all ! did anybody of you try to add a Rotary encoder to one of the chinese clones with a graphical display ? I tried a Rotary switch with my homemade tester with M-firmware and a 2*16 line display , it worked fine. When I tried the chinese clone with graphic display (the one from EZM electronics and discrete components) I didn't succeed, I tried a lot of combinations of PD1,PD2 and PD3 inputs of the atmega328.  Maybe somebody has an idea ?? Robert.

ps : I changed the 680R/470K resistors for the 0.1% types and also replaced the voltage regulator for a mcp1702-5002 and I got an accuracy of 0.1% back when measuring a precision resistor
 

Offline Gixy

  • Regular Contributor
  • *
  • Posts: 232
  • Country: fr
Re: $20 LCR ESR Transistor checker project
« Reply #928 on: April 19, 2015, 02:08:48 pm »
Hello,
I bought this one on eBay. The software version is 1.11. I've got the documentation on the website of the developpers but I don't find what exactly are the information displayed for transistors: what are IC0 and ICs?
Thanks
Denis
 

Offline bianchifan

  • Regular Contributor
  • *
  • Posts: 94
  • Country: de
Re: $20 LCR ESR Transistor checker project
« Reply #929 on: April 20, 2015, 08:45:42 pm »
Quote from: tom666
In the annex is backup original firmware of my tester (v2.1)
Thank you very mch! How did you get it?

What about this one:
http://m.ebay.com/itm/251791049879?nav=SEARCH
Any comments?
Feel free for a little look inside here:
http://www.mikrocontroller.net/topic/248078?page=7#4086662
FW from 15.04.2015:
http://www.mikrocontroller.net/topic/248078?page=7#4092967

Quote from: aRGee
When I tried the chinese clone with graphic display (the one from EZM electronics and discrete components) I didn't succeed, I tried a lot of combinations of PD1,PD2 and PD3 inputs of the atmega328.
I do not know EZM, only Fish and new LiIon, but the rotary must be activated in the makefile.
IMHO you need a special compiled version of your own, no standard-hex.
In some makefiles the rotary is pre activated.

Quote from: aRGee
I changed the 680R/470K resistors for the 0.1% types and also replaced the voltage regulator for a mcp1702-5002 and I got an accuracy of 0.1% back when measuring a precision resistor
.1% resistors are no bad idea but the LDO alone isn't the hack... you need to offer an external voltage reference.
My choose was a LT1009C, it's precision is 0.2%. So the overall prec should be better than 0.5%.
 

Offline Shock

  • Super Contributor
  • ***
  • Posts: 4216
  • Country: au
Re: $20 LCR ESR Transistor checker project
« Reply #930 on: April 21, 2015, 03:41:15 am »
Hello,
I bought this one on eBay. The software version is 1.11. I've got the documentation on the website of the developpers but I don't find what exactly are the information displayed for transistors: what are IC0 and ICs?
Thanks
Denis

Vf forward
Vt threshold
S source
D drain
Soldering/Rework: Pace ADS200, Pace MBT350
Multimeters: Fluke 189, 87V, 117, 112   >>> WANTED STUFF <<<
Oszilloskopen: Lecroy 9314, Phillips PM3065, Tektronix 2215a, 314
 

Offline Gixy

  • Regular Contributor
  • *
  • Posts: 232
  • Country: fr
Re: $20 LCR ESR Transistor checker project
« Reply #931 on: April 21, 2015, 05:44:59 am »
Thanks Shock,
With BJT transistors the device indicates ICE0 and ICEs (forgot the ´E' in my previous post). Those values are most of the time 0.00mA with small signls transistors, and non zero for power transistors.  Probably collector-emitter currents, but in which conditions? There are also the current gain hFE and a voltage Uf (base-emitter).
For MOS and FET, the device indicates only two voltages: Vt and Uf and a capacity.
The user manual explains very well the measurement principles, but not the results.
Denis
 

Offline Shock

  • Super Contributor
  • ***
  • Posts: 4216
  • Country: au
Re: $20 LCR ESR Transistor checker project
« Reply #932 on: April 21, 2015, 07:43:56 am »
Gixy you can find all the acronyms with diagrams here
http://www.onsemi.com/pub_link/Collateral/AN1628-D.PDF
Soldering/Rework: Pace ADS200, Pace MBT350
Multimeters: Fluke 189, 87V, 117, 112   >>> WANTED STUFF <<<
Oszilloskopen: Lecroy 9314, Phillips PM3065, Tektronix 2215a, 314
 

Offline Gixy

  • Regular Contributor
  • *
  • Posts: 232
  • Country: fr
Re: $20 LCR ESR Transistor checker project
« Reply #933 on: April 21, 2015, 09:54:30 am »
Excellent document Shock, I appreciate.
ICEo (not ICE0) and ICEs are then leakage currents under reverse voltages. I found also this document from the device's developpers.
This device is really impressive!
Denis

 

Offline Gyro

  • Super Contributor
  • ***
  • Posts: 9504
  • Country: gb
Re: $20 LCR ESR Transistor checker project
« Reply #934 on: April 21, 2015, 10:42:08 am »
Quote
.1% resistors are no bad idea but the LDO alone isn't the hack... you need to offer an external voltage reference.
My choose was a LT1009C, it's precision is 0.2%. So the overall prec should be better than 0.5%.

Having said that, it's worth just checking the accuracy of the cheapo TL431 reference on the board (if fitted) before swapping it - the one on mine reads a nice stable 2.501V  :)
Best Regards, Chris
 

Offline Evil Lurker

  • Regular Contributor
  • *
  • Posts: 67
Re: $20 LCR ESR Transistor checker project
« Reply #935 on: April 23, 2015, 12:15:26 am »
I'm debating on getting one of the Chinese "GM328 fish clone" testers.

Anyone know where I could land an unpopulated PCB so that I can use my own precision components?



 

Offline firepower

  • Regular Contributor
  • *
  • Posts: 81
  • Country: vn
Re: $20 LCR ESR Transistor checker project
« Reply #936 on: April 23, 2015, 04:54:05 am »
Still be more economical to buy one and remove parts you dont want.
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7764
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #937 on: April 23, 2015, 12:21:10 pm »
Anyone know where I could land an unpopulated PCB so that I can use my own precision components?

There are several PCB layouts in the forum at http://www.mikrocontroller.net/topic/248078 (mostly German) and from time to time someone organizes an aggregated order. But I haven't seen any shop selling bare PCBs yet. You can also find two PCBs in the firmware repo for DYI-ing (one is veroboard based, and the other one is for through-hole parts). There's also an rotary encoder / frequency counter adapter for character LCDs.
 

Offline mikronauts

  • Newbie
  • Posts: 1
Re: $20 LCR ESR Transistor checker project
« Reply #938 on: April 25, 2015, 02:54:51 am »
Hi - I just found this thread due to the Hackaday post.

Great little tool!

Wifey won't like it, but I think I'll build one this weekend. I don't have the requisite 0.1% 680R and 470K resistors, but I am certain I will find some relatively easily by measuring and sorting my 1% resistors.

I have all the other parts in my lab, and I ordered two 128x64 LCD's for later builds.

I downloaded the tarball, and I am now reading the v1.12k manual.

A big thank you to Markus and Karl-Heinz for your work on this.

Bill

---
http://Mikronauts.com
 

Offline tom666

  • Regular Contributor
  • *
  • Posts: 173
  • Country: sk
    • Slovak discussion forum - AVR Component Tester (RLC/ESR & Semiconductors Tester)
Re: $20 LCR ESR Transistor checker project
« Reply #939 on: April 25, 2015, 11:59:07 am »
For owners of this tester which is offered on ebay under the designation as "LCR-T3" or "LCR-T4 Transistor Tester" I offer a way to update firmware. Devices have identical G-LCD (ST7565), but slightly different PCB. Update works on both versions of this tester. However, attention should be given to the fact that the ISP connector from the parts is mirrored. For this purpose I have pieced together a simple detachable :) adapter enabling the MCU to program without arranging the auxiliary ISP connector (see attached pictures). Many thanks to Roland Elmiger (hb9gaa) from the official discussion forum for providing the schematic diagram.
« Last Edit: November 08, 2015, 07:38:27 am by tom666 »
 

Offline firepower

  • Regular Contributor
  • *
  • Posts: 81
  • Country: vn
Re: $20 LCR ESR Transistor checker project
« Reply #940 on: April 27, 2015, 05:06:19 am »
I found this one GM328A firmware V1.12 with input port protection and 0.1% resistors. Menu has Transistor, Frequency, f-Generator,10-bit PWM, C=ESR@TP1:3, rotary encoder, Self Test, Contrast, Show Data, Switch Off           

U3 (V05) & D1 (KK 1450) may be similar to the protect circuit attached. Voltage regulators, 5V (AMS1117-5.0) & 3V3 (AMS1117-3.3) for LCD, U4 voltage reference TL431

http://www.ebay.com.au/itm/Latest-12864-LCD-Transistor-Tester-Capacitance-ESR-Meter-LCR-GM328A-Test-Clip-/321735790147?pt=LH_DefaultDomain_0&hash=item4ae8f28e43

http://www.ebay.com.au/itm/311343672563?

edit: added photo of component side of PCB.
« Last Edit: May 15, 2015, 09:53:34 am by firepower »
 

Offline eas

  • Frequent Contributor
  • **
  • Posts: 601
  • Country: us
    • Tech Obsessed
Re: $20 LCR ESR Transistor checker project
« Reply #941 on: April 27, 2015, 07:45:49 am »
Do these also have the function generator option in menu?
I found this one that advertise that feature, also claims to be V1.12. with input port protection and 0.1% resistors.
Can not find photo of component side of PCB.

bid ?

http://www.ebay.com.au/itm/Latest-12864-LCD-Transistor-Tester-Capacitance-ESR-Meter-LCR-GM328A-Test-Clip-/221755223038?pt=LH_DefaultDomain_0&hash=item33a1a42bfe
[...]

For what it is worth, the function generator was enabled in the v1.11k firmware installed on the through-hole version from the same manufacturer early this year.
 

Offline firepower

  • Regular Contributor
  • *
  • Posts: 81
  • Country: vn
Re: $20 LCR ESR Transistor checker project
« Reply #942 on: April 27, 2015, 08:14:10 am »
I thinking of getting the LCR-T3 above, can anyone confirm if has frequency generator too?
« Last Edit: April 28, 2015, 09:08:12 am by firepower »
 

Offline tom666

  • Regular Contributor
  • *
  • Posts: 173
  • Country: sk
    • Slovak discussion forum - AVR Component Tester (RLC/ESR & Semiconductors Tester)
Re: $20 LCR ESR Transistor checker project
« Reply #943 on: April 27, 2015, 10:00:35 am »
After updating the software (currently v1.12k) and extensions the hardware (see the official manual) will work:
- measurement of zener voltage above 4 Volt
- measure the voltage to 50V
- frequency generator
- frequency measurement
- 10-bit PWM
- using of a rotary pulse encoder with a push button for easier control of the menu function.

Offline firepower

  • Regular Contributor
  • *
  • Posts: 81
  • Country: vn
Re: $20 LCR ESR Transistor checker project
« Reply #944 on: April 27, 2015, 10:21:27 am »
Thanks Tom666, I go ahead and get one, seem to be the best version, 6 pin ISP, external voltage reference, components all clearly marked with values, smd, compact design single pcb, no hardware faults (unlike fish). Latest firmware.

edit: After seeing component side of GM328, I bought the GM328 as it has protection and all same features above.
« Last Edit: April 28, 2015, 01:29:35 pm by firepower »
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7764
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #945 on: April 27, 2015, 10:34:36 am »
Since we're talking about the function generator (squarewave), would you be interested in a sinusodial signal too? I haven't looked into the details yet, but I think it would be possible with the help of an external low-pass filter (2 components) attached to the probe pins temporarily. I can't say anything about the frequency range yet, but it would be far less than the squarewave. BTW, what do you think about the squarewave generator (requires a rotary encoder) of the m-firmware? Is the user interface ok? Haven't got any feedback about that so far.
« Last Edit: April 27, 2015, 10:42:35 am by madires »
 

Offline con-f-use

  • Supporter
  • ****
  • Posts: 807
  • Country: at
Re: $20 LCR ESR Transistor checker project
« Reply #946 on: April 27, 2015, 11:30:30 am »
I'd rather like to see a new reference design of the board that incorporates all features, e.g. encoder, zener and generator into it in a modular way.

I started to do such a design but due to time constraints didn't get any further than the attached schematic (which is missing the relay and diode input protection feature).

The sinusoidal wave gen would be okay to have, but I had no use-case so far.
 

Offline paulie

  • Frequent Contributor
  • **
  • !
  • Posts: 849
  • Country: us
Re: $20 LCR ESR Transistor checker project
« Reply #947 on: April 27, 2015, 11:52:08 am »
Is this a true function generator capable of at the very minimum triangle or is this just square wave?
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7764
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #948 on: April 27, 2015, 12:11:08 pm »
Is this a true function generator capable of at the very minimum triangle or is this just square wave?

Just square wave.
 

Offline paulie

  • Frequent Contributor
  • **
  • !
  • Posts: 849
  • Country: us
Re: $20 LCR ESR Transistor checker project
« Reply #949 on: April 27, 2015, 01:24:19 pm »
Thanks. Although unable to get latest versions working I am very happy with the original firmware and greatly appreciate the effort you put into this. But a little disappointed to see the term "function generator" used here which at the least would generally include triangle or sine.. This kind of stretching might be expected from Ebay chinese liars but IMO better to refer to it as "square wave generator" or "signal generator" to not get peoples hopes up. Anyway, thanks again for the wonderful design. It proved to be an invaluable tool here.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf