A multimeter is a most essential tool for testing or checking various electronics components, when it comes to creating or developing electrical circuits. Without it, executing a job will be extremely tough.
So, in this post, we chose to create a low-cost digital multimeter using Arduino and other basic components. When it comes to the multimeter’s functions, it can measure voltage up to 24V, as
well as diode, resistance, and voltage drop across an LED.
The working of the schematic is simple: we have Arduino working as the brains of our project. In the circuit we have used two pairs of banana connectors for connecting external
input. As you can see in the above diagram, we have a 10K resistor and two 4.7K resistors in parallel to form a voltage divider. With this voltage divider configuration and
Arduino, we can measure input voltage max 24V. Please note that input voltage more than 24V can damage the device. Next, we have another pair of banana sockets that are for
testing continuity Diode and LED, these tests are done by measuring a certain voltage drop across the test device. We also have connected a 0.91” OLED display to display all the
data processed by the Arduino and we have a push button switch for toggle between all features of this multimeter. Finally, we have two 3.7V battery packs in series and an
AMS1117-5.0 5V regulator to power the total circuit.
We previously used Arduino to build many test and measure instruments:
Frequency Counter using Arduino
Arduino Ohm Meter
Capacitance Meter using Arduino
LC Meter using Arduino: Measuring Inductance and Frequency
Measure Sound/Noise Level in dB with Microphone and Arduino