How to make a component tester using arduino

Поделиться
HTML-код
  • Опубликовано: 27 янв 2025

Комментарии • 142

  • @ΔημητρηςΤσατσαρωνης-θ2τ

    Hello, when uploading I receive a lot of warnings. The lcd displays strange characters like Chinese. What am I doing wrong? After a few hours of searching I found the problem. The schematic image is wrong. We must connect the data lines in reverse order.

    • @himurakenshin9923
      @himurakenshin9923 4 года назад +1

      I have a same problem

    • @wilxoxful1
      @wilxoxful1 4 года назад

      I love you a loooooooooooooooooooooooooooooooooooot

    • @IU1PZE
      @IU1PZE 4 года назад

      I have the same problem too

    • @onizacheus4458
      @onizacheus4458 4 года назад

      i have same problem to

    • @chainleang5313
      @chainleang5313 3 года назад +1

      same like you,fix that draft please

  • @ElectroRetro
    @ElectroRetro  4 года назад +3

    Schematic and code :- create.arduino.cc/projecthub/plouc68000/ardutester-v1-13-the-arduino-uno-transistor-tester-dbafb4

  • @omsingharjit
    @omsingharjit 2 года назад

    how will code work without all of required lib which is not provided ?

    • @ElectroRetro
      @ElectroRetro  2 года назад +1

      You can install the required libraries from arduino library manager.

    • @omsingharjit
      @omsingharjit 2 года назад

      @@ElectroRetro i tried but didn't find can you provide zip of all of it on G Drive plz?

    • @ElectroRetro
      @ElectroRetro  2 года назад

      Which libraries are missing?

    • @omsingharjit
      @omsingharjit 2 года назад

      @@ElectroRetro i searched for first two but i didn't find , there's 23 .h files like maths.h , Makefile.h , Transistortester.h i can't find it

    • @ElectroRetro
      @ElectroRetro  2 года назад

      While compiling which library is showing as missing?

  • @sanjaykhatri6093
    @sanjaykhatri6093 Месяц назад

    Can we measure the value of ceramic cap for eg 104

  • @anunyvape7808
    @anunyvape7808 4 года назад +3

    I cant found the code in the link there is jus schematic in the link plz help❤😭

    • @ElectroRetro
      @ElectroRetro  4 года назад

      code- www.mediafire.com/file/wogykbevqauy8xv/ArduTester_1_13_%25281%2529.zip/file

  • @koresz35
    @koresz35 3 года назад

    measures irfz44 fet with a different foot layout

  • @RandomFAI
    @RandomFAI 2 года назад

    What is the measurable value of the maximal component

  • @RandomFAI
    @RandomFAI 3 года назад

    What measures does it have

    • @ElectroRetro
      @ElectroRetro  3 года назад

      This is an automatic Transistor Tester, to identify pinout and characteristics of various discrete semiconductors ( Transistors NPN, PNP, MOSFETs, etc ). It's also evaluating resistors, capacitors

  • @marcelovenegas7241
    @marcelovenegas7241 4 года назад +1

    can i use a ssd1306 oled screen instead of a 16x2?

    • @ElectroRetro
      @ElectroRetro  4 года назад

      No

    • @carlosjsd4348
      @carlosjsd4348 4 года назад

      carlosjsd
      Hace 1 segundo
      plouc68000
      3 months ago
      Hi Serlen,
      you are lucky, stucked home because the Covid-19 sanitary emergency, I have produced a more advanced version of the ArduTester, with most common Display drivers.
      This version I am Testing and then publishing as a new Project, with focusing on
      4 Harware Configurations: ( Config. changes only by editing the Makefile.h, then Verify and Upload ).
      The UNO with 1602 LCD Parallel interface
      The UNO with 1602 LCD with I2C Interface
      The MEGA with 1602 LCD with I2C interface ( and Freq Counter )
      The MEGA with Graphic Display 1306 OLED 128 X 64 with I2C interface ( and Freq. Counter )
      Here the code for a UNO with a 1602 LCD with I2C interface ( adr. 0x27)
      create.arduino.cc/editor/plouc68000/629cf0ba-4afa-459e-8165-2407f51bbedf/preview
      SDA,SCL are the standart UNO Pins for I2C.
      SDA is A4, SCL is A5, Test Button D7, Test Pins A0..A2, RL,-RH D8..D13
      Hope it works for you !
      Thanks to alanpo for his inputs about the I2C for the 1602 LCD, it was all good hints !
      Comentarios in:
      create.arduino.cc/projecthub/plouc68000/ardutester-v1-13-the-arduino-uno-transistor-tester-dbafb4

  • @anishpattnaik2046
    @anishpattnaik2046 Год назад

    I tried making the project but I am getting some random characters as the output on the LCD screen how do I solve this problem.

    • @ElectroRetro
      @ElectroRetro  Год назад

      Make sure the LCD to Arduino pins are correct. Connect like shown in the video.

    • @ElectroRetro
      @ElectroRetro  Год назад

      Connect like this,
      arduino pin 2 to lcd D7,
      arduino pin 3 to lcd D6,
      arduino pin 4 to lcd D5,
      arduino pin 5 to lcd D4,
      arduino pin 6 to lcd E,
      arduino pin 7 to lcd RS.

    • @nadaehab263
      @nadaehab263 10 месяцев назад

      I did the same connections on proteus but it kept giving me random characters I used LCD 16x2 in proteus is there any thing I need to handle ?
      @@ElectroRetro

    • @nadaehab263
      @nadaehab263 10 месяцев назад

      LCD 16x2 LM016L@@ElectroRetro

  • @arpithjain4889
    @arpithjain4889 4 года назад +1

    Hey there! How can i calibrate it?
    It shows not calibrated and my resistor values arent shown properly even though i have made the connections properly

    • @ElectroRetro
      @ElectroRetro  4 года назад +1

      Long press push button then you will see selection menu and select self test.

    • @arpithjain4889
      @arpithjain4889 4 года назад +1

      @@ElectroRetro thanks!!
      Could you explain the calibration procedure in future?

    • @ElectroRetro
      @ElectroRetro  4 года назад +1

      Yes, actually this project is not made by me. You can see the real maker of this project in description. I just replicated this project.

    • @arpithjain4889
      @arpithjain4889 4 года назад +1

      @@ElectroRetro thankyou so much!

    • @ElectroRetro
      @ElectroRetro  4 года назад +1

      🙂

  • @farhansubi417
    @farhansubi417 3 года назад

    Is there any way I can replace the display with the serial monitor?

    • @ElectroRetro
      @ElectroRetro  3 года назад

      For only serial monitor output, uncomment the lines in Makefile.h

  • @davidpossoc271
    @davidpossoc271 8 месяцев назад

    Can we test inductance in this?

  • @CranFIN
    @CranFIN 3 года назад

    I didn't change anything. I open the ino file from the folder itself and it gives these errors: In function 'void setup ()':
    343:14: error: return-statement with a value, in function returning 'void'[-fpermissive]
    1421:18 error expected '}' at end of input
    642:14: error: label 'sgut-off' used but not defined
    714:14: error: label 'end3' used but not defined

    • @ElectroRetro
      @ElectroRetro  3 года назад

      You most likely forgot to put a } or ;

    • @CranFIN
      @CranFIN 3 года назад

      @@ElectroRetro But I didn't make any changes to the code, it wasn't supposed to be giving errors

    • @CranFIN
      @CranFIN 3 года назад

      @@ElectroRetro Now there is only 1 error: in function 'void setup ()':
      343:14: error: return-statement with a value, in function returning 'void' [-fpermissive]

  • @pauljackson2126
    @pauljackson2126 3 года назад

    Can this test inductor or just capacitor, resistor, transistors, diodes, etc.?

    • @ElectroRetro
      @ElectroRetro  3 года назад +1

      Yes, you can test inductors.

    • @pauljackson2126
      @pauljackson2126 3 года назад

      @@ElectroRetro great then... I'll definitely try this one... Thanks

    • @ElectroRetro
      @ElectroRetro  3 года назад

      Actually this project is not made by me. You can see the real maker of this project in description. I just replicated this project.

  • @ishwarsuryavanshi632
    @ishwarsuryavanshi632 2 года назад +1

    HELLO bro thanks for this video it is a wonderful project
    everything is working fine but LCD is not working, we have checked lcd is working fine but after uploading code lcd is blinking once and then it shows nothing

  • @Sekhar_Home
    @Sekhar_Home 2 года назад

    Hi i am able to install hex and eep file to atmega, but now problem is while testing a 10k resistor it shows 3.7k as and battery 9v test shows 1.3 volt. But yhe frequency generator is good. 100nf capacitor shows 75nf.
    Pls help me. I have put all the resistor correct

    • @ElectroRetro
      @ElectroRetro  2 года назад

      Try self test to calibrate the tester and BTW this tester can't measure voltage.

    • @Sekhar_Home
      @Sekhar_Home 2 года назад

      @@ElectroRetro i have added this frature

  • @Shventh
    @Shventh 7 месяцев назад

    hello, can i use a LCD DISPLAY TFT 1.8 RGB SPI 128x160 IC drive ST7735.

  • @robertheselwood4207
    @robertheselwood4207 3 года назад

    Does it only test transistors, as it doesn't detect a resistor after a transistor.

    • @ElectroRetro
      @ElectroRetro  3 года назад

      It can also test resistors

    • @robertheselwood4207
      @robertheselwood4207 3 года назад

      @@ElectroRetro While I appreciate your efforts, it doesn't test resistors very well.using a 220ohm resistor across pins A3 and A4 connections on the board it shows as P-IFET 123=G.
      Then across pins A3 and A2 it shows as 1-||-31 4843L 116.7 ESR=,00ohm It also gives similar readings across pins A3 and A4. I wonder if anyone else finds the same. Thanks

    • @ElectroRetro
      @ElectroRetro  3 года назад

      U need to calibrate.

    • @robertheselwood4207
      @robertheselwood4207 3 года назад

      @@ElectroRetro Unfortunately I don't get 'Not Calibrated' but 'Unknown or damaged part' then when I press the button, it goes round in a loop. Is there a readable schematic for this circuit as the .fzz file is not. Thanks

    • @ElectroRetro
      @ElectroRetro  3 года назад

      You need fritzing software to open that file.

  • @bapaknyaarya6425
    @bapaknyaarya6425 2 года назад

    can i use mega2560?

    • @ElectroRetro
      @ElectroRetro  2 года назад

      Yes

    • @bapaknyaarya6425
      @bapaknyaarya6425 2 года назад

      @@ElectroRetro without modify the code?

    • @ElectroRetro
      @ElectroRetro  2 года назад

      Use Ardutester millenium
      create.arduino.cc/projecthub/plouc68000/ardutester-millenium-the-ultimate-uno-mega-versions-c81db4

  • @himurakenshin9923
    @himurakenshin9923 4 года назад

    I was replace uno with nano since both of them are same, but, why its not work

    • @ElectroRetro
      @ElectroRetro  4 года назад

      make sure you are connecting 1602 lcd pins to arduino the right way,
      arduino pin 2 to lcd D7,
      arduino pin 3 to lcd D6,
      arduino pin 4 to lcd D5,
      arduino pin 5 to lcd D4,
      arduino pin 6 to lcd E,
      arduino pin 7 to lcd RS.

    • @himurakenshin9923
      @himurakenshin9923 4 года назад

      @@ElectroRetro yes i do. But, displayed on lcd like cinese or someting else caracter

  • @chintanpatel5133
    @chintanpatel5133 4 года назад

    when compile the program the error come
    C:\Users\John\AppData\Local\Temp\arduino_modified_sketch_276019/sketch_jun20a.ino:1349: undefined reference to `lcd_pgm_string(unsigned char const*)'
    collect2.exe: error: ld returned 1 exit status

  • @akankshasharma9947
    @akankshasharma9947 Год назад

    Can we test ic's in this

    • @ElectroRetro
      @ElectroRetro  Год назад

      No

    • @akankshasharma9947
      @akankshasharma9947 Год назад

      @@ElectroRetro can we make a system where we can test ic's, resistors, capacitors

    • @ElectroRetro
      @ElectroRetro  Год назад

      I think yes, not every IC's. Some IC's like logic ic, etc. If you want to test one particular IC, you can make a custom circuit to test only that IC.

  • @shubhankarghosh
    @shubhankarghosh 3 года назад +1

    I was made this perfectly but ESR is not showing :(

  • @hemantmundhe6662
    @hemantmundhe6662 2 года назад +1

    I made this component tester, work very well, Thanks Bro.

  • @jackhattingh8814
    @jackhattingh8814 4 года назад +1

    Hi there I'm not able to download the code? Please advise,

    • @ElectroRetro
      @ElectroRetro  4 года назад

      www.mediafire.com/file/v5ggtcd0mllgl68/ArduTester_1_13.zip/file

  • @ASHISHsingh-kl2bi
    @ASHISHsingh-kl2bi 2 года назад

    Sir can I use arduino nano in this project??

  • @chintanpatel6087
    @chintanpatel6087 4 года назад

    Please help to solve this problem- When we verify the program
    C:\Users\John\AppData\Local\Temp\arduino_modified_sketch_276019/sketch_jun20a.ino:1349: undefined reference to `lcd_pgm_string(unsigned char const*)'
    collect2.exe: error: ld returned 1 exit status

  • @RFADICTOS
    @RFADICTOS 4 года назад +1

    le falto calibrar el ardutester amigo y no es tan dificil..buen video..

  • @Ячтопохожнаинженера

    необходимо подключить библиотеки и прошить "ArduTester_1_13.ino" или что-то еще? Для чего файлы "Calibrate_UR.ino", "Battery_check.ino" и другие? пожалуйста

  • @shubhankarghosh
    @shubhankarghosh 4 года назад

    Sir please help me 🙏🏻
    I've bootloaded my ATMega328 and then uploaded the code. It's look like code was uploaded successfully but then I solder all the components to perfboard then I turned on, It stuck sometimes in "ArduTester v1. 13..." Then showing some same random values everytime. Please help me out brother

    • @ElectroRetro
      @ElectroRetro  4 года назад

      make sure you are connecting 1602 lcd pins to arduino the right way,
      arduino pin 2 to lcd D7,
      arduino pin 3 to lcd D6,
      arduino pin 4 to lcd D5,
      arduino pin 5 to lcd D4,
      arduino pin 6 to lcd E,
      arduino pin 7 to lcd RS.

    • @shubhankarghosh
      @shubhankarghosh 4 года назад

      @@ElectroRetro can you send me your email id? Mine is - sinusoidalsg@gmail.com
      I want to discuss something about this project. I connected properly all the components but it doesn't work!!!

  • @electrowoorm
    @electrowoorm 10 месяцев назад

    What is working principle of this project?

  • @sagarkarsh8963
    @sagarkarsh8963 Год назад

    Very Very Thank you sir

  • @prabhatmotwani8472
    @prabhatmotwani8472 2 года назад

    Hi , First of all thanks for this wonderful video
    I've made the circuit properly as shown in the video but the code which you have provided is not uploading due to lots of errors , means at verifying stage only they are showing lots of error , can you please help me !!!

    • @ElectroRetro
      @ElectroRetro  2 года назад +1

      Can please send me more details about the error.

    • @prabhatmotwani8472
      @prabhatmotwani8472 2 года назад

      Thanks for the reply , when we have use updated version of IDE the code compiles properly , but the lcd is not showing anything it blinks and stops

    • @ElectroRetro
      @ElectroRetro  2 года назад

      Did you try old Arduino IDE?

    • @prabhatmotwani8472
      @prabhatmotwani8472 2 года назад

      Yeah old one was showing some error

    • @prabhatmotwani8472
      @prabhatmotwani8472 2 года назад

      In new one , code is running properly but after uploading lcd is not working , blink for a sec only and stops , can you guide me what to do , can we connect on call if possible?

  • @AiQuantitativeTradingSystem
    @AiQuantitativeTradingSystem 4 года назад +1

    Thank you electro retro very much for the video . i need LCR TESTER USING ARDUINO

  • @habilekgopti9449
    @habilekgopti9449 4 года назад +1

    thank you man

  • @itzalu
    @itzalu 4 года назад +1

    Please give the code of arduino nano 16x2 i2c display 😭😭😭

    • @ElectroRetro
      @ElectroRetro  4 года назад +2

      Code is there in description but It will work only in arduino uno or atmega 328p pu

    • @carlosjsd4348
      @carlosjsd4348 4 года назад

      plouc68000
      3 months ago
      Hi Serlen,
      you are lucky, stucked home because the Covid-19 sanitary emergency, I have produced a more advanced version of the ArduTester, with most common Display drivers.
      This version I am Testing and then publishing as a new Project, with focusing on
      4 Harware Configurations: ( Config. changes only by editing the Makefile.h, then Verify and Upload ).
      The UNO with 1602 LCD Parallel interface
      The UNO with 1602 LCD with I2C Interface
      The MEGA with 1602 LCD with I2C interface ( and Freq Counter )
      The MEGA with Graphic Display 1306 OLED 128 X 64 with I2C interface ( and Freq. Counter )
      Here the code for a UNO with a 1602 LCD with I2C interface ( adr. 0x27)
      create.arduino.cc/editor/plouc68000/629cf0ba-4afa-459e-8165-2407f51bbedf/preview
      SDA,SCL are the standart UNO Pins for I2C.
      SDA is A4, SCL is A5, Test Button D7, Test Pins A0..A2, RL,-RH D8..D13
      Hope it works for you !
      Thanks to alanpo for his inputs about the I2C for the 1602 LCD, it was all good hints !
      Comentarios in:
      create.arduino.cc/projecthub/plouc68000/ardutester-v1-13-the-arduino-uno-transistor-tester-dbafb4

  • @خالدباشميل-ب9و
    @خالدباشميل-ب9و 3 года назад

    the code is not work correct can you help me??

    • @ElectroRetro
      @ElectroRetro  3 года назад +1

      What's the problem?

    • @خالدباشميل-ب9و
      @خالدباشميل-ب9و 3 года назад

      I change version Arduino 1.8.9 and the message don't appear but on screen appear only arduino v1.13 Testing without give me test any component

  • @jyoteechauhan216
    @jyoteechauhan216 2 года назад +1

    Sir iska coding chahiye

    • @ElectroRetro
      @ElectroRetro  2 года назад

      Link in description.

    • @jyoteechauhan216
      @jyoteechauhan216 2 года назад

      But coding open nahi ho raha hai

    • @jyoteechauhan216
      @jyoteechauhan216 2 года назад

      Please help me mujhe clg mae yahi project banana hai

    • @ElectroRetro
      @ElectroRetro  2 года назад

      create.arduino.cc/editor/plouc68000/d6b548e6-37af-4cf0-b95f-cbaa9e89ea72/preview

  • @chintanpatel5133
    @chintanpatel5133 4 года назад +1

    exit status 1
    Error compiling for board Arduino Uno.
    this is the error

    • @ElectroRetro
      @ElectroRetro  4 года назад

      Maybe there is a error in your code try uploading blink or any example code

    • @chintanpatel5133
      @chintanpatel5133 4 года назад

      I am not a programmer and i used your program so i found a error i tell you.
      so please help me to solve the problem

    • @ElectroRetro
      @ElectroRetro  4 года назад

      Try uploading this code
      www.mediafire.com/file/wogykbevqauy8xv/ArduTester_1_13_%25281%2529.zip/file

  • @thusharpa2924
    @thusharpa2924 4 года назад +5

    Hi bro

  • @devuaudio6785
    @devuaudio6785 3 года назад +1

    SUPER

  • @hayalci_33
    @hayalci_33 Год назад

    Güzel paylaşım olmuş. I2C modülü ile yapmamız mümkün mü?

  • @topgearIQ
    @topgearIQ 4 года назад +1

    Are found indector test HENRY

  • @hamzehkamrava9071
    @hamzehkamrava9071 3 года назад

    😦 code 😢😢

  • @chintanpatel6087
    @chintanpatel6087 4 года назад

    C:\Users\John\AppData\Local\Temp\arduino_modified_sketch_276019/sketch_jun20a.ino:1349: undefined reference to `lcd_pgm_string(unsigned char const*)'
    collect2.exe: error: ld returned 1 exit status

  • @chintanpatel6087
    @chintanpatel6087 4 года назад +1

    please help

    • @ElectroRetro
      @ElectroRetro  4 года назад

      ?

    • @chintanpatel5133
      @chintanpatel5133 4 года назад

      @@ElectroRetro C:\Users\John\AppData\Local\Temp\arduino_modified_sketch_276019/sketch_jun20a.ino:1349: undefined reference to `lcd_pgm_string(unsigned char const*)'
      collect2.exe: error: ld returned 1 exit status
      how to slove this problem

  • @chintanpatel5133
    @chintanpatel5133 4 года назад +1

    please he;p

  • @chintanpatel5133
    @chintanpatel5133 4 года назад

    C:\Users\John\AppData\Local\Temp\arduino_modified_sketch_276019/sketch_jun20a.ino:1349: undefined reference to `lcd_pgm_string(unsigned char const*)'
    collect2.exe: error: ld returned 1 exit status