Posts by Ibrar Ayyub:
Project: Cleaner robot using Magician Chassis, Arduino, distance sensor and hand sweeper
Posted on: 02 May 2016
This is a cleaner robot so you can give to your mommy or just use to clean your bedroom =P. Material List: 1x Arduino UNO R3 1x Magician Chassis 1x Shield Motor Driver (Shield 4Power) 1x Distance Sensor 1x Servomotor 1x Hand Sweeper 1x Battery 1. How it works When the robot is on, it moves […]
Morse Code Decoder
Posted on: 01 May 2016
Morse code is used in telecommunication; it is a method of transmitting and receiving coded information. Each character (letter or numeral) is coded/represented by a unique sequence of dots and dashes. Compared to voice, Morse code is less sensitive to poor signal conditions, yet still comprehensible to humans without a decoding device, therefore, a useful […]
Arduino-Based Shadow Alarm
Posted on: 01 May 2016
Arduino-Based Shadow alarms are usually used for protection against theft. A shadow alarm is a device that sounds an alarm when a shadow falls on it. Described here is a simple circuit of an Arduino based shadow alarm. This compact shadow alarm unit is capable of sensing a moving shadow in a restricted area, and […]
MinieC I2C eC interface
Posted on: 30 Apr 2016
While working with Peter from ManyLabs/WireGarden, we wanted to begin to create a system of open source water quality sensors that can be cheaply deployed in schools, remote research, maker projects, basically anywhere there is a need! This project is the result of the knowledge gained from the pH line of interfaces combined with research and […]
Arduino Bicycle Alarm and Lights
Posted on: 30 Apr 2016
This alarm is a good way to alert you if somebody messes with your bike. I had a bicycle stolen a while back and decided there had to be a better way to keep my bike secure. When I searched for bicycle alarms, all I could find were alarms that responded to sudden movement or […]
Using the STM6600, STM6601 smart push-button on/off controller
Posted on: 29 Apr 2016
These devices allow easy and safe control of applications run with one or two push-buttons by securely starting or powering down a system and also resetting the processor or disabling power in case of a non-responding application (e.g. code in a dead loop). This makes the STM660x devices suitable for a broad spectrum of applications […]
How to Use IR Remotes with Arduino (Current and Updated)
Posted on: 29 Apr 2016
I’m tired of these complicated tutorials on how to use certain things. I like simple, easy to understand, step by step instructions. My biggest problem was with IR and POV*. I’ve finally mastered how to control my project with any TV remote in a few minutes. In this i’ble I’m going to show you simple, […]
ARDUINO Burglar Alarm Using Infrared Emitter-Detector pair
Posted on: 28 Apr 2016
In this tutorial i will show you , how to make a simple Inexpensive Intrusion Detection(Burglar alarm) using an Arduino Uno board . This project uses the Infrared Emitter-Detector pair to detect intrusion and triggers an alarm as soon as the object crosses the infrared field . ** To see a Similar Project Made with […]
Arduino for Photographers: Building a Universal Intervalometer
Posted on: 27 Apr 2016
Practicing the art of time-lapse photography without an intervalometer is doable, but not particularly efficient. And while any decent photo equipment store will be happy to sell you one, you can go the DIY way and build your own intervalometer based on the excellent Arduino platform. Theoretically, building an Arduino-based intervalometer is as easy as connecting an infrared […]
Connecting the ADXL337 to the Arduino
Posted on: 26 Apr 2016
Today I’ll write about the ADXL337 accelerometer. The ADXL337 measures the acceleration of the x, y and z axis. This means it measures the force acting on any of the axes at a specific moment in time. Because it’s an analog device the measurement intervals are as short as the Arduino can read the current voltage on any […]