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

0 Members and 4 Guests are viewing this topic.

Offline madires

  • Super Contributor
  • ***
  • Posts: 8177
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #9650 on: August 11, 2024, 08:07:17 pm »
To check if it's a battery monitoring issue you could disable the monitoring (BAT_NONE). Some TC-1/7 need the special option  PASSIVE_POWER_CTRL to keep them powered on.
 

Offline tedris

  • Contributor
  • Posts: 33
  • Country: tr
Re: $20 LCR ESR Transistor checker project
« Reply #9651 on: August 11, 2024, 08:32:24 pm »
 

Offline Feliciano

  • Regular Contributor
  • *
  • Posts: 248
  • Country: ve
Re: $20 LCR ESR Transistor checker project
« Reply #9652 on: August 11, 2024, 11:17:31 pm »
1)Did you try the firmware on Yandex for the TC-1?
2)If you have an oscilloscope, check the 5V Vcc, you may be having brownouts
« Last Edit: August 11, 2024, 11:34:38 pm by Feliciano »
 

Offline tedris

  • Contributor
  • Posts: 33
  • Country: tr
Re: $20 LCR ESR Transistor checker project
« Reply #9653 on: August 12, 2024, 06:19:18 am »
Finally I did it. My efforts were not in vain. I noticed that the 5v output was irregular because my card was short-circuited. Then I removed the parts in the picture and it was fixed. I uploaded a new video.

https://drive.google.com/file/d/18PpfEETnhBZ1xDAu9cbK2aDMkD7lQler/view?usp=drivesdk
 

Offline Feliciano

  • Regular Contributor
  • *
  • Posts: 248
  • Country: ve
Re: $20 LCR ESR Transistor checker project
« Reply #9654 on: August 12, 2024, 11:46:25 am »
Good. Now you should add something around 100nF and 1nF for C14 and C15.
 

Offline tedris

  • Contributor
  • Posts: 33
  • Country: tr
Re: $20 LCR ESR Transistor checker project
« Reply #9655 on: August 12, 2024, 03:02:40 pm »
I'm confused which one should it be? It says 100 on SMDs but I don't know what the unit is. The other one is 100uf, you said nf. Which one is suitable?
 

Offline Feliciano

  • Regular Contributor
  • *
  • Posts: 248
  • Country: ve
Re: $20 LCR ESR Transistor checker project
« Reply #9656 on: August 12, 2024, 07:38:49 pm »
Unless you see letters, you can assume it's the same kind of identification that of resistors, but with numbers instead of colors and starting with 1pF, therefore, 100 should be 10pF, and 104=100nF.

But hey, you can measure it with your CTester!
 

Offline Kim Christensen

  • Super Contributor
  • ***
  • Posts: 1756
  • Country: ca
Re: $20 LCR ESR Transistor checker project
« Reply #9657 on: August 12, 2024, 09:21:11 pm »
I'm confused which one should it be? It says 100 on SMDs but I don't know what the unit is. The other one is 100uf, you said nf. Which one is suitable?

Well, they're labeled right on the back where I circled:

« Last Edit: August 12, 2024, 09:29:24 pm by Kim Christensen »
 

Offline tedris

  • Contributor
  • Posts: 33
  • Country: tr
Re: $20 LCR ESR Transistor checker project
« Reply #9658 on: August 13, 2024, 12:34:14 pm »
Hello, I repaired it with smd capacitors. The measurement values ​​are the same as before. Can you explain to me what their function is? I don't understand the difference whether they are or not. All I know is that they provide a stable output of 5v. Since current will be drawn, a capacitor is needed to collect the voltage that has fallen, but it doesn't seem to have a function in this circuit.
 

Offline Feliciano

  • Regular Contributor
  • *
  • Posts: 248
  • Country: ve
Re: $20 LCR ESR Transistor checker project
« Reply #9659 on: August 13, 2024, 03:21:29 pm »
Well, the idea of this long forum thread is to discuss about the CTesters. To learn about electronics, you should do your homework.
Anyways, the short answer is, a Capacitor if often used as a filter: as the load and/or input varies, the capacitors helps the regulator to keep an stable output voltage. Normally a series regulator uses a couple of Capacitors on the entry and another on the exit. For example you can read the datasheet of the classic LM317 for some explanations.
« Last Edit: August 13, 2024, 05:52:35 pm by Feliciano »
 

Offline carrascoso

  • Contributor
  • Posts: 42
  • Country: es
Re: $20 LCR ESR Transistor checker project
« Reply #9660 on: August 13, 2024, 08:08:49 pm »
Hello everyone.
I am updating and modifying my GM328, with more functions and cosmetic changes.
And I would like to change the question mark in case of a failed test run to another position on the screen, for example above or below the message.
Could you tell me where I can make the change.

Regards

 

Offline madires

  • Super Contributor
  • ***
  • Posts: 8177
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #9661 on: August 13, 2024, 08:24:23 pm »
In file main.c, function Show_Fail(), edit:
Code: [Select]
  Display_FancySemiPinout(3);           /* show symbol starting in line #3 */
 
The following users thanked this post: pepe10000, carrascoso, Fuzzy Star

Offline edgard22

  • Contributor
  • Posts: 11
  • Country: uy
Re: $20 LCR ESR Transistor checker project
« Reply #9662 on: August 18, 2024, 10:21:49 pm »
Hello everyone.
I am updating and modifying my GM328, with more functions and cosmetic changes.
And I would like to change the question mark in case of a failed test run to another position on the screen, for example above or below the message.
Could you tell me where I can make the change.

Regards



Hello, I have that same AY-AT and I use the font FONT_8X16ALT_WIN1251_HF which best suits this model.

« Last Edit: August 18, 2024, 10:46:56 pm by edgard22 »
 

Offline edgard22

  • Contributor
  • Posts: 11
  • Country: uy
Re: $20 LCR ESR Transistor checker project
« Reply #9663 on: August 18, 2024, 11:00:54 pm »
I want to thank madires for their selfless contribution by reading suggestions and updating the code, and also to all those who respond, especially those who, like me, do not have programming knowledge, therefore it is very difficult for us to do anything we want to change. Thanks to all.
 
The following users thanked this post: egonotto

Offline edgard22

  • Contributor
  • Posts: 11
  • Country: uy
Re: $20 LCR ESR Transistor checker project
« Reply #9664 on: August 18, 2024, 11:35:42 pm »
With some work I achieved what I had set out to do, wich was something to help me identify fake transistors based on the capacity of the base-emitter junction. I also added some lines to display.c to limit it to two digits after the decimal dot because it was off-screen. (I hope it doesn't cause conflicts in other visualizations).
In the next pictures you see comparisions between some real, and really bad 2SC5200 transistors.
« Last Edit: August 18, 2024, 11:38:26 pm by edgard22 »
 
The following users thanked this post: madires, Krisztián

Offline madires

  • Super Contributor
  • ***
  • Posts: 8177
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #9665 on: August 19, 2024, 05:01:36 pm »
C_ebo is still on my to-do list. If you like to share your modifcation please send me a copy.
 

Offline Yuriy_K

  • Regular Contributor
  • *
  • Posts: 166
  • Country: ru
Re: $20 LCR ESR Transistor checker project
« Reply #9666 on: August 20, 2024, 04:36:47 am »
Here is my solution and examples of measurements on different firmware...
 
The following users thanked this post: madires, Krisztián, edgard22, Teoman

Offline madires

  • Super Contributor
  • ***
  • Posts: 8177
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #9667 on: August 27, 2024, 05:19:07 pm »
You can simply use
Code: [Select]
Display_Value(Semi.C_value, Semi.C_scale, 'F');
as C_be is already measured anyway.

BTW, the next m-firmware version will have the new option SW_C_BE to display the base-emitter capacitance.
 
The following users thanked this post: edgard22

Offline ledtester

  • Super Contributor
  • ***
  • Posts: 3248
  • Country: us
Re: $20 LCR ESR Transistor checker project
« Reply #9668 on: August 27, 2024, 05:46:06 pm »
Just today youtube user Defpom posted this video comparing ESR measurements between a FNIRSI TT clone and a DE-5000 and Shannon Tweezers:

🔴 A Surprising Result ? - FNIRSI DSO-TC3 ESR Measurement Testing - No.1273
https://youtu.be/1BhfNQuzeLs

In short, the DSO-TC3 always measured a very low ESR whereas the DE-5000 and Shannon Tweezers seems to give more reasonable results which also matched each other.

I realize the FNIRSI device is a clone which probably doesn't even use AVR hardware. My questions are:

Are there known limitations to the ESR measurements made by the TransistorTester methodology? Are there known circumstances where the measured ESR is likely to to be way off? Some TT clones come with warnings that the reported ESR tends not to be very accurate, e.g.:

https://www.eevblog.com/forum/testgear/%2420-lcr-esr-transistor-checker-project/?action=dlattach;attach=236653


FWIW, here are the measurements made in the video -- blanks indicate that particular measurement was not reported.

Code: [Select]
        CAP     VLOSS   ESR     FREQ
TC3     36.4u   0.2%    0.48R
DE      32.62u  0.24%   11.8R   100Hz
ST      32.93u          11R     100Hz

TC3     217u    0.4%    0.46R
DE      202.7u          3.9R    100Hz
ST      202.5u          3.915R  100Hz

TC3     7.266u  0.2%    0.28R
DE      7.388u          18.8R   100Hz
ST      7.348u          18.93R  100Hz
« Last Edit: August 27, 2024, 05:52:19 pm by ledtester »
 
The following users thanked this post: TheDefpom

Offline madires

  • Super Contributor
  • ***
  • Posts: 8177
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #9669 on: August 27, 2024, 06:30:50 pm »
The Transistortester's ESR measurement method delivers a suprisingly good approximation, but it will never be as good as a proper LCR meter. And it's optimized for the ATmega MCU family. Newer clones of the Transistortester often come with an alternative MCU and the manufacturers do a poor job of porting the firmware (while also hiding the OSHW nature of the project). Please ask FNIRSI why they screwed up the OSHW firmware. ;)
 
The following users thanked this post: edgard22

Offline Kim Christensen

  • Super Contributor
  • ***
  • Posts: 1756
  • Country: ca
Re: $20 LCR ESR Transistor checker project
« Reply #9670 on: August 27, 2024, 07:34:42 pm »
Just today youtube user Defpom posted this video comparing ESR measurements between a FNIRSI TT clone and a DE-5000 and Shannon Tweezers:

I remember when a co-worker showed me one of the original units back when they came with genuine AVRs in DIP packages.
I didn't believe that such a device would give a reasonable capacitor ESR reading, so I borrowed it for a week and compared various caps, both good and faulty, with our HP4262 LCR meter and was duly impressed. It wasn't perfect, but seemed to be close enough for repair purposes when verifying bad capacitors after removal.
 

Offline indman

  • Super Contributor
  • ***
  • Posts: 1170
  • Country: by
Re: $20 LCR ESR Transistor checker project
« Reply #9671 on: August 28, 2024, 06:06:21 am »
The Transistortester's ESR measurement method delivers a suprisingly good approximation, but it will never be as good as a proper LCR meter. And it's optimized for the ATmega MCU family.
I will add one important addition to madires post - this is true for POLAR ELECTROLYTIC capacitors!
If you want to check the ESR of non-polar capacitors, especially those with ratings less than 1µf, be prepared that the results may differ from those measured on an LCR bridge meter by a factor of 10-100. The serviceability of such capacitors on the transistor tester can be checked, as it is correctly stated in the author's manual, only by comparison with a previously known serviceable capacitor of the same type!

For example, comparing the TT DTU-1701 with the LCR DE-5000 which I made relatively recently at the request of a forum member.
DTU-1701 is equipped with the author's firmware 1.13k. By hardware update - LDO MCP1702-5.0 and ION LM4040-2.5 are installed. ;)
The test capacitors are not used or soldered (except the last bad one for clarity) in the photo below.
In order from left to right:
1. Hinano 4.7µFx50V 105°;
2. Hitano 47µFx160V 105°;
3. Hitano 220µFx50V 105°;
4. Hitano 470µFx100V 105°;
5. Hitano 1000µFx50V 105°;
6. Jamicon 2200µFx10V 105°;
7. Hitano 3300µFx25V 105°;
8. KZG 3300μFx6.3V 105° (defective, removed from computer motherboard).

Measurement results and comparison in the photo below:
From left to right - DE-5000 capacitance and ESR measurements at 100Hz,at 10kHz(or Rs if capacitance measurement is not available),at 100kHz(or Rs if capacitance measurement is not available),DTU-1701 test.
I'll explain the results a little bit:
Low ESR values of 0.00 ohms, especially near 0 on TT "float" plus or minus 1-2 units of the lowest digit, which is understandable and acceptable for this circuitry.
The capacitance of the faulty capacitor is overestimated compared to the DE-5000, but the high losses and ESR already show that it is unusable.
In principle, as I wrote before, you can trust the transistor  tester readings if the AUTHOR'S OSHW firmware is loaded, the device is in good working order and properly calibrated!
« Last Edit: August 28, 2024, 06:10:11 am by indman »
 
The following users thanked this post: madires, edgard22, Phil1977

Offline Yuriy_K

  • Regular Contributor
  • *
  • Posts: 166
  • Country: ru
Re: $20 LCR ESR Transistor checker project
« Reply #9672 on: August 29, 2024, 07:48:11 am »
I will add to the previous message a comparison of readings with a much more accurate ESR meter. I show the difference in readings on short and standard connecting wires. All capacitors are new, I cut off the wires to demonstrate the difference...
I took measurements for a frequency of 20 kHz, at this frequency the readings of the k-firmware for such capacitors coincide.
 

Offline edgard22

  • Contributor
  • Posts: 11
  • Country: uy
Re: $20 LCR ESR Transistor checker project
« Reply #9673 on: August 31, 2024, 12:42:12 am »
I think that in general the FNIRSI articles are of dubious quality, I have the 1014D oscilloscope and it is quite bad.
« Last Edit: August 31, 2024, 12:50:21 am by edgard22 »
 

Offline Obelix2007

  • Regular Contributor
  • *
  • Posts: 60
  • Country: de
Re: $20 LCR ESR Transistor checker project
« Reply #9674 on: September 01, 2024, 11:47:33 am »
... what do you expect from an oscilloscope for 75€ ?

Greeting Horst
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf