Digital UV-meter, With OLED Display. Arduino Project for Beginners

by techn0man1ac in Circuits > Arduino

22341 Views, 122 Favorites, 0 Comments

Digital UV-meter, With OLED Display. Arduino Project for Beginners

Arduino проект для начинающих. VU meter с OLED дисплеем. Techn0man1ac #2
maxresdefault-1024x576.jpg
35427501516_e6c7a34886_k.jpg
maxresdefault.jpg

Video demonstration (English subtitles).

Hello, instructable. Today I will tell you how to make a simple digital VU meter (sound level meter) using Arduino and OLED displays and 2 resistors by yourself (DIY). The device is quite simple, for beginners it will be a rewarding experience.

Components for This Arduino Project:

35081039050_d0b8de76ae_k.jpg
34626162964_cf7cfc9603_k.jpg
35300804482_5e7ccdeafd_k.jpg
34657804813_b49ddde59e_k.jpg
35467555315_c6088f4226_k.jpg
35081009130_dd7aa762d2_k.jpg
  1. Arduino Nano V3.0;
  2. 0.96 inch IIC I2C 128X64 OLED Display;
  3. One 10K, resistor(R1 no scheme);
  4. One 10K-100K potentiometer(R2no scheme);
  5. Wires.

Device Circuitry

digital-vu-meter-with-oled-display-1024x594.png
digital-vu-meter-with-oled-display-schematic-1024x657.png

As you see the scheme is extremely simple, every novice will make.

  • Resistor R1(10K) it is necessary!
  • Potentiometer R2 may have a nominal value of 10K up to 100K.It is used to adjust the sound level.

Source Code

VU.bmp

ArduinoVuOledMeter.ino - all this - the mathematical magic.

display.c - BMP-file to convert to an array of points. It must be located near the ArduinoVuOledMeter.ino.

Enjoy

Created by Techn0man1ac.

P.S. If you want a stereo version - make two identical devices.