Git Product home page Git Product logo

atmega-transistor-tester's Introduction

Transistor Tester based on ATmega328p

The ATmega328p Transitor Tester is a pocket-sized version of the famous component tester developed by Markus Frejek and Karl-Heinz Kübbeler featuring automatic detection of NPN and PNP bipolar transistors, N- and P-channel MOSFETs, JFETs, diodes, double diodes, N- and P-IGBTs, thyristors, triacs, inductors, resistors and capacitors.

TransistorTester_pic1.jpg

Compiling and Installing Firmware

You can either compile the firmware yourself (folder: /software/sources), or you can upload the precompiled binary (folder: /software/binaries). Current versions of the firmware can be downloaded from the Github page of the original project.

Compiling Firmware (Linux/Mac)

  • Make sure you have installed avr-gcc toolchain and avrdude.
  • Open the makefile in the folder /software/sources/make and change the setting (e.g. language) if you want.
  • Open a terminal.
  • Navigate to the folder with the makefile.
  • Run "make". Among others, the hex and eep files are generated, which can then be uploaded into the ATmega.

Uploading Firmware

  • Make sure you have installed avrdude.
  • Connect your programmer to your PC and to the ICSP header of the device.
  • Open a terminal.
  • Navigate to the folder with the hex and eep files.
  • Execute the following commands (if necessary replace "usbasp" with the programmer you use):
    avrdude -c usbasp -p m328p -U lfuse:w:0xff:m -U hfuse:w:0xdb:m -U efuse:w:0xfd:m
    avrdude -c usbasp -p m328p -U flash:w:TransistorTester.hex
    avrdude -c usbasp -p m328p -U eeprom:w:TransistorTester.eep
    

Operating Instructions

Precautions

It should be noted that the test inputs do not have a protective circuit. A protective circuit would probably also falsify the measurement results. Always discharge the capacitors before connecting them to the tester! The tester can be damaged before you turn it on. Particular care should be taken when attempting to test components mounted on a circuit. In any case, the device should be disconnected from the power supply and you should be sure that there is no residual voltage.

Testing a Component

  1. Connect the Transistor Tester via the Micro-USB port to a 5V power supply.
  2. Plug the component to be tested into the socket row. Each pin of the component should have its unique socket number (1 to 3).
  3. Press the TEST button and wait for the result shown on the OLED display.

Characteristics

Component Measuring Range
Resistors 100mOhm – 50MOhm
Capacitors 35pF – 100mF
Inductors 0.01mH – 20H
Z-Diodes max 4.5V
  • One-key-operation
  • Three test pins for universal use.
  • Automated detection of NPN, PNP, N- and P-channel MOSFET, JFET, diodes und small thyristors, TRIAC.
  • Automated detection of pin assignment, this means the device-under-test can be connected to the tester in any order.
  • Measurement of hFE and base-emitter-voltage for bipolar junction transistors, also for Darlingtons.
  • Automated detection of protection diodes in bipolar junction transistors and MOSFETs.
  • Bipolar junction transistors are detected as a transistor with a parasitic transistor (NPNp = NPN + parasitic PNP).
  • Up to two resistors will be measured with a resolution down to 0.1 Ohm. The measurement range is up to 50 MOhm (Megaohm). Resistors below 10 Ohm will be measured with the ESR approach and a resolution of 0.01 Ohm. Beware: resolution is not accuracy.
  • Capacitors in the range 35pF (picofarad) to 100mF (millifarad) can be measured with a resolution down to 1 pF (0.01 pF for capacitors with lower capacity than 100 pF).
  • Resistors and capacitors will be displayed with their respective symbol, pin number and value.
  • Up to two diodes will also be displayed with their correctly aligned symbol, pin number and voltage drop.
  • If it's a single diode, the parasitic capacitance and reverse current will also be measured.
  • Inductances of 0.01 mH to 20 H can be detected and measured.
  • A measurement of ESR (Equivalent Series Resistance) of capacitors greater than 20 nF is built in. The resolution is 0.01 Ohm. For lower capacity values the accuracy of ESR result becomes worse.
  • Vloss of capacitors greater 5 nF is examined. With this it is possible to estimate its Q-factor.

References, Links and Notes

  1. Original Project Description
  2. Original Documentation
  3. Original Firmware

TransistorTester_pic2.jpg

atmega-transistor-tester's People

Contributors

wagiminator avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.