Posts by Ibrar Ayyub:
Using a quadrature encoder (rotary switch) with Arduino
Posted on: 12 Jul 2015
I’ve found several sites and posts explaining how to use a quadrature encoder with an Arduino, but wasn’t completely satisfied with any of the methods used. Perhaps part of the problem is with the encoder I’m using: it’s part #COM-09117 at Sparkfun.com. This encoder has twelve detents per rotation, and each detent covers one complete […]
Why to pay for the current, which you won´t use?
Posted on: 12 Jul 2015
Switch-mode regulator Traco TSR 0.5 will give you as much as you need. If you have an application, where 0.5A is sufficient, then the new series of DC/DC modules is ideal for you. Maybe, it´s worth to ask a question, whether it makes sense to use a switch-mode regulator for such a low current? For […]
Use xbees (series 2) to control a motor
Posted on: 12 Jul 2015
Using two xbees, an arduino, an xbee explorer, and an h-bridge, wirelessly control a DC motor to spin in both directions (last video). Note: I used the xbee I linked to, but for a one to one communication, rather than a network of wireless devices, xbee series 1 would do fine, but the AT commands […]
Simple IR proximity sensor with Arduino
Posted on: 11 Jul 2015
Hello guys! In this instructable I’ll teach you how to make a very simple proximity sensor using infrared LEDs and Arduino. After several times trying to optimize it, I finally came up with something that is quite simple e precise. Just like my first instructable, this project is perfect for beginners in the arduino’s world, with […]
Duris S5 – the best of the Osram Duris white LEDs family
Posted on: 11 Jul 2015
Some members of the family of mid-power LEDs Osram Duris were introduced to you a year ago in the article A light without an end with OSRAM Duris E3 and E5 LEDs. So far, these basic series were available: Duris E3 – white LEDs LED 3×1.4 mm with a max. current of 30 mA in […]
Simple Datalogger
Posted on: 11 Jul 2015
Here’s a simple Arduino-based datalogger I’m currently developing: This test-of-concept model is based on the Arduino Pro Mini (ATMega168). It runs on a 1.5-V battery, using a voltage up-converter from Sparkfun.com. For a sensor, it’s using a 3-axis accelerometer on a breakout board, also from Sparkfun. It has one button for control. When the device […]
BaW-Bot Part 3: Adding Sight and Touch to the Bot
Posted on: 11 Jul 2015
This is the third part of our BaW-Bot (Bells-and-Whistles Bot) build – 5 separate instructables that look into different Arduino-related technologies, combining to create a Bot with all the bells-and-whistles. Part 1: Build an Arduino on a Board Part 2: Build the motor-controller & body Part 3: Adding Sight and Touch Part 4: Blinging up […]
Making a mini LED Christmas tree
Posted on: 10 Jul 2015
My two and a half year old son loves toys with flashing lights. For this Christmas I thought of making a mini LED Christmas tree for him. This project uses 22 multi-color LEDs which are driven by a PIC12F683 microcontroller using the Charlieplexing technique. The details of the build procedure is described in the following […]
Building an Breathalyzer with MQ-3 and Arduino
Posted on: 10 Jul 2015
During the First Meeting of Electronic Arts in Florianópolis, we built a Breathalyzer using the Alcohol Gas Sensor MQ-3 and a Arduino Board to use in the last day of the meeting, in which we gave a party. You can see a quick video two posts below. Last days I received many emails asking for […]
Simple Arduino data-collection
Posted on: 10 Jul 2015
At this year’s “Arduinos in the Physics Lab” workshop at the AAPT meeting, one of the participants asked for a simple way of using the Arduino as a tethered A/D converter for data collection direct to a computer. This is my quick & dirty demonstration solution. Here’s the code for the Arduino. It waits for […]
