An arduino component tester based on this
$ sudo apt install make git $ sudo apt install avr-libc avrdude gcc-avr subversion
$ svn checkout svn://mikrocontroller.net/transistortester
or
$ git clone 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
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 is based on wagiminator's ATmega-Transistor-Tester, which in turn is based on the original project.
Current sources can be found at Mikrocontroller-net's github page
$ git clone https://github.com/Mikrocontroller-net/transistortester.git