Posts by Ibrar Ayyub:
Accelerometer powered LED dress
Posted on: 31 Oct 2016
Let’s be honest for a moment, doesn’t everyone want a dress that lights up at your very whim? No? Alright, well I do. It’s pretty straightforward, though the programming gets a wee bit tricky. So pick up your pencil, sketch out a design and then we’ll talk parts.Here Step 1: Material Step 2: Schematics Before jumping […]
Beacon
Posted on: 30 Oct 2016
In this tutorial you will learn how to turn any conductive surface into a capacitive touch sensor. This project illustrates how to use capacitive touch to turn on a motor (fan) and neopixel. In this example, all of the components were custom designed and built specifically for this application. Since this method can be used […]
My DIY Automatic Wake Up Light
Posted on: 30 Oct 2016
Every year I notice that I have little issue waking up at 7am during summer months, yet waking up at 8am during winter is always unpleasant. Some quick research led me to find that the body is gradually woken up by light, which is why products such as the Phillips Wake-Up Light exist. However, with […]
Digital thermometer using arduino
Posted on: 30 Oct 2016
Digital thermometer using arduino and LM35. This article is about a simple three digit digital thermometer using arduino. Range of this thermometer is from 0°C to 99.9°C. There is also a provision for displaying the temperature in °F scale. Three terminal analog temperature sensor LM35 is used as the sensor here. LM35 can measure temperatures […]
Making sound (noise) machines using Arduino
Posted on: 29 Oct 2016
As a part of being an artist in residence at Instructables, I took it upon myself to build of couple of noise machines / music boxes. My interest lies in designing objects that would enable people to explore the world of sound synthesis and for me to get a better understanding on how the different […]
Low Power ESP8266 – Sleeping at 78 micro Amps
Posted on: 29 Oct 2016
I recently bumped into NodeMCU firmware for the ESP8266. It’s an Lua interpreter, making tinkering with IoT ideas really simple. Just flash the firmware onto the ESP8266 and connect via serial console. You can start prototyping right away using the interactive Lua interpreter. You can easily persist your ideas on a simple flash file system. […]
Arduino powered voltmeter and temp gauge
Posted on: 29 Oct 2016
For a while I have been looking for a way of getting a reading of main and leisure battery voltage, and inside and outside temperature in the van. I spent ages on researching and found some bits here and there that might help, but nothing to do the whoe job, and nothing really satisfactory, until […]
Play Music using Arduino Esplora
Posted on: 29 Oct 2016
This example shows how to play notes on the buzzer mounted on the Arduino Esplora. Buzzers can generate different audio signals in audible frequency ranges. A note is an audio signal at a specific frequency. If you know the frequency of the notes you want to play, you can start to compose a melody. In […]
Servo Feedback Hack (free)
Posted on: 28 Oct 2016
This Instructable brought to you by the kind folks a Rachel’s Electronics Visit www.rachelselectronics.com for cool electronics kits and breadouts! This hobby servo hack will add shaft position feedback by tapping into the servo’s own internal potentiometer. The only parts that need are wire and a little bit of solder, making this hack practically free. […]
DIY Digital AC Watt Meter
Posted on: 28 Oct 2016
Have you ever been curious about the power consumption of an appliance? For example did you wonder how much it will cost you to leave your television in standby mode whole night? Or did you want to learn how much change your refrigerator settings will make on your electric bill? If your answer is yes, […]