With only transistors and resistors 9 NOR gates are built for 1 full adder. Four full adders construct a 4-bit adder. Gerber files are called full_adder3_gerber.zip
Step 1: Choose library project
>>> code of lcd16x2.c and lcd16x2.h <<<
This voltmeter is build with a pic microcontroller with I2C code to control the OLED. A boost converter is
use to power the circuit. Only batteries less than 5 volt can be measured. The code uses ADC to determine the voltage.
The importance here is to use your own datastructure and let the sensor run its serial data without
interruption. It can't handle delays. The capacitor in the circuit is just for decoupling.
Touch the TTP223 button on the left to start the game. Figure out which logic gates are used in position 1,2 and 3 by touching the 4 buttons and see how the LED above logic gate 3 respond. The 4 gates that are being used are AND, OR, XOR and NAND. There is only 1 of each gate per game. When you think you know which gate goes where, touch the left button again to see the correct configuration on the display.
>>> Arduino code <<<
Using direct Port manipulation and main() while(1) instead of setup and loop to display a number on the 7-segment display based on input of 4 dip switches. The header pins are connected to the appropriate pins of an Arduino UNO.
>>> Arduino code <<<