Here GSM Module is used to Make the Call, answer the Call, send SMS, and read SMS, and also this Arduino phone has Mic and Speaker to talk over this Phone. This project will also serve as a proper interfacing of GSM Module with Arduino, with all the Code needed to operate any Phone’s basic functions.
Read more »Interfacing Arduino with SIM900 GSM Module
- Login to post comments
Christmas Lights Flash to Music
Dancing LED lights which dances to the tune of any music playing....
It is going to be the heart of any party and liven up your room and outdoors...
As simple as plugging the music from your favorite music player/ipod/stereo and the lights start blinking with the music...
Read more »Category: Electronic Circuits Tags:
- Login to post comments
Wiring up DHT11 Temp & Humidity sensor to the Arduino
The DHT11 is chosen because it is lab calibrated, accurate and stable and its signal output is digital. Most important of all, it is relatively inexpensive for the given performance. Below is the pinout of the sensor.
Read more »- Login to post comments
IR to RF Converter Circuit
But IR remote has some limitations like low range and it only works in Line of Sight etc. So these limitations can be overcome by converting the IR signal into RF signal. RF signal does not required line of sight and have much better and long range then IR remote.
Read more »Category: Electronic Circuits Tags:
- Login to post comments
A Lightning Detector for Arduino
In this tutorial, we will build a lightning detector using an Arduino Uno, a few resistors and some jumper wires. Most lightning detectors often cost too much for the normal hobbyist, however this does not mean one cannot enjoy lightning detection and the physics behind it.
Read more »- Login to post comments
Windows Remote Arduino Project
In this project, we will use Windows Remote Arduino to turn an LED on and off. It is a simple example, but will reveal the power that the library can give you to create many more advanced projects. Let’s get started!
Read more »- Login to post comments
8051 Graphic LCD Interfacing
In this project a Graphical LCD is interfaced with 8051 microcontroller. Here we have shown how to Display an Image on Graphical LCD (GLCD).
Read more »Category: Microcontrollers Tags:
- Login to post comments
IR Detector Circuit
IR sensor is very popular sensor, which is frequently used in many applications in electronics, like it is used in Remote control system, motion detector, Product counter, Line follower Robots, Alarms etc. We have already covered complete working of IR sensor here in this article: IR Sensor Module Circuit. IR Sensor basically consists a IR LED and a Photodiode.
Read more »Category: Electronic Circuits Tags:
- Login to post comments
Raspberry Pi LCD Tutorial
n this tutorial, we will Control a 16x2 LCD Display using Raspberry Pi. We will connect the LCD to GPIO (General Purpose Input Output) pins of PI to display characters on it. We will write a program in PYTHON to send the appropriate commands to the LCD through GPIO and display the needed characters on its screen.
Read more »Category: Raspberry Pi Tags:
- Login to post comments
Scientific Calculator with evive
We have built a Scientific calculator having lots of functions like
Basic algebraic operations (+, -, *, %)
Trigonometric functions (SINe, COSine, TANgent)
Inverse trigonometric functions (arcSin, arcCos, arcTan)
Logarithmic function
Square root.
- Login to post comments