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

jellytot and 8 Guests are viewing this topic.

Offline Andbro

  • Regular Contributor
  • *
  • Posts: 119
Re: $20 LCR ESR Transistor checker project
« Reply #5675 on: May 13, 2019, 12:23:15 am »
Hi Obelix,

It's not a GeekTeches boards. My other is ESR GM328A is a GeekTeches.
The rotary work very well.

Thanks
« Last Edit: May 13, 2019, 12:32:20 am by Andbro »
 

Offline chansw

  • Newbie
  • Posts: 3
  • Country: us
Re: $20 LCR ESR Transistor checker project
« Reply #5676 on: May 14, 2019, 04:36:32 am »
Hi, everybody! :D
I picked up a new firmware revision 790  from Karl-Heinz  for the device BsideESR02 and DTU-1701. In archive 2 firmwares with English language and a font 8x12 and 8x15, different in thickness. The bootpage for convenient use of a device is also a little edited.In the photo 2 different versions fonts of a firmware with Russian are only for evident comparing.

indman, how are you programming the firmware, are you desoldering the Atmega 328 and programming it out of circuit?

Jerry
 

Offline indman

  • Super Contributor
  • ***
  • Posts: 1012
  • Country: by
Re: $20 LCR ESR Transistor checker project
« Reply #5677 on: May 14, 2019, 09:13:51 am »
chansw,no, this photo will help you? :)
 
The following users thanked this post: chansw

Offline N1cho

  • Contributor
  • Posts: 20
  • Country: id
Re: $20 LCR ESR Transistor checker project
« Reply #5678 on: May 14, 2019, 07:22:29 pm »
hi guys please help

i running firmware that was given by perieanuo in this forum.  ver 1.29m  my tester uses atmega328p-pu ic.
I  tried to run adjustment from the menu half way it display error! now it always display battery? 2: 6mv sometimes 1: 6mv.
i try to reprogram my ic and still it show that same thing.
can anyone help? what's wrong?

btw if anyone have a newer version for this device care to share mine is using 8Mhz crystal.

thanks
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7767
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #5679 on: May 15, 2019, 10:55:42 am »
When the tester is trying to discharge a component but the voltage doesn't drop below a specific threshold (CAP_DISCHARGED, default value 2mV) then it will display that message stating the voltage. This may happen when connecting a battery or a charged cap with very high capacitance. In some cases it could be also caused by powering the tester from a SMPS or by a leakage current on the PCB (dirt?). Have you tested a film cap (100nF - 2.2µF) three times before running the self-adjustment?
« Last Edit: May 15, 2019, 11:01:37 am by madires »
 

Offline Andbro

  • Regular Contributor
  • *
  • Posts: 119
Re: $20 LCR ESR Transistor checker project
« Reply #5680 on: May 15, 2019, 11:00:04 am »
Hi,

I try with AVRDUDESS under windows to write FC for the extended fuse, but AVRDUDESS read always 0x04 ?

Thanks :-+
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7767
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #5681 on: May 15, 2019, 11:03:26 am »
That's a known issue of avrdude's configuration file. Simply ignore it.
 
The following users thanked this post: Obelix2007

Offline N1cho

  • Contributor
  • Posts: 20
  • Country: id
Re: $20 LCR ESR Transistor checker project
« Reply #5682 on: May 15, 2019, 02:00:24 pm »
When the tester is trying to discharge a component but the voltage doesn't drop below a specific threshold (CAP_DISCHARGED, default value 2mV) then it will display that message stating the voltage. This may happen when connecting a battery or a charged cap with very high capacitance. In some cases it could be also caused by powering the tester from a SMPS or by a leakage current on the PCB (dirt?). Have you tested a film cap (100nF - 2.2µF) three times before running the self-adjustment?

so what is the soloution? is my IC broke again?

or my tester broken?

anyway can i use a probe to test component instead of desoldering the component and put it on the tester?

thanks
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7767
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #5683 on: May 15, 2019, 04:52:35 pm »
Have you tested a film cap (100nF - 2.2µF) three times before running the self-adjustment? Do you power your tester with a SMPS?
 

Offline stj

  • Super Contributor
  • ***
  • Posts: 2155
  • Country: gb
Re: $20 LCR ESR Transistor checker project
« Reply #5684 on: May 15, 2019, 05:17:33 pm »
use 220nF,
if you use 100nF and it's actually 97nF it will fail - it must really be 100nF or higher, using a 220nF eliminates the risk.
(yes, i learned the hard way!)
 
The following users thanked this post: bitseeker, Willem52, elecdonia, Jacon

Offline indman

  • Super Contributor
  • ***
  • Posts: 1012
  • Country: by
Re: $20 LCR ESR Transistor checker project
« Reply #5685 on: May 15, 2019, 08:11:21 pm »
Hi, madires!
I updated the file of Russian language var_russian.h for 1.36m. :)
I have a question - whether it is possible to move several variables from the variables.h file to the var_language.h file? It is about Tester_str, PWM_str, Hertz_str, CTR_str
 
The following users thanked this post: madires

Offline madires

  • Super Contributor
  • ***
  • Posts: 7767
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #5686 on: May 16, 2019, 09:20:27 am »
I have a question - whether it is possible to move several variables from the variables.h file to the var_language.h file? It is about Tester_str, PWM_str, Hertz_str, CTR_str

It's possible. I'll think about it.
 

Offline carrascoso

  • Contributor
  • Posts: 41
  • Country: es
Re: $20 LCR ESR Transistor checker project
« Reply #5687 on: May 17, 2019, 01:31:23 pm »
Hello Madires.

I am looking for the file where this symbol is> flashing to try a small modification.
It appears when the meter starts at the beginning and if we turn the selector to the left we enter the menu.

Thank you

« Last Edit: May 17, 2019, 01:34:00 pm by carrascoso »
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7767
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #5688 on: May 17, 2019, 04:39:37 pm »
The blinking symbol is meant to indicate that the tester is waiting for a key press to continue. The blinking is generated by TestKey() in user.c. The symbol is created by LCD_Cursor() in each display driver.
 
The following users thanked this post: carrascoso

Offline carrascoso

  • Contributor
  • Posts: 41
  • Country: es
Re: $20 LCR ESR Transistor checker project
« Reply #5689 on: May 17, 2019, 04:48:46 pm »
Then it is possible to replace the symbol> with something like this: <Menu / test>

Thank you
 
The following users thanked this post: pepe10000, Obelix2007

Offline madires

  • Super Contributor
  • ***
  • Posts: 7767
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #5690 on: May 17, 2019, 07:01:19 pm »
Yes, for large displays. I'll put your idea on my to-do list.
 
The following users thanked this post: pepe10000, Obelix2007

Offline szpila

  • Newbie
  • Posts: 5
  • Country: pl
Re: $20 LCR ESR Transistor checker project
« Reply #5691 on: May 18, 2019, 11:45:11 am »
Hi Madires.

Sending updated lang file for polish language.
 
The following users thanked this post: madires

Offline N1cho

  • Contributor
  • Posts: 20
  • Country: id
Re: $20 LCR ESR Transistor checker project
« Reply #5692 on: May 20, 2019, 02:01:53 pm »
Have you tested a film cap (100nF - 2.2µF) three times before running the self-adjustment? Do you power your tester with a SMPS?

thanks

I used two serial li-on battery to power up my tester and 12v adaptor to charge the li-on and use the device while charging.
i finally remove the  svr5-04 and my tester work quite normal although sometimes it still display some test value when nothing is on the tester.

anyway the original firmware was 1.13k and i now used someone share to me 1.29m. i tried to recopy the original firmware but i guess it was lock.

i tried many other firmware but when i put the newly burn ic i just when blank i guess those firmware aren't compatible with my tester.

so anyone while to share a newer version, in english after 1.29m my tester use 8Mhz crystal.


thanks
 

Offline TheOnlyDocc

  • Newbie
  • Posts: 7
  • Country: de
