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

jellytot, NikolaSoft and 11 Guests are viewing this topic.

Offline stj

  • Super Contributor
  • ***
  • Posts: 2155
  • Country: gb
Re: $20 LCR ESR Transistor checker project
« Reply #2325 on: August 06, 2016, 12:20:05 am »
latest is 1.12k SVN r684
and it does NOT support multi-coloured display output.

so you should try to dump the atmel in that unit.
 

Offline Dwaine

  • Frequent Contributor
  • **
  • Posts: 299
  • Country: ca
Re: $20 LCR ESR Transistor checker project
« Reply #2326 on: August 06, 2016, 01:19:49 am »
latest is 1.12k SVN r684
and it does NOT support multi-coloured display output.

so you should try to dump the atmel in that unit.

I'll try it and see if I can get a dump
 

Offline kodi

  • Contributor
  • Posts: 19
 

Offline stj

  • Super Contributor
  • ***
  • Posts: 2155
  • Country: gb
Re: $20 LCR ESR Transistor checker project
« Reply #2328 on: August 06, 2016, 03:08:42 am »
yes,
i didnt test it though - i did personally test the other 2, but i obviously arent about to collect lots of testers.  ;D

 

Offline Dwaine

  • Frequent Contributor
  • **
  • Posts: 299
  • Country: ca
Re: $20 LCR ESR Transistor checker project
« Reply #2329 on: August 06, 2016, 07:21:32 am »
latest is 1.12k SVN r684
and it does NOT support multi-coloured display output.

so you should try to dump the atmel in that unit.

Well I got two hours out of it.   Measured a capacitor and now it won't power up.   That was quick.  I think it's even a record for myself. :-DD
 

Offline flywheelz

  • Regular Contributor
  • *
  • Posts: 148
  • Country: us
Re: $20 LCR ESR Transistor checker project
« Reply #2330 on: August 09, 2016, 03:04:43 pm »
Now that more people got the color TFT units and had some time to play with them, how do they compare to the previous models?

From window shopping, what stands out in the new color TFT models to me is the nicer looking screens.  The input protections, DC jack and the extra connectors.  The DC voltage measurement and up to 30v zeners.

But...

  • Is the slow display a real issue?
  • Are you missing features due to Memory limitation?
  • Are improvements worth extra price?
  • Delay in software updates or none?

Is there one kit that is considered the "best"?  Its going to be my first.
« Last Edit: August 09, 2016, 03:08:03 pm by flywheelz »
 

Offline Willem52

  • Regular Contributor
  • *
  • Posts: 73
  • Country: nl
Re: $20 LCR ESR Transistor checker project
« Reply #2331 on: August 09, 2016, 03:27:09 pm »
Not all the newer testers have all the options.

So do not all have the input protection circuit, that is for me a must have.

I have The EZM GM328A and the "Mega328 Color-Kit" models.
Both do a good job.
 
The following users thanked this post: flywheelz

Offline stj

  • Super Contributor
  • ***
  • Posts: 2155
  • Country: gb
Re: $20 LCR ESR Transistor checker project
« Reply #2332 on: August 09, 2016, 04:17:16 pm »

  • Is the slow display a real issue?
if it's your first - you wont really know any better,
if not then it will piss you off pretty fast.
it may be fixed by upgrading the clock from 8 to 16MHz with a new crystal - i will report on that when i get some more crystals.

  • Are you missing features due to Memory limitation?
yes, at the moment you cant enable the crystal / resonator test.
(that test only works if you upgrade the crystal to 16MHz anyway)

  • Delay in software updates or none?
software updates come from people like me and other forum members.

 
The following users thanked this post: flywheelz

Offline flywheelz

  • Regular Contributor
  • *
  • Posts: 148
  • Country: us
Re: $20 LCR ESR Transistor checker project
« Reply #2333 on: August 09, 2016, 05:25:40 pm »
ok guys I ordered the TFT version.  http://www.aliexpress.com/item/2016-DIY-kits-TFT-LCD-M328-Transistor-Tester-LCR-Diode-Capacitance-ESR-voltage-meter-PWM-Square/32649811953.html

 Mainly because of having DC jack and whatever protection its got.

stj, thank you for baking the various firmwares. 
« Last Edit: August 09, 2016, 05:27:26 pm by flywheelz »
 

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 #2334 on: August 09, 2016, 06:24:50 pm »
...
  • Delay in software updates or none?
...

I recommend to carefully study the manual (file ttester.pdf) from the official SVN repository. Here you can also download the current k-variant of software by Karl-Heinz Kübbeler (kubi48) and alternative m-variant of software by Markus Reschke (madires).

