- Understanding the Mechanics of 3D PrintingPosted 3 days ago
- SDS011 the Air Quality SensorPosted 1 month ago
- NIXIE STYLE LED DISPLAYPosted 4 months ago
- TOTEM: learning by experimentingPosted 5 months ago
- Google Assistant Voice Controlled Switch – NodeMCU IOT ProjePosted 5 months ago
- Water Softener Salt Level MonitorPosted 5 months ago
- Sparkly Air SensorPosted 5 months ago
- Ultra sonic distance finder with live statusPosted 5 months ago
- Windows interface to have total control over lampsPosted 5 months ago
- Smart AquariumPosted 5 months 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.