Using Arduino

Simple Solar Power

Simple Solar Power using arduino

Simple Solar Power Light contains energy. When light hits a conductor (or semiconductor) some of the energy is translated into moving electrons, creating current. We can harness the current using solar cells (aka photovoltaic cells). When the sun shines on a solar cell, the current output is mostly constant, which is known as direct current, DC. DC is easy to use …

Simple Solar Power using arduino Read More »

Arduino Calculator

Arduino Calculator using 4×4 Keypad

Programming is always fun and Arduino is a wonderful platform if you are just getting started with Embedded programming. In this tutorial we will build our own calculator with Arduino. The values can be sent in through a keypad (4×4 keypad) and result can be viewed on a LCD screen (16×2 Dot-matrix). This calculator could perform simple operations like Addition, …

Arduino Calculator using 4×4 Keypad Read More »

Temperature Controlled AC Home Appliances

Temperature Controlled AC Home Appliances using Arduino and Thermistor

Suppose you are sitting in a room and feeling cold and you want your heater to be automatically turned on, and then off after some time when room temperature is increased, then this project help you to control your home appliances automatically according to the temperature. Here we are controlling Home AC Appliances with Arduino based …

Temperature Controlled AC Home Appliances using Arduino and Thermistor Read More »

Project Gesture Controlled Mouse Air

Project: Gesture Controlled Mouse (Air Mouse) Using Arduino & Accelerometer

AIR Mouse is also called gesture-controlled mouse and it works based on hand gesture. In this project an accelerometer is used for measuring the tilt of hand in X and Y direction and moves the cursor according the tilt. In the project two types of circuit are used, one is the transmitter circuit and other …

Project: Gesture Controlled Mouse (Air Mouse) Using Arduino & Accelerometer Read More »