Projects

Arduino Based Security System using GSM PIR Sensor

Arduino Based Security System using GSM & PIR Sensor

In present time Home/Office and many other place security is most important. In our absence these places are not secure. For make these palaces secure many peoples keep guards and many people prefer electronic security systems. In present time many types of security systems are available in market. These security systems are very accurate and […]

Interface single and Dual IR Infrared sensor with Arduino and LCD

Interface single and Dual IR Infrared sensor with Arduino and LCD

Interface single and Dual IR Infrared sensor with Arduino and LCD Introduction- Multiple Sensor Interface to Arduino In this another tutorial on sensors  for beginners, we are going to interface single and multiple Infrared IR sensors with Arduino Uno development board, working simultaneously and have the status displayed either on an ( 4X16 LCD ) LCD […]

Getting Started with Arduino – LED Blinking

Getting Started with Arduino – LED Blinking

Arduino Uno is the best development board for beginners in the field of embedded systems. We can program Arduino board with less technical knowledge and programming skills. This tutorial is intended to beginners in the field of Arduino. Hope you already have an Arduino board. Then you have to download Arduino Software and Driver. You can […]

26 Way MIDI DRUMS schemetic

26-Way MIDI DRUMS

his design is a 26-way MIDI/USB drum pad system with the velocity byte fixed for 10 input drum switches and a 16-way velocity sensitive circuit, providing a full (0-127) velocity range using piezo sensors. The drums are pre-selected to the MIDI outputs 35-50 for the piezos and 51-60 for the switches. The MIDI drum selections are available […]

LPD8806 SD

LPD8806 SD/LCD Digital Light Wand! (Last Update – 20 September 2014)

I have gathered the information from the HL1606 Digital Light Wand Blog and brought it all over to this new page so that there would be a page dedicated to the LPD8806 Digital Light Wand created by IS0-MICK. Mick took my original design and turned it into a very easy to use and versatile tool […]

16x2 LCD Pin Diagram

Interfacing LCD with Arduino Uno

16×2 character LCD display is a very basic LCD module which is commonly used in electronic projects. 16×2 means it can display 2 rows of 16 characters (columns). Its other variants such as 16×1, 16×4 etc are also available. These LCDs are usually made using HD44870 compatible controllers. In this tutorial we will see how […]

Analog to Digital Conversion in ARDUINO1

Analog to Digital Conversion in ARDUINO

Analog to digital conversion module of ARDUINO UNO has 6 input ports. The number of the port varies with your ARDUINO model but the coding remains the same. The analog reading in the analog inputs are converted into corresponding 10bit(0-1023). ARDUINO developers have made such an option that you can print anything and see it on the Serial monitor. […]

How to Convert an Arduino into an AVR Flash Programmer

How to Convert an Arduino into an AVR Flash Programmer

In case you don’t have an AVR programmer but you do have an arduino, the arduino can be converted into an AVR flash programmer, meaning it can program bare AVR microcontroller chips. Say if you have an AVR chip and you want to program the chip, so that the program that you’ve written and compiled […]

How to Build an Infrared Distance Sensor Circuit1

How to Build an Infrared Distance Sensor Circuit

An infrared (IR) distance sensor is a sensor that can measure distance from a solid or physical object. An infrared distance sensor does this through light waves. It sends out infrared light and waits to receive it back at the receiver end. If it receives back the infrared light, this means that the light waves […]

How to Build an HC SR04 Distance Sensor Circuit

How to Build an HC-SR04 Distance Sensor Circuit

An ultrasonic distance sensor is a sensor that can measure distance from a solid or physical object. An ultrasonic range finder does this through sound waves. It sends out high-frequency sound waves and then waits to listen back for these sound waves. If it has heard back these sound waves, then this means the sound […]

Scroll to Top