Posts by Ibrar Ayyub:
Hear your plant make music! – Ethernet version
Posted on: 16 Nov 2016
This walk-through will show you how to build a sensor to monitor your plant’s environment and use Stats in Sound’s ERC-20 app to turn this data into music, allowing you to listen to your plant’s reaction to it’s environment. For more information on this project, please visit www.statsinsound.org.uk. Below is a sample of music generated […]
Current monitor uses Hall sensor
Posted on: 15 Nov 2016
The Fig 1 circuit uses a Hall-effect sensor, consisting of an IC that resides in a small gap in a flux-collector toroid, to measure dc current in the range of 0 to 40A. You wrap the current-carrying wire through the toroid; the Hall voltage VH is then linearly proportional to the current (I). The current […]
Autonomous drone that you already have in your pocket!
Posted on: 15 Nov 2016
In this tutorial i want to learn you something, maybe change your mind. And make autonomous drones available for everyone. Simple question is: What do you need to make your drone autonomous? . Answer: – GPS – Accelerometer – Gyroscope – Telemetry wireless system – Camera – Some better micro processor Its expensive right? Real […]
Temperature Recording Arduino Robot
Posted on: 15 Nov 2016
My son and myself made a little arduino robot that records temperature. He wanted me to draw a robot, I wanted to experiment with blinking LEDs relaying data so a plan was hatched. The way the LEDs work is as follows: Green = lowest temperature recorded, Yellow = highest and Red = current temperature with […]
5″ capacitive touch panel with GSL1680 up’n running with arduino
Posted on: 14 Nov 2016
Some months ago I wrote about getting a 7″ capacitive touch LCD up’n running with Arduino. Since that time I’ve investigated 5″ displays with capacitive touch. There are some, such as the NHD-5.0-800480TF-ATXL#-CTP from Newhaven which uses the FT5306 capacitive touch controller. That one is interesting because I already have touch driver for the FT5x06 […]
TiltKey- Write by Tilting
Posted on: 14 Nov 2016
The TiltKey is a keyboard input device based on tilting. Based on the angle that it is tilted at, and the direction it is tilted in, you can write every letter of the alphabet, every number, and every symbol found on a standard US keyboard. Operation is very simple; the LCD display shows the letter […]
Gesture controlled robot using Arduino
Posted on: 14 Nov 2016
This gesture controlled robot uses Arduino,ADXL335 accelerometer and RF transmitter-receiver pair. We will divide the entire robot into 3 parts the transmitter,the receiver and the robot. The different gestures that have been mapped to the direction of the bot are- Hand parallel to the ground-stationary Hand tilted forward-forward Hand tilted backward-backward Hand tilted right-right Hand […]
Relay Finder will let you know, when one phase is missing …
Posted on: 14 Nov 2016
Finder monitoring relays are able to effectively signalize a fault status in a mains line and to prevent damages or undue wear-out. Too high or too low voltage, phase loss or a wrong phase rotation are conditions commonly occurring in an industrial environment. Even though a phase rotation is usually stable, but only one improperly […]
Fading an LED off and on using Arduino
Posted on: 13 Nov 2016
Demonstrates the use of the analogWrite() function in fading an LED off and on. AnalogWrite uses pulse width modulation (PWM), turning a digital pin on and off very quickly, to create a fading effect. Circuit Connect the anode (the longer, positive leg) of your LED to digital output pin 9 on your Arduino through a 220-ohm resistor. Connect the cathode (the shorter, negative leg) […]
Computer controlled RC car with two Arduinos
Posted on: 13 Nov 2016
Required Parts: This project requires two Arduino boards which can be bought from http://www.adafruit.com/category/17 This project uses two Arduino Uno compatible boards. An L293D or other Dual H-Bridge Motor Driver chip will be needed to drive the motors of the RC car. This can be found here: http://www.adafruit.com/products/807 Finally, this project requires the RF transmitter […]