Posts by Ibrar Ayyub:
arduino based distance sensor using arduino
Posted on: 25 Nov 2015
Here is a simple tutorial to build a Distance sensor which will show the distance from the distance sensor HC-SR04 ( Or any other compatible devices) to the wall or obstacles in front of the sensor in CentiMeters. This project uses a HCR-SR04 distance sensor and atmega 328 or any other atmega chip which is programmed […]
Make A 3D LED Cube Using Arduino
Posted on: 24 Nov 2015
The 3D LED Cube is a really cool device that enables you to see in three dimensions, get some depth perception and has 512 LED’s or 512 pixels. It is based on an Arduino Uno which is an Atmel AVR microcontroller on a development board with some standard interfacing pinouts that allow you to quickly […]
TiDiGino Contest using arduino
Posted on: 24 Nov 2015
The project TiDiGino We developed a new GSM remote control called TiDiGino. The name recalls the initials (TDGxx) of our previous GSM remote control and is also based on the Arduino project. All the details of this circuit can be found below, but no the sketch, because this is your assignment. The contestYou have to write the firmware for this project. The device must perform all the functions […]
Control Ikea Dioder LED Strip with Arduino + 16X PWM LED Fader Board using arduino
Posted on: 23 Nov 2015
We’re going to show how to wire up and control an Ikea DIODER LED strip with an arduino, using a 16X PWM LED Fader board as an intermediary. The 16X PWM board is basically a bunch of mosfets under PWM control (switches that turn on and off really fast) that can be used to mix […]
Secret Knock Final using arduino
Posted on: 23 Nov 2015
Secret Knock Description – My final project is a door lock that listens for your personalized knock. The lock uses an arduino board and a piezo speaker and will not unlock the door unless the specific pattern is used as a knock. Arduino Program – /* Detects patterns of knocks and triggers a motor to […]
Nokia 5110 graphics tutorial
Posted on: 23 Nov 2015
Step 1: Connections First let’s connect the Nokia 5110 display. Remember that the LCD runs on 3.3V and although some people have connected it to 5V, it has worked but gave some weird effects, so I suggest connecting to the 3.3V output of the arduino. Next, the LIGHT pin on the LCD. It is the […]
Thermocouple Sensor 1.0 using arduino
Posted on: 22 Nov 2015
Overview Jump to the Table of Contents This is a simple board for measuring temperature. It uses an AD595 chip to make thermocouple measurements easy. The AD595 amplifies the thermocouple signal and conditions it for easy use. Thermocouples are great due to their linearity over a large range, and their high temperature capability (up to […]
Display Live Txts on Costume at Party w/ Scrolling LED Belt Buckle using arduino
Posted on: 21 Nov 2015
This project shows how to send SMS text messages to a cheap scrolling LED display via an Android app and arduino with USB host shield. The project was originally inspired by a friend wanting to make a “sexting themed” costume, with a scrolling LED display of live texts sent from people at the party. We […]
Arduino: measuring the Earth’s magnetic field with the magnetometer HMC5883L using arduino
Posted on: 21 Nov 2015
The HMC5883L magnetometer This component (a small chip) HMC5883L, produced by Honeywell, bases its operation on AMR (Anisotropic Magnetoresistive) technology and allows you to be able to measure both the direction and the magnitude of the earth’s magnetic field. This magnetometer HMC5883L has within 3 magneto-resistive sensors arranged on three perpendicular axes (the Cartesian axes x, […]
Universal soldering controller
Posted on: 21 Nov 2015
The intention was to build the most universal soldering controller I can think of. It can drive any low voltage (upto 24V) iron with thermocouple or resistive sensor, in series with the heater, or separate. Here is a short list of features: – power: 9-28V, AC or DC – 2 separate heater control channels – […]