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

jellytot and 5 Guests are viewing this topic.

Offline madires

  • Super Contributor
  • ***
  • Posts: 7754
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #3475 on: April 21, 2017, 11:40:44 am »
And regarding colors, the k-firmware has a function to change the pen and background colors. The m-firmware uses a few colors more which can be set in colors.h (before compiling the firmware).
 

Offline Gino_09

  • Contributor
  • Posts: 10
  • Country: it
Re: $20 LCR ESR Transistor checker project
« Reply #3476 on: April 21, 2017, 12:29:33 pm »
Load 1.28 m-firmware AY-AT, color now ok but response very very slow and rotary not run i can set only pwm.

Any idea?
Thanks
 

Offline perieanuo

  • Frequent Contributor
  • **
  • Posts: 838
  • Country: fr
Re: $20 LCR ESR Transistor checker project
« Reply #3477 on: April 21, 2017, 01:30:01 pm »
Load 1.28 m-firmware AY-AT, color now ok but response very very slow and rotary not run i can set only pwm.

Any idea?
Thanks
If you put inside the right quartz - I used 8 MHz - it should be fine otherwise you have to check quartz,encoder,maybe voltage issues...
First check your quartz.mine is ok
Best regards,Pierre


Envoyé de mon iPad en utilisant Tapatalk
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7754
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #3478 on: April 21, 2017, 01:34:47 pm »
Possibly wrong clock prescaler (lfuse), something like /8 instead of /1.
 

Offline jleg

  • Contributor
  • Posts: 44
  • Country: de
Re: $20 LCR ESR Transistor checker project
« Reply #3479 on: April 21, 2017, 02:27:20 pm »
So now I am not sure what to do (to reiterate: the original AVR is probably fried as cause of charged capacitor testing and now the tester measures wrong values). Maybe I could replace whole PCB and DIY a new one, reusing only the LCD and use PDIP atmega328.
well, i once also made the "mistake" trying to *repair* a broken LCD on my tester - only to find out later that complete new units became incredible cheap meanwhile...  ::)
http://www.ebay.com/itm/LCR-T4-Resistance-Capacitor-Diode-SCR-Transistor-ESR-Meter-Tester-9V-128-64-LCD-/191958490359?hash=item2cb19e1cf7:g:zyAAAOSw5ClXxnfh
 

Online jellytot

  • Contributor
  • Posts: 42
Re: $20 LCR ESR Transistor checker project
« Reply #3480 on: April 21, 2017, 04:32:19 pm »
Hi madires. I have  this  http://www.banggood.com/DANIU-3_5inch-Colorful-Display-Multi-functional-TFT-Backlight-Transistor-Tester-p-1083042.html which has a faulty micro and I was wondering if there
is any work supporting it? It uses an atmega 324pa. I've already searched online but it looks like the info is top secret..
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7754
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #3481 on: April 21, 2017, 04:53:31 pm »
Both firmwares (k & m) support the ATmega324 (and 644/1284). If it's toast I'd recomment to replace it with a 644 which got twice the flash memory, EEPROM and RAM.
« Last Edit: April 21, 2017, 04:55:29 pm by madires »
 

Online jellytot

  • Contributor
  • Posts: 42
Re: $20 LCR ESR Transistor checker project
« Reply #3482 on: April 21, 2017, 05:29:06 pm »
Thanks madires for the quick reply. I've already got a cheap 324 installed but I'm wondering if the ir code tester and zener tester functions would be supported in the  k or m versions ?
or how difficult it would it be to add them.? I'm not good at coding and I suppose I am just looking for something already compiled to flash to micro...I know lazy  ;D
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7754
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #3483 on: April 21, 2017, 06:03:31 pm »
k: zener check
m: zener check and IR detector/decoder
 

Online jellytot

  • Contributor
  • Posts: 42
Re: $20 LCR ESR Transistor checker project
« Reply #3484 on: April 21, 2017, 06:49:36 pm »
Thanks madires. I'll have a play with it and see what I can come up with  :)
 

Offline esrtester

  • Newbie
  • Posts: 5
  • Country: gb
Mega328 / LCR/T4 - changed to always on?
« Reply #3485 on: April 21, 2017, 06:51:29 pm »
I wonder if anybody can tell me whether the cheapo Mega328 / LCR/T4 type push button testers can be jumpered to always on?

I watched a YouTube video where somebody did a quick test of 2 different capacitors before the tester turned off - and it read both capacitors

I believe some of these testers have a row of jumpers and changing the shorting wire to another pair of jumpers changes the switch off time - anybody tried a tester without a jumper at all?
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7754
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #3486 on: April 21, 2017, 07:39:35 pm »
If you run the m-firmware and power on the tester with a long key press, it will be in auto-hold mode, i.e. it will stay powered on.
 

Offline esrtester

  • Newbie
  • Posts: 5
  • Country: gb
Re: $20 LCR ESR Transistor checker project
« Reply #3487 on: April 21, 2017, 07:49:18 pm »
That's really good news - but how do you know which of the testers are running m-firmware - not seen any reference to firmware version in any of the advertisements on ebay, amazon, banggood, etc.
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7754
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #3488 on: April 21, 2017, 08:17:35 pm »
Simply program the MCU with the version you like ;)
 

Offline esrtester

  • Newbie
  • Posts: 5
  • Country: gb
Re: $20 LCR ESR Transistor checker project
« Reply #3489 on: April 21, 2017, 08:30:03 pm »
Now it's getting complicated

I want to buy one ready made that will stay on and read ESR on caps on circuit boards

Reading loose components and identifying/testing them would be a bonus - but I could buy a second one for that if necessary

Anybody on here selling m-firmware testers?

Flashing chips is not my thing
 

Offline Gino_09

  • Contributor
  • Posts: 10
  • Country: it
Re: $20 LCR ESR Transistor checker project
« Reply #3490 on: April 22, 2017, 10:01:13 am »
My little contribution: Italian translation m-firmware. (If not acceptable delete as well).

--------------
Please read next two posts with correct file.
« Last Edit: April 22, 2017, 05:10:21 pm by Gino_09 »
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7754
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #3491 on: April 22, 2017, 02:38:23 pm »
Grazie! I'll add it to the source. Some strings are a little be too long (max. 14 characters for menu items and 16 for other stuff to keep everything within the typical 16 char/line range).
« Last Edit: April 22, 2017, 02:56:23 pm by madires »
 

Offline Gino_09

  • Contributor
  • Posts: 10
  • Country: it
Re: $20 LCR ESR Transistor checker project
« Reply #3492 on: April 22, 2017, 04:28:18 pm »
Grazie! I'll add it to the source. Some strings are a little be too long (max. 14 characters for menu items and 16 for other stuff to keep everything within the typical 16 char/line range).

Correct.
 
The following users thanked this post: madires

Offline hapless

  • Regular Contributor
  • *
  • Posts: 195
  • Country: us
Re: $20 LCR ESR Transistor checker project
« Reply #3493 on: April 22, 2017, 10:21:09 pm »
About "Accoppiatore opt". Would it be saying something different if it were optocoppia or optoisolatore instead? Also, do any of the words you used usually need an accented letter? Lastly, what encoding do you usually use for Italian when using a localized Italian operating system?
 

Offline Gino_09

  • Contributor
  • Posts: 10
  • Country: it
Re: $20 LCR ESR Transistor checker project
« Reply #3494 on: April 23, 2017, 11:50:41 am »
Optocoppi or optoisolatore are good
https://it.m.wikipedia.org/wiki/Optoisolatore
But i think "Accoppiatore opt" is generic. There is no accented letter in traslation.
Encoding iso 8859-1 web utf-8
 

Offline hapless

  • Regular Contributor
  • *
  • Posts: 195
  • Country: us
Re: $20 LCR ESR Transistor checker project
« Reply #3495 on: April 23, 2017, 09:57:33 pm »
Got it. Thanks.
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7754
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #3496 on: April 24, 2017, 09:17:40 am »
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7754
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #3497 on: April 24, 2017, 09:25:48 am »
Would someone like to sponsor one or two ST7920 based LCDs?
 

Offline esrtester

  • Newbie
  • Posts: 5
  • Country: gb
Re: $20 LCR ESR Transistor checker project
« Reply #3498 on: April 24, 2017, 10:04:15 am »
 

Offline free

  • Newbie
  • Posts: 1
  • Country: bg
Re: $20 LCR ESR Transistor checker project
« Reply #3499 on: April 24, 2017, 02:36:10 pm »
Does anyone have a backup of the original English version 2.07 of the LCR-T5 Mtester?
Thanks in advance.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf