Posts by Ibrar Ayyub:
Arduino Project 6: Web-controlled music player
Posted on: 05 Aug 2016
Our NetPlay project is built on a standard breadboard. In our previous Arduino masterclass we briefly introduced the Ethernet Shield an Arduino expansion board that adds Ethernet connectivity plus microSD card storage. We used that storage as the basis of a simple one-button digital audio player. It was functional but limited to 8-bit mono WAV […]
Sleep easy with this desk fan speed reducer
Posted on: 04 Aug 2016
Most desk fans I have come across have three speeds: Full Speed, Almost Full Speed, and Off – useless if you want just a gentle air movement, and far too noisy if you are trying to get to sleep (in your bedroom of course, not at your work desk!). The squirrel cage induction motors they […]
Simulating and controlling GE Color Effects Lights with Arduino
Posted on: 04 Aug 2016
Overview This project builds a Christmas lights controller for the GE Color Effects lights allowing programmed control of up to 8 sets of Christmas lights. Furthermore, it provides a function specific language for programming patterns for these lights and an emulation environment for testing the programs requiring the lights to be built or hung. Pre-reading […]
Arduino Project 8: Stompy the robot (part 1)
Posted on: 03 Aug 2016
Our first Arduino robot called Rolly in our February issue proved to be a popular project. Powered by an Arduino Uno board it was easy to put together and cost very little. In this project we upped the ante again with our first walking robot appropriately called Stompy. He’s a quadruped a four-legged walker and […]
Circuit lets you measure zener voltages and test LEDs
Posted on: 02 Aug 2016
To measure a zener diode’s breakdown voltage, you need a dc voltage source whose voltage exceeds that of the zener voltage. In Figure 1, resistor RSER provides voltage drop between VINand VZEN. In any case, VIN should exceed VZEN. Resistor RSER must provide current, IZEN, that can keep the zener diode in reverse breakdown. That […]
Tutorial: Arduino Motor/Stepper/Servo Shield – Part 1: Servos
Posted on: 02 Aug 2016
This post starts a small (or larger?) series of tutorials using the Arduino Motor/Stepper/Servo Shield with the FRDM-KL25Z board. That motor shield is probably one of the most versatile on the market, and features 2 servo and 4 motor connectors for DC or stepper motors. That makes it a great shield for any robotic project […]
LED step-up converter with ATtiny85
Posted on: 01 Aug 2016
Build a cheap and simple full software controlled step-up (boost) converter to drive a LED string of 10 LEDs. LEDs are used as string to light up a acrylic engraved plate placed in a holder (also made out 5 layers of lasered black acrylic glas). Step up is from 5V to about 30V, current regulated […]
Communication between a USB/serial device and an AVR (atmega/Arduino) microcontroller
Posted on: 01 Aug 2016
I have a device which provides a USB port. If I attach it to a Windows PC it is recognized as a “CP2103 USB to UART Bridge Controller”. According to the device documentation, it should communicate in serial format at 38400bps.I have to talk to this device with a atmega microcontroller. Since the USB pinout […]
VHF AIRCRAFT RADIO COMMUNICATIONS RECEIVER
Posted on: 31 Jul 2016
This is simple radio receiver project which is capable to receive aviation radio voice signals which are transmit between 118MHz to 138MHz in AM (A3E). We got initial idea of this project by reading Sverre Holm’s (LA3ZA) article about “cheap VHF receiver project For more detail: VHF AIRCRAFT RADIO COMMUNICATIONS RECEIVER
Store Arduino data to Firebase database [Howto]
Posted on: 31 Jul 2016
The last few weeks I was playing with Firebase mostly because I wanted to get familiar with this technology. So at some point I thought that it will be a great idea to connect Arduino with Firebase. Imagine that you have a simple temperature sensor that measures the boiler’s water temperature every few minutes and […]