Posts by Ibrar Ayyub:
Arduino UNO Tutorial 6 – Rotary Encoder
Posted on: 23 Sep 2016
We have written a tutorial for Rotary Encoders using a Microchip microcontroller but now would be a good time to make an Arduino UNO version. With a rotary encoder we have two square wave outputs (A and B) which are 90 degrees out of phase with each other. The number of pulses or steps generated […]
Arduino LEDs
Posted on: 22 Sep 2016
Description In this tutorial you will set up and turn on a single LED. Note that this code can actually be executed with just the Arduino and no other components as in Figure 5. If you notice, next to pin 13 is a tiny LED on the board. If you execute the code below, you […]
Arduino Project 11 (2D/3D pictures) – Measuring a water tank level v2 (HC-SR04 Ultrasonic Rangefinder/Arduino Uno/1.0)
Posted on: 22 Sep 2016
1. Introduction: I made a water level sensor a little while a go to measure the water level in my underground rainwater harvesting tank. Thanks to the Jubilee I found time to finally setup the first part of my Arduino/Xbee wireless sensor network and the first sensor node was also meant to read from this […]
Arduino Leonardo AVR Development Board
Posted on: 21 Sep 2016
Arduino Leonardo AVR Development Board is a microcontroller board based on the Atmel ATmega32u4. It offers 20 digital IOs (of which 7 can be used as PWM outputs and 12 as analog inputs), a 16MHz crystal oscillator, a micro USB connection, a power jack, an ICSP header, and a reset button. The Arduino Leonardo differs […]
Audible Frequency Chirp Sonar with the Stellaris Launchpad
Posted on: 21 Sep 2016
Over the last year I’ve been working towards an underwater sonar system for ROVs and surface boats. In order to learn the basic signal processing required to detect the echoes, I initially got a simple sonar working in air with a desktop conferencing USB speaker/mic running on Windows. A writeup, including source, is here. That article […]
Android Phone Controlled Robot using Arduino
Posted on: 20 Sep 2016
The Android phone that stays in your hand most of the time is useful in many other applications apart from Whatsapp, Facebook; appliances; monitor your health parameters. How it would be if it can control a Robot, which can assist in your daily work. With this project you can make a robot that can be […]
Sensor enables low-light imaging for smart-phone cameras
Posted on: 20 Sep 2016
Based on 1.1-µm pixel technology, the AR1335 CMOS image sensor from ON Semiconductor provides 18% better sensitivity than previous-generation devices, along with increased quantum efficiency and linear well capacity to enable near-digital still-camera quality and low-light imaging on smart-phone cameras. The sensor’s pixel and color filter processing increase sensitivity, allowing more light to be captured […]
Sending MIDI Messages
Posted on: 19 Sep 2016
Introduction If you completed any of the buzzer projects, you will know by now that there is much fun to be had in making the Arduino create noises. The only issue you might have had is with the quality of the sound. Since MIDI is a serial protocol and the Arduino can generate messages on […]
PIC Digital Thermometer and Clock
Posted on: 19 Sep 2016
Here you will find complete construction details including circuit diagrams, PCB layouts and PIC firmware (and the source code). The code was written in Proton PIC BASIC but the good news is that there is now a free version of this compiler available for download; AMICUS18. ** UPDATED 30th June 2016 ** There is an […]
Servo powered peristaltic pump controlled by Arduino
Posted on: 18 Sep 2016
This instructable shows you how to make a pump using a servo motor and an Arduino Uno to transfer small amounts of liquids. The pump is a peristaltic pump which consists mainly of a motor, flexible tubing and a circular pump casing. Two rollers attached to a turning rotor press the flexible tube to the […]