# arduTester **Repository Path**: gyb98/arduTester ## Basic Information - **Project Name**: arduTester - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-01 - **Last Updated**: 2026-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # arduTester An arduino component tester based on [this](https://create.arduino.cc/projecthub/plouc68000/ardutester-v1-13-the-arduino-uno-transistor-tester-dbafb4) ## Prerequisites >$ sudo apt install make git >$ sudo apt install avr-libc avrdude gcc-avr subversion ## Download sources >$ svn checkout svn://mikrocontroller.net/transistortester or >$ git clone [https://github.com/svn2github/transistortester](https://github.com/svn2github/transistortester) * Copy the makefile from the folder of this lcd to the default (it may not necessary and can be built in it's original location) >$ cp transistortester/Software/trunk/ST7735/Makefile transistortester/Software/trunk/default/ * Go to the default directory >$ cd transistortester/Software/trunk/default * Edit the Makefile and change the programmer setting PROGRAMMER=usbtiny * Build and upload the code >$ make >$ make upload ## Hardware ### ATmega328 Pin no -> 1 -> Reset 2 -> D0 3 -> D1 4 -> D2 -> LCD pin 14 5 -> D3 -> LCD pin 13 6 -> D4 -> LCD pin 12 7 -> Vcc -> Vcc 8 -> GND -> GND 9 -> Crystal 10 -> Crystal 11 -> D5 -> LCD pin 11 12 -> D6 -> LCD pin 6 13 -> D7 -> LCD pin 4 14 -> D8 -> TP1 680R 15 -> D9 -> TP1 470k 16 -> D10 -> TP2 680R 17 -> D11 -> TP2 470k 18 -> D12 -> TP3 680R 19 -> D13 -> TP3 470k 20 -> Vcc -> Vcc 21 -> Aref 22 -> GND -> GND 23 -> A0 -> TP1 24 -> A1 -> TP2 25 -> A2 -> TP3 26 -> A3 -> Test button 27 -> A4 28 -> A5 ## Atmega-transistor-tester Atmega-transistor-tester is based on [wagiminator's ATmega-Transistor-Tester](https://github.com/wagiminator/ATmega-Transistor-Tester), which in turn is based on [the original project](https://www.mikrocontroller.net/articles/AVR_Transistortester). ## Software Current sources can be found at [Mikrocontroller-net's github page](https://github.com/Mikrocontroller-net/transistortester) >$ git clone [https://github.com/Mikrocontroller-net/transistortester.git](https://github.com/Mikrocontroller-net/transistortester.git)