Posts by Ibrar Ayyub:
Temperature / Altitude / Pressure Display using BMP180
Posted on: 18 Oct 2015
I was in Bhutan last December, and as we travelled to different locations, I kept wondering what the temperature and altitude was, and wished I had some gizmo that would show me these values. Back home, I did a bit of research on altitude sensors, and one that came up was the cheap BMP180 sensor. […]
The IKEA Robot Lamp using arduino
Posted on: 18 Oct 2015
Welcome to the SM-1 project from ArduinoArts.com! (A.K.A as the Annoying IKEA Lamp) We are proud to introduce you to the SM-1 project (aka the Annoying IKEA lamp), as part of the Toy hacking contest from the SeeedStudio.com friends. The project consists in modifying an IKEA 5€ lamp and adding it some sensors, lights, sound […]
Single Digit Decimal counter using Arduino
Posted on: 18 Oct 2015
“Hello world”,I am not going to start this blog with typical “Hello world” program,since lot of resources already covered Arduino way of telling “hello world”,that is Blinking a LED. This project is absolutely for beginners who prefers to run than taking a walk,I am going to control 7 segment display to automatically count numbers from […]
Python Meets the Arduino
Posted on: 18 Oct 2015
Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. Python is our favorate programming language that allows you to integrate systems more effectively. Learn how to use Python to
Alarm Clock with Tetris to Prove You’re Awake using Arduino
Posted on: 17 Oct 2015
This is an Arduino powered alarm clock that after hitting snooze twice the alarm will not cancel until the user has cleared 4 lines in the game Tetris. You physically turn the clock sideways, so the screen is vertical, to play Tetris. It’s never fun to wake up in the morning but playing a little […]
Using a transistor to control high current loads with an Arduino
Posted on: 17 Oct 2015
In this tutorial, you’ll learn how to control a high-current DC load such as a DC motor or an incandescent light from a microcontroller. (:toc Table of Contents:) Connect a transistor to the microcontroller The transistor allows you to control a circuit that’s carrying higher current and voltage from the microcontroller. It acts as an […]
Simple RFID based Door Lock using Arduino
Posted on: 17 Oct 2015
Its quiet fun to work with RFID based projects! In the previous article, we saw how to interface RFID with Arduino. Interfacing is the first step to create any useful project. So why don’t we create an RFID based Access Control System or an RFID based Door Lock using Arduino? The system I have designed […]
Wireless Glove-Controlled Electric Mountainboard: An Analysis
Posted on: 17 Oct 2015
Hey guys! So I finally decided to make a page that has everything you could possibly know about my project. Even though I had previously answered everyone’s questions, they were usually through a message. Because of that, I was usually asked the same questions and I figure making this instructable will mitigate that. So without […]
IR Harp using arduino
Posted on: 17 Oct 2015
Contents 1 Team Members 2 Mentor 3 Introduction 4 Components Used 5 Idea 6 Arduino Uno Board (ATMega328P) 7 Approach to Project 8 Sound Synthesis 8.1 Delay() 8.2 Interrupts 8.3 The nature of the periodic waveform 8.4 The nature of the amplitude envelope 9 Working Code 10 Expenses Incurred 11 Links 12 Videos Team Members […]
Arduino Mobile Processing
Posted on: 17 Oct 2015
How the mobile sketch works: The brain of the system is really on the arduino or the web page the phone requests. . . The phone just passes any data it sees back and forth. . . For the phone app to run, it needs the URL of a server and the path to a […]