- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 2 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 2 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 5 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 6 months ago
- Building a 3D Digital Clock with ArduinoPosted 11 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 12 months ago
- Snowflake with ArduinoPosted 12 months ago
- Holographic Christmas TreePosted 1 year ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
DIY an Arduino-based 5 in 1 Multimeter Device
YouTuber Electronoobs has just created an Arduino Nano multimeter device.
Using a small OLED screen in combination with the Arduino Nano together with a couple of buttons and 16-bit ADC for precise measurements the multimeter is able to display voltage, resistance, current, and it’s also capable of reading capacitance and inductance.
Power is provided by a small onboard LiPo battery, and a charging module is included to help keep things topped off. Everything is housed inside a custom 3D-printed case.
“The Arduino Nano is a small, complete, and breadboard-friendly board based on the ATmega328 (Arduino Nano 3.x). It has more or less the same functionality of the Arduino Duemilanove, but in a different package. It lacks only a DC power jack, and works with a Mini-B USB cable instead of a standard one. “
If you’d like to create your own, the schematic and code are available on Electronoobs’ site.