Schlagwort: VU Meter

  • DIY digital VU meter with analog vibes

    DIY digital VU meter with analog vibes

    Reading Time: 2 minutes

    A volume unit (VU) meter is a simple gauge that indicates the amplitude of an audio signal, so higher decibels move the needle further. They’re common in the field of audio engineering and music production, with traditional VU meters being analog. But tuning an analog gauge is a challenge, so Mirko Pavleski designed a VU meter that looks analog and comes with all the benefits of a digital device.

    Monitoring the amplitude of a signal (like an audio signal) with a microcontroller is very easy — if that microcontroller has an ADC (analog-to-digital converter). MCU processors only understand digital ones and zeros, so the ADC is necessary to translate an infinitely granular analog signal into digital values that approximate it. The Arduino Nano board has eight analog input pins monitored by the ATmega328’s ADC and this project uses two of them: one for the left audio channel and one for the right.

    The only other major component for this project is an GP1287 VFD (vacuum fluorescent display), which Pavleski chose for its high contrast and fast response time. It has a resolution of 256×50 and that is wide enough to show two virtual gauges side-by-side. The Nano simply performs an analog read for each audio channel, then updates the graphical gauge using the U8g2 library for monochrome displays. This VFD draws quite a lot of power and that necessitates the use of dedicated power supply. The only other components necessary are resistors, capacitors, and a rotary potentiometer.

    [youtube https://www.youtube.com/watch?v=v7hi1JXhq2o?feature=oembed&w=500&h=281]

    The post DIY digital VU meter with analog vibes appeared first on Arduino Blog.

    Website: LINK

  • A flask of goo that moves to the groove

    A flask of goo that moves to the groove

    Reading Time: < 1 minute

    Arduino TeamAugust 1st, 2021

    Ferrofluid is an interesting substance that is attracted to a magnetic field. While manually playing with a flask of such goo is interesting for a few minutes, GreatScott! had other ideas. His 3D-printed rig arranges a half-dozen custom electromagnets on the side of the flask. This allows an Arduino Nano to control the magnetic field arrangement, and thus fluid movement, with the help of six MOSFETs.

    To make things a bit more interesting, the build integrates an MSGEQ7 chip to analyze sound frequencies, which enables it to bounce the ferrofluid up and down as a three-zone VU meter. The setup also features a strip of addressable LEDs on the bottom for a lighting effect, creating a neat visual complement to your tunes!

    [youtube https://www.youtube.com/watch?v=l6dtyaNc0to?feature=oembed&w=500&h=281]

    Website: LINK