Projects

Power Meter using Arduino

Power (Energy) Meter using Arduino

Part 1.  Analog Front-End. Opto-Isolator. Looking at the Power Quality Analyzer display, I was wandering, if there is any error in the measurement results, introduced by transformer. Overall THD picture doesn’t change much, suspiciously drawing same chart in the morning and in the evening, when electrical grid load significantly differs. Obviously, to estimate effect of

Power (Energy) Meter using Arduino Read More »

Audio VU Meter using Arduino 1

Audio VU Meter using Arduino

Biasing AC input using resistor divider and scaling up / down if necessary; Sampling fast and accurately using direct access to Control Registers of ADC and Timer1; Subtract whatever was added at step #1 from result of Analog / Digital conversion and Square; Average / accumulate, filtering following VU specification; Sqrt – take square root,

Audio VU Meter using Arduino Read More »

True Analog Audio Volume Control using Arduino

True Analog Audio Volume Control using Arduino

ow my Arduino can precisely measure audio input (VU meter),   and obviously, next thing that comes to mind right after measurements, is regulation or control. There are many different ways how to electronically adjust audio volume or level of AC signal.  I’ll name a few: Specifically design IC, Digital potentiometers. Mechanical potentiometers, driven by servo

True Analog Audio Volume Control using Arduino Read More »

Arduino Spectrum Analyzer 1

Spectrum Analyzer, Arduino project with FFT algorithm

The basic idea was to create color organ / spectrum analyzer on arduino board, trying to minimize quantity of external components, like analog filters, LED display drivers, etc. Spend a lot of time in search on internet I was able to find only two ! project ,  which implemented FFT in order to solve a

Spectrum Analyzer, Arduino project with FFT algorithm Read More »

Scroll to Top