Posts by Ibrar Ayyub:
Power (Energy) Meter using Arduino
Posted on: 09 May 2013
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 […]
Audio VU Meter using Arduino
Posted on: 09 May 2013
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, […]
True Analog Audio Volume Control using Arduino
Posted on: 09 May 2013
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 […]
Speech Synthesizer using Arduino
Posted on: 09 May 2013
Synthesized speech was for a long time the Holy Grail of computing, and back in the 1980s when a 4MHz CPU made your computer the fastest machine in the neighborhood it just wasn’t practical for software to create intelligible speech. In those days the only sensible way to generate speech was to offload the task […]
MEGAshield KIT for Arduino MEGA 2560 R3 and Arduino DUE
Posted on: 30 Apr 2013
ARDUINO MEGA 2560 REV3 The MEGA 2560 is designed for more complex projects. With 54 digital I/O pins, 16 analog inputs and a larger space for your sketch it is the recommended board for 3D printers and robotics projects. This gives your projects plenty of room and opportunities. Microcontroller ATmega2560 Operating Voltage 5V Input Voltage […]
Arduino Tutorial (LM35 Temp Sensor)
Posted on: 29 Apr 2013
In this Arduino tutorial I will demonstrate how to correctly connect the LM35 temperature sensor to the Arduino. I will also show you how to write the code necessary to obtain the temperature from the sensor. I will also elaborate on the LM35 sensor and demonstrate a simple entertainment cooler that I have designed to […]
Arduino Video Tutorials
Posted on: 27 Apr 2013
Arduino Tutorial #1: Uno Hardware In this video I look at the hardware for the Arduino and how it compares to that other microcontroller I’ve worked with, the Netduino. Arduino Tutorial #2: Getting Started n our second Arduino tutorial, we take a look at what is essentially the “hello world” of the microcontroller world. We […]
How To Control A Stepper Motor With An Arduino Uno
Posted on: 27 Apr 2013
Overview Stepper motors fall somewhere in between a regular DC motor and a servo motor. They have the advantage that they can be positioned accurately, moved forward or backwards one ‘step’ at a time, but they can also rotate continuously. In this lesson you will learn how to control a stepper motor using your Arduino […]
Arduino controlled Bluetooth-bot
Posted on: 26 Apr 2013
This instructable will show you how to convert an old toy R/C car from the thrift-store ($1.50) into a bluetooth controlled robot. To make the conversion, you will need an Arduino (any type), an L298N dual 2-amp motor-controller (or similar), and a bluetooth serial adapter from Sparkfun.com. We will first remove all existing circuitry from […]
Arduino Battery
Posted on: 26 Apr 2013
As many of you may know, this Lazy Old Geek loves Arduinos. Many of my projects are portable and need a battery source: http://www.instructables.com/id/Arduino-Pedometer/ http://www.instructables.com/id/Arduino-Nokia-LCD-Sensors/ http://www.instructables.com/id/Ultrasonic-Tape-Measure/ All pricing was determined about early 2012. So, I’ve been using Adafruit 6 AA Battery holder $5.00 https://www.adafruit.com/products/248 with 6 AA rechargeable batteries. (See Picture) Another choice would […]