Re: $20 LCR ESR Transistor checker project
« Reply #5693 on: May 22, 2019, 12:06:04 pm »
Hello, I have a question.
I am searching for a new Component Tester. Because i play a lot with smd leds i would prefer a tester with pads where i can press the led against.
Like the ESR02PRO (https://www.aliexpress.com/item/32963716330.html?transAbTest=ae803_5&cv=34252583&ws_ab_test=searchweb0_0%252Csearchweb201602_9_10065_10068_10547_319_317_10548_10696_10084_453_10083_454_10618_10304_10307_10820_10821_537_10302_536_10843_10059_10884_10887_321_322_10103%252Csearchweb201603_53%252CppcSwitch_0&algo_pvid=7f8b7243-92ef-48fb-8459-0b37f823defd&af=3233883_389&cn=42prwg5wxc85dgqua3asv4n8zvbbo4ch&dp=v5_42prwg5wxc85dgqua3asv4n8zvbbo4ch&algo_expid=7f8b7243-92ef-48fb-8459-0b37f823defd-28&scm=1007.22893.125764.0&pvid=99db2b19-147a-4aff-bcf6-7e7385199e7e&onelink_thrd=0.0&onelink_page_from=ITEM_DETAIL&onelink_item_to=32963716330&onelink_duration=0.884661&onelink_status=noneresult&onelink_item_from=32963716330&onelink_page_to=ITEM_DETAIL&afref=https%253A%252F%252Fwww.aliexpress.com%252Fwholesale&aff_platform=default&cpt=1558517972474&sk=ccfBY4yg&aff_trace_key=5cfb6ab6e6a14ef899be78bd6ce2e025-1558517972474-02085-ccfBY4yg&terminal_id=a368af8ffbc342058a57d2acb432b91e.
In the past i used one of these https://www.aliexpress.com/item/32950131041.html?spm=a2g0o.detail.1000060.3.520e7bcbR3CFoI&gps-id=pcDetailBottomMoreThisSeller&scm=1007.13339.90158.0&scm_id=1007.13339.90158.0&scm-url=1007.13339.90158.0&pvid=b7a51194-cfa0-474d-ba2a-f3d814a2eda0 but without the case it did not survived the last move to my new apartment.
Is there another tester with smd pads that is better than the ESR02PRO.
Or is there a Contact PCB available to use with a TC-T7?
Which one is the better meter TC-T7 or ESR02PRO?
What is the difference between TC-T7 and TC-T7-H?
Sorry i know that i have a lot of questions!
 

Offline trinhvanthien

  • Contributor
  • Posts: 11
  • Country: vn
Re: $20 LCR ESR Transistor checker project
« Reply #5694 on: May 24, 2019, 04:10:59 am »
Hi
How to adjust the bold and bigger fonts?
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7767
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #5695 on: May 24, 2019, 08:00:18 am »
For the ST7735 you can choose between FONT_10X16_HF, FONT_8X8_HF and FONT_8X16_CYRILLIC_HF (in config_328.h) at the moment. It's also possible to convert some other font. The font file structure is quite simple, but you need to create a few special characters manually (chars 0x01 - 0x07).
 

Online mikerj

  • Super Contributor
  • ***
  • Posts: 3240
  • Country: gb
Re: $20 LCR ESR Transistor checker project
« Reply #5696 on: May 24, 2019, 12:09:01 pm »
A quick warning to others.

I recently ordered a kit version of the AY-AT tester from this ebay listing.

It came today and I was disappointed that the all the resistors were loose, rather than still in the paper tape. As a result I measured each resistor with a DMM rather than trying to read the markings. In the process I discovered that the key measurement resistors, which should have 0.1% tolerances, and which were color coded as having 0.1% tolerances were way way off!

The 3x 470K Ohm 0.1% resistors measure 487K Ohm 503K Ohm and 520K Ohm.  That's an error of 3.6% 7.0% and 10.6%!
The 3x 680 Ohm 0.1% resistors measure 671 (-1.3%), 661(-2.8%) & 674 (-0.8%).

It's odd, because none of the other resistors in the kit were anywhere near as far off.

I've requested replacements.

Has anyone else had a similar experience?

I'm not aware of any of the Chinese kits coming with precision resistors, it's one of the recommended upgrades.  Not really surprising for a $10 kit, since 1/4watt 0.1% precision through hole resistors are around $1 each.

Measure the output of the included 5v regulator if you intend to use it (another recommended upgrade),  the garbage supplied in my AY-AT kit was putting out close to 6v.
« Last Edit: May 24, 2019, 12:11:37 pm by mikerj »
 
The following users thanked this post: elecdonia

Offline trinhvanthien

  • Contributor
  • Posts: 11
  • Country: vn
Re: $20 LCR ESR Transistor checker project
« Reply #5697 on: May 26, 2019, 05:03:08 am »
For the ST7735 you can choose between FONT_10X16_HF, FONT_8X8_HF and FONT_8X16_CYRILLIC_HF (in config_328.h) at the moment. It's also possible to convert some other font. The font file structure is quite simple, but you need to create a few special characters manually (chars 0x01 - 0x07).
Thanks so much for your replay.
Do you have a guide to creating it?
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7767
  • Country: de
  • A qualified hobbyist ;)
Re: $20 LCR ESR Transistor checker project
« Reply #5698 on: May 26, 2019, 10:52:22 am »
Sorry, I don't have a guide about creating fonts. As a starting point please see bitmaps/font_8x8_hf.h. I think the GLCD Font Creator is able to create the right bitmap format (export as TFT / new GLCD). For linux/unix users I've written a small command line tool to convert bit and byte orders of a character bitmap (hexadecimal input and output).
 

Offline vivaT

  • Contributor
  • Posts: 13
Re: $20 LCR ESR Transistor checker project
« Reply #5699 on: May 29, 2019, 10:29:36 am »
Madires I'd like to request including more than one Font and Symbol set or the ability to change the size, if its possible. With this feature a layout using big digits for Resistance, and Inductance along with small text for the other values like esr is possible

Ideally the screen space will be easier to read although I'm not a programmer, but tried to do this myself for the past couple of days with many head scratching moments, but no success.

I'm making a version of the LCR tester in tweezer form just for SMD parts and below is what my 0.96" 128x64 ST7735 screen looks like using the FONT_8x8_HF. Plenty of room for big digits using the Font_12x16_hf




 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf