Introduction: Arduino Multimeter and Components Tester

Hello, this is a mine multyfunctional Arduino device. It can be used to test sensors that are connected to analog pins, to measure resistance, to measure the voltage drop of the diode. It can measure ambient temperature, it has built in continuity test, pwm generator and much more.

Check this video to see demonstration of device:

https://www.youtube.com/watch?v=GLqpHX6p64M

Step 1: Parts Needed

You will need:

  1. Arduino nano
  2. oled screen 128x32 or 128x64 . Displan need to be I2C
  3. pcb
  4. 2k resistor
  5. some female headers
  6. buzzer

Step 2: Connecting Parts

Check the image in this step and connect your parts.

Step 3: Libraries

You will need download andinstall Adafruit library for oled.

Download it here

https://github.com/adafruit/Adafruit_SSD1306

Step 4: Programing Arduino Nano

download this code and upload it to arduino using Arduino IDE.

https://drive.google.com/open?id=17m1Aa25yabMm0vYPMDHd-HLTi-rmJ8ne

Arduino Contest 2017

Participated in the
Arduino Contest 2017