Posts by Ibrar Ayyub:
Data Logger Project using an Arduino
Posted on: 26 Apr 2013
This is a data logger I made for my class. I couldn’t find any instructions that I could use to make the Arduino record the light brightness and the temperature. Then display the temperature and the light value on the LCD then Save it to the SD card Requirements Here are the requirements for the […]
Arduino & Visual Basic 6 Light Controller
Posted on: 25 Apr 2013
This instructable is something like a tutorial for new VB users. It shows how to create a parser base VB6 program to interact with Arduino circuit. Basically, interaction is in the form of serial communication via the USB port. This is my practice after learning VB6 for 2 weeks and hopefully this post can help […]
Arduino LCD Twitter display
Posted on: 24 Apr 2013
a.k.a. the gratuitously complicated bidirectionally communicating Arduino-based scrolling Twitter display and notifier. —- This project was mainly done as an excuse to learn how to use character LCD displays with my Arduino, and figure out how to make a bidirectional serial protocol. One major design goal was that the hardware would take user input and […]
Very Simple Arduino Electric Lock
Posted on: 24 Apr 2013
This is a instructable for a very simple Arduino controlled electric lock. The key idea here is to be very simple as this was more of a proof of concept prototype type of thing. The Arduino is used as a switch to control the lock itself, and is set to interface with a Computer. The […]
Simple Parking Sensor using Arduino
Posted on: 24 Apr 2013
My car has only parking sensor for the Reverse, so when I enter the Garage there is no way to know if I am close enough to the wall to allow the door to close or too close that I can hit the wall with the car. So, decided to build a parking sensor that […]
Arduino Weather Station Part3, Rain
Posted on: 23 Apr 2013
So one of my last projects was adding a weather vane to my Arduino weather station. https://www.instructables.com/id/Arduino-Wind-Chill-Machine/ https://www.instructables.com/id/Arduino-Weather-Station-Part2/ This Lazy Old Geek decided to add a rain gauge to it even though we don’t get much rain in the high desert. Most digital rain gauges are based on something called a tipping bucket. Here is […]
simpleTweet_01 python using Arduino
Posted on: 23 Apr 2013
Arduino Python Twitter (Windows) In this instructable we’ll modify my simpleTweet_00 and rewrite the Processing code with Python. You can expect an ignorant walkthrough by an illiterate noob, but maybe that’s just what you’re looking for. Before you begin: If you need help installing Python, navigating Windows from the Command Prompt, or installing packages, then […]
Arduino Home automation
Posted on: 23 Apr 2013
This is a relatively simple controller for controlling equipment in your home. At the moment I control my central heating, security and lighting. By sending commands from my home computer. My homeeasy central heating controller hack. http://www.instructables.com/id/BampQ_homeeasy_home_automation_central_heating_c/ I am also able to login remotely from the internet to control the equipment at home connected to […]
Arduino 4x4x4 LED Cube
Posted on: 22 Apr 2013
Overview: This instructable will cover the building process of an 4x4x4 LED Cube. I will be using an Arduino to control the LEDs. Since the Arduino (Freeduino) has a total of 20 pins (including the analog pins) we will not need to have any multiplexing or shift registers. I will take you though what i […]
Color Changing Night Light with ATtiny using Arduino
Posted on: 22 Apr 2013
I wanted to create something for my wife as a present and this is what I came up with. This is a dark activated color changing night light. It has a sensor that can tell when the room light is turned off. This then will light a RGB LED and slowly fade through different colors. […]