For your tester with TFT color display is designed k-firmware in the folder "mega328_color_kit". Content of this folder (files TransistorTester.hex and TransistorTester.eep) can be used directly for burning to the MCU. If you require any changes to the firmware settings, you can make before compiling the adjustments in the file "Makefile". Of course a lot of useful information can be found in the above-mentioned manuals.

Note
In theory it could work also with m-firmware (by madires) because this software also supports controller ST7735.

Offline flywheelz

  • Regular Contributor
  • *
  • Posts: 148
  • Country: us
Re: $20 LCR ESR Transistor checker project
« Reply #2335 on: August 09, 2016, 07:25:23 pm »
tom,

Is there a comparison somewhere between k and m variant?  Perhaps I should have made my purchase with software in mind.

I take it if a variant supports my display in source code which you noted I have "ST7735" display, then I can compile it for my display?
 

Offline stj

  • Super Contributor
  • ***
  • Posts: 2155
  • Country: gb
Re: $20 LCR ESR Transistor checker project
« Reply #2336 on: August 09, 2016, 07:42:50 pm »
you can use both versions on any modern hardware.

modern as in using a cpu with atleast 32k flash.
no old ATMEGA8 / 168 hardware :)
 

Offline flywheelz

  • Regular Contributor
  • *
  • Posts: 148
  • Country: us
Re: $20 LCR ESR Transistor checker project
« Reply #2337 on: August 10, 2016, 03:17:00 am »
you can use both versions on any modern hardware.

modern as in using a cpu with atleast 32k flash.
no old ATMEGA8 / 168 hardware :)

and no multi-colored units?
 

Offline stj

  • Super Contributor
  • ***
  • Posts: 2155
  • Country: gb
Re: $20 LCR ESR Transistor checker project
« Reply #2338 on: August 10, 2016, 03:43:03 am »
K & M both handle tft colour displays.
 

Offline hapless

  • Regular Contributor
  • *
  • Posts: 195
  • Country: us
Re: $20 LCR ESR Transistor checker project
« Reply #2339 on: August 10, 2016, 04:10:59 am »
I have a question about the VCC measured during self-adjustment of the m version. I measured it as 5.024V with a nicely adjusted DMM and set that in the config file. After the adjustment procedure, it gets set to 5.038V. Where should I look to correct this (i.e, I want the self-adjustment to measure correctly rather than just setting this manually)?
 

Offline deanflyer

  • Contributor
  • Posts: 36
  • Country: gb
Re: $20 LCR ESR Transistor checker project
« Reply #2340 on: August 10, 2016, 10:37:11 am »
I need a cheap ESR tester to test a load of capacitors on a faulty power supply board. This looks like a good option.

There are loads of these chinese units out there. Not bothered about programming (maybe later, just dont have the time at present).

This unit seems okay as its got banana plugs and the zif board you can plug in.

Any comments, or any other units I should be looking at?

eBay auction: #http://www.ebay.co.uk/itm/Portable-MK-328-Transistor-Tester-Diode-Capacitance-LCR-ESR-Meter-PNP-NPN-O04F-/361444775198?hash=item5427c9951e

 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7768
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #2341 on: August 10, 2016, 11:37:45 am »
I have a question about the VCC measured during self-adjustment of the m version. I measured it as 5.024V with a nicely adjusted DMM and set that in the config file. After the adjustment procedure, it gets set to 5.038V. Where should I look to correct this (i.e, I want the self-adjustment to measure correctly rather than just setting this manually)?

If you have enabled the external 2.5V reference in config.h, then the value set via UREF_VCC in config.h is adjusted accordingly to the external reference. In this case, measure also the voltage of the 2.5V reference and change UREF_25 in config.h too. Or disable the external reference to prevent the automatic adjustment of UREF_VCC. You might also need to tweak the values a little bit to reach your desired voltage, because the ATmega328 has a resolution of only 4.88mV with Vcc (5V) as reference. Another setting to play
with is ADC_SAMPLES. More samples will improve the measurement, but slow it down at the same time.
« Last Edit: August 10, 2016, 11:40:58 am by madires »
 
The following users thanked this post: flywheelz

Offline flywheelz

  • Regular Contributor
  • *
  • Posts: 148
  • Country: us
Re: $20 LCR ESR Transistor checker project
« Reply #2342 on: August 10, 2016, 03:33:53 pm »
I need a cheap ESR tester to test a load of capacitors on a faulty power supply board. This looks like a good option.

There are loads of these chinese units out there. Not bothered about programming (maybe later, just dont have the time at present).

This unit seems okay as its got banana plugs and the zif board you can plug in.

Any comments, or any other units I should be looking at?
http://www.ebay.com/sch/i.html?_from=R40&_trksid=m570.l1313&_nkw=mk-328&_sacat=0



I think this MK-328 is one of the best units I've seen for everyday bench use.  Mega328p chip, three clip leads and nice case with brass inserts.  Looks like it even has input protection.  If you had posted a day sooner I would have bought this one for sure instead of the 328-color tft kit.  A member indman has a folder for mk-328 with teardown pics and few older firmwares https://yadi.sk/d/yW8xa5NJgUo5z

All the best.
« Last Edit: August 10, 2016, 03:58:41 pm by flywheelz »
 

Offline deanflyer

  • Contributor
  • Posts: 36
  • Country: gb
Re: $20 LCR ESR Transistor checker project
« Reply #2343 on: August 10, 2016, 03:46:35 pm »
Cheers Flywheelz,

Unit ordered :)
 

Offline hapless

  • Regular Contributor
  • *
  • Posts: 195
  • Country: us
Re: $20 LCR ESR Transistor checker project
« Reply #2344 on: August 10, 2016, 05:55:31 pm »
If you have enabled the external 2.5V reference in config.h, then the value set via UREF_VCC in config.h is adjusted accordingly to the external reference. In this case, measure also the voltage of the 2.5V reference and change UREF_25 in config.h too. Or disable the external reference to prevent the automatic adjustment of UREF_VCC. You might also need to tweak the values a little bit to reach your desired voltage, because the ATmega328 has a resolution of only 4.88mV with Vcc (5V) as reference. Another setting to play with is ADC_SAMPLES. More samples will improve the measurement, but slow it down at the same time.

That's what puzzles me. I set the voltage of the reference after measuring it, too, so I see no reason for the small but persistent offset. I could adjust it to compensate, of course, but that would be cheating.  :( I tried different numbers of samples, but the default seems good enough. Anything else I could try? By the way, the bandgap offset voltage is also set high, 15mV up from my measured 5mV... possibly related?
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7768
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #2345 on: August 10, 2016, 06:05:55 pm »
Seems so. Have you measured Vcc at the AVCC pin of the ATmega?
 

Offline hapless

  • Regular Contributor
  • *
  • Posts: 195
  • Country: us
Re: $20 LCR ESR Transistor checker project
« Reply #2346 on: August 10, 2016, 06:27:14 pm »
It's connected directly to VCC. Did you mean AREF? Right now I'm getting 1077mV both with my DMM and with the self-adjustment measurement.
 

Offline Harm2k16

  • Newbie
  • Posts: 5
  • Country: nl
Re: $20 LCR ESR Transistor checker project
« Reply #2347 on: August 10, 2016, 10:09:48 pm »
Hi all,
I'amfollowing this topic for quite a while now, but i can't seem to find a solution for my MTester (LCR-T4 NoStripGrid, ATMega328P, 8MHz, FPC-12864B graphical display).
When i bought the unit, the display was buggy. So ordered a new one on eBay and replaced the 328P chip.
...but then what i tried, i can't seem to flash (read: get hold of) the appropriate software or software wich works with this tester.
The only thing i've found is (compiled) firmware on this site:

https://yadi.sk/d/yW8xa5NJgUo5z

...but this 8MHz firmware is in the Russian language, don't misunderstand me, i don't have anything against Russian, but i can't simple read it and don't understand it either.
No i have a question for you gentlemen/ladies; does anyone have ready compiled firmware for my/this tester in the English language?

(For clarity, on yadi.sk it's the LCR-T4(T3)NoStripGrid tester with a 8 MHz crystal and no rotary encoder, just a push-button switch.)

Please seeking help with this.
Thank you in advance.

(P.S. I use the "Extreme Burner AVR" from this site: http://extremeelectronics.co.in/avr-tutorials/gui-software-for-usbasp-based-usb-avr-programmers/ in combination with a USBASP hardware from LC-Studio (eBay)).
 

Offline hapless

  • Regular Contributor
  • *
  • Posts: 195
  • Country: us
Re: $20 LCR ESR Transistor checker project
« Reply #2348 on: August 10, 2016, 10:32:31 pm »
Could you be more specific about the firmware you tried to use other than the Russian one, and exactly how it didn't work (upside-down screen? immediate shutdown?)?
 

Offline stj

  • Super Contributor
  • ***
  • Posts: 2155
  • Country: gb
Re: $20 LCR ESR Transistor checker project
« Reply #2349 on: August 11, 2016, 12:58:05 am »

The only thing i've found is (compiled) firmware on this site:

https://yadi.sk/d/yW8xa5NJgUo5z

...but this 8MHz firmware is in the Russian language, don't misunderstand me, i don't have anything against Russian, but i can't simple read it and don't understand it either.

they included the makefile - give me 5 min's
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf