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

indman, jellytot, Feliciano and 19 Guests are viewing this topic.

Offline madires

  • Super Contributor
  • ***
  • Posts: 7756
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #7000 on: July 06, 2021, 11:23:54 am »
What "ERROR!" means during adjustment in 1.43m ?
Closed/open calibration are OK, then it displays reference/comparator voltage, and ERROR.

That indicates that either the adjustment is skipped or a limit is exceeded:
Code: [Select]
Limits:
- probe resistance   < 1.50 Ohms for two probes in series
- probe capacitance  < 100 pF
- IO pin's internal resistance in low mode (RiL)   < 25 Ohms
- IO pin's internal resistance in high mode (RiH)  < 29 Ohms

Measured capacitors are 1.5..2 times bigger than nominal value (1.13K firmware measures much closer to nominal).
Also it frequently can't reliably detect component on 1-3 terminals, instead uses 1-2, 1.13k detects better.

M328P @8M, powered from LiPo with XC6206.
Vref LM431, divider resistors 10K/3K 1%, but instead of 3.2..3.3V it displays 3.53..3.56V - IMHO too big difference...

The transistortester is designed to run at 5 V, not 3.3. Have you adjusted BAT_OFFSET? BTW, the battery monitoring is meant to monitor the battery voltage and not Vcc.
 

Offline H202

  • Contributor
  • Posts: 10
  • Country: 00
Re: $20 LCR ESR Transistor checker project
« Reply #7001 on: July 06, 2021, 11:35:29 am »
changes in config.h:
UREF_VCC = 3300
BAT_WEAK = 3100
BAT_LOW = 3000
BAT_R1 = 10000
BAT_R2 = 3000

in principle, battery control is not critical for me, can switch it off completely...

Quote
The transistortester is designed to run at 5 V, not 3.3
is this hardware or software limitation ?
3.3V at 8MHz must work reliably...
« Last Edit: July 06, 2021, 11:39:30 am by H202 »
 

Offline H202

  • Contributor
  • Posts: 10
  • Country: 00
Re: $20 LCR ESR Transistor checker project
« Reply #7002 on: July 06, 2021, 11:47:37 am »
A4,A5,A6
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7756
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #7003 on: July 06, 2021, 11:58:42 am »
Quote
The transistortester is designed to run at 5 V, not 3.3
is this hardware or software limitation ?
3.3V at 8MHz must work reliably...

Both, because 5 V is the sweet spot when checking semiconductors. Some SCRs or TRIACs with a higher trigger voltage or current  require even more and can't be tested.
 

Offline H202

  • Contributor
  • Posts: 10
  • Country: 00
Re: $20 LCR ESR Transistor checker project
« Reply #7004 on: July 06, 2021, 01:33:49 pm »
its possible to auto-detect SSD1306/SH1106 - read register 0 before initialization.
SH1106 & clones contain 0x28/0x48/0x56 - add 2 pixel right-shift
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7756
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #7005 on: July 06, 2021, 01:55:58 pm »
Basically it should be possible to merge both drivers into one. However, the auto-detection requires an additional signal line (MISO) and the driver's size would increase (plus higher RAM usage for additional variables).
 

Offline H202

  • Contributor
  • Posts: 10
  • Country: 00
Re: $20 LCR ESR Transistor checker project
« Reply #7006 on: July 06, 2021, 02:07:00 pm »
powered from 5V - got the same "Error!".
my schematics:
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7756
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #7007 on: July 06, 2021, 02:16:50 pm »
Have you set UREF_VCC back to 5000? Have you measured a film cap (220nF - 2.2µF) three times before running the self-adjustment? As I wrote above, some value might exceed the adjustment limit.
 

Online indman

  • Super Contributor
  • ***
  • Posts: 1010
  • Country: by
Re: $20 LCR ESR Transistor checker project
« Reply #7008 on: July 06, 2021, 02:37:45 pm »
H202,show hardware tests A1-A6 with +5V VCC
 

Offline H202

  • Contributor
  • Posts: 10
  • Country: 00
Re: $20 LCR ESR Transistor checker project
« Reply #7009 on: July 06, 2021, 03:21:15 pm »
ok, now works from 5V, pity not from 3.3V.
0.22uF ceramics measured 288nF before calibration, 242nF after.
but, sometimes falsely detects 2..22uF cap on 1-2 or 2-3 pins, though cap is connected on 1-3 pins, or not connected at all...
« Last Edit: July 06, 2021, 03:27:47 pm by H202 »
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7756
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #7010 on: July 06, 2021, 05:01:54 pm »
That is caused typically by an unstable power supply, e.g. SMPSU or lack of bypass caps. Again, with 3.3 V a lot of semiconductors can't be detected. For example, most classic MOSFETs (not logic-level types) have a V_th around 4 V.
 

Offline H202

  • Contributor
  • Posts: 10
  • Country: 00
Re: $20 LCR ESR Transistor checker project
« Reply #7011 on: July 06, 2021, 06:03:36 pm »
I don't really need it, only R/L/C, and frequency.
thanks for the advice...
« Last Edit: July 06, 2021, 06:05:24 pm by H202 »
 

Offline Dumidan

  • Contributor
  • Posts: 37
  • Country: ro
Re: $20 LCR ESR Transistor checker project
« Reply #7012 on: July 12, 2021, 01:04:04 pm »
@H202:

Operating on 5V power supply brings some benefits that you should take into account:

1. all digital ICs operate at a higher frequency at 5V compared to 3.3V, so you will be able to measure higher frequencies;
2. at 5V power supply you will have higher values of test currents (those passing through 680 ohms and 470 kohm), which increases the measurement accuracy for R / L / C / ESR.

The problem of portability, the power supply from the Li-Ion battery, is easily solved with a module from a power bank. It allows the controlled charging of the accumulator and ensures the 5V power supply of the tester.
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7756
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #7013 on: July 12, 2021, 02:19:00 pm »
3.3V will also effect the measurement ranges, i.e. lower maximum resistance and worse lower limit for inductance. And the firmware would need several changes too, like adapted tables for capacitance.
 

Offline GianS

  • Newbie
  • Posts: 4
  • Country: it
Re: $20 LCR ESR Transistor checker project
« Reply #7014 on: July 13, 2021, 10:46:11 pm »
Anyone has a misaligned/titlted screen? Bought this TC1 variant from Amazon.it vendor "diymore®"
Took some photos and to me it seems to be the LCD itself that has been wrongly attached on its own board and not a soldering problem. Should I try to adjust it by resoldering? It's not really a problem but more an annoyance

And another question, since I wasn't able to find anything using the search option, isn't the power management (U5) usually a STC 15 series chip? Or am I looking at the wrong chip?
Nothing comes up looking up what is written on it
3G1K08
A772882
2044_XA (year/week code?)
 

Online indman

  • Super Contributor
  • ***
  • Posts: 1010
  • Country: by
Re: $20 LCR ESR Transistor checker project
« Reply #7015 on: July 14, 2021, 07:06:04 am »
3G1K08
8G1K08
http://www.stcmicro.com/stc/stc8g1k08.html   
https://datasheet.lcsc.com/lcsc/2011152335_STC-Micro-STC8G1K08A-36I-DFN8_C915664.pdf
@GianS, You have one of the new variants of the clone TC1 circuit board with a different part marking U5 and a new STC processor ;)
« Last Edit: July 14, 2021, 07:19:27 am by indman »
 

Offline TheBay

  • Supporter
  • ****
  • Posts: 1016
  • Country: wales
Re: $20 LCR ESR Transistor checker project
« Reply #7016 on: July 14, 2021, 07:41:54 am »
Anyone has a misaligned/titlted screen? Bought this TC1 variant from Amazon.it vendor "diymore®"
Took some photos and to me it seems to be the LCD itself that has been wrongly attached on its own board and not a soldering problem. Should I try to adjust it by resoldering? It's not really a problem but more an annoyance

And another question, since I wasn't able to find anything using the search option, isn't the power management (U5) usually a STC 15 series chip? Or am I looking at the wrong chip?
Nothing comes up looking up what is written on it
3G1K08
A772882
2044_XA (year/week code?)


Send it back and get one from a different seller. I posted a few posts back about this TC1 from "diymore®",  it uses a clone of a clone PCB, different cheap case, misaligned LCD and really small battery.

I tried the T7 from the same seller and that has exactly the same board, casing, misaligned screen and small battery.

https://www.eevblog.com/forum/testgear/$20-lcr-esr-transistor-checker-project/msg3592094/#msg3592094
« Last Edit: July 14, 2021, 01:49:01 pm by TheBay »
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7756
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #7017 on: July 14, 2021, 09:29:30 am »
Anyone has a misaligned/titlted screen? Bought this TC1 variant from Amazon.it vendor "diymore®"
Took some photos and to me it seems to be the LCD itself that has been wrongly attached on its own board and not a soldering problem. Should I try to adjust it by resoldering? It's not really a problem but more an annoyance

The display is usually a stack of the LCD and the backlight module glued together by strips of double sided tape at the edges. And that stack is glued down to the PCB also by double sided tape (sometimes sticky pads). So resoldering won't help. You can try to loosen the stack very carefully and glue it down again to the PCB.

And another question, since I wasn't able to find anything using the search option, isn't the power management (U5) usually a STC 15 series chip?

Yes. Looks like we have another designator (U4, U3 and now U5).
 

Offline H202

  • Contributor
  • Posts: 10
  • Country: 00
Re: $20 LCR ESR Transistor checker project
« Reply #7018 on: July 14, 2021, 05:13:13 pm »
Quote
the power supply from the Li-Ion battery, is easily solved with a module from a power bank
too much noise from step-up, hard to filter, I planned to completely remove switching regulators

Quote
3.3V will also effect the measurement ranges, i.e. lower maximum resistance and worse lower limit for inductance.
You calibrate pins resistance/capacitance anyway, so what the difficulty to work from stable 3V, even with higher pins resistance ?
« Last Edit: July 14, 2021, 05:16:53 pm by H202 »
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7756
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #7019 on: July 14, 2021, 06:38:33 pm »
Quote
3.3V will also effect the measurement ranges, i.e. lower maximum resistance and worse lower limit for inductance.
You calibrate pins resistance/capacitance anyway, so what the difficulty to work from stable 3V, even with higher pins resistance ?

Ohm's law! ;)
 

Offline Yuriy_K

  • Regular Contributor
  • *
  • Posts: 140
  • Country: ru
Re: $20 LCR ESR Transistor checker project
« Reply #7020 on: July 15, 2021, 04:04:30 pm »
Quote
3.3V will also effect the measurement ranges, i.e. lower maximum resistance and worse lower limit for inductance.
You calibrate pins resistance/capacitance anyway, so what the difficulty to work from stable 3V, even with higher pins resistance ?
See how the tests should go ... and compare with yours.
 

Offline PBh

  • Contributor
  • Posts: 14
  • Country: fr
Re: $20 LCR ESR Transistor checker project
« Reply #7021 on: July 19, 2021, 03:18:29 pm »
Hello everybody,
Sorry to ask such a basic question in this huge subject, but it seems i need an appropriate firmware for my GM328 board.
All details are here: https://www.eevblog.com/forum/testgear/gm328-out-of-order/msg3610441/#msg3610441
Where to fine good hex file (for the moment) ?
Thanks,
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7756
  • Country: de
  • A qualified hobbyist ;)
 
The following users thanked this post: Mp3, AndrewBCN

Offline Mp3

  • Frequent Contributor
  • **
  • Posts: 361
  • Country: us
Re: $20 LCR ESR Transistor checker project
« Reply #7023 on: July 30, 2021, 02:03:39 am »
I'm having a bit of trouble finding out which build is for the Bside ESR02 Pro. My AY-AT is programmed fine now, but not sure what to do for ESR02 pro
High school graduate
 

Online indman

  • Super Contributor
  • ***
  • Posts: 1010
  • Country: by
« Last Edit: July 30, 2021, 08:24:14 am by indman »
 
The following users thanked this post: edavid


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf