Category: Arduino
Arduino based IOT sample home automation project
This is a sample Arduino based IOT application, IOT based home automation project. We used Arduino uno and Arduino ethernet shield. Ethernet shield connected with internet. Light fan status stored […]
How to use Arduino Uno Ethernet Shield
W5100 Ethernet Shield is an Arduino compatible ethernet shiled based on W5100 ethernet module. It has an in built slot for Micro SD card. This Shield allows an Arduino board […]
What is Arduino Uno?
Arduino Uno is a ATmega328P based microcontroller board. It has 14 digital input/output pins , 6 analog inputs, a 16 MHz quartz crystal, a USB connection, a power jack, an ICSP […]
Arduino Based Solar MPPT Charge Controller
What is MPPT Charge Controller? “MPPT or Maximum Power Point Tracking is algorithm that included in charge controllers used for extracting maximum available power from Solar module under certain conditions. The voltage at which Solar […]
Arduino SMS via Ethernet Pushing Bell
This project used Arduino ethernet shield to send SMS over internet. Sample code to send sms on a push button #include <SPI.h> #include <Ethernet.h> byte mac[] = { 0x00, […]
Arduino Bluetooth Control Home Appliance Using Handset
Connect Arduino as per below diagram User below Android application from google play store https://play.google.com/store/apps/details?id=com.giumig.apps.bluetoothserialmonitor&rdid=com.giumig.apps.bluetoothserialmonitor Connect as terminal and send data 0 for LED Off, 1 for LED On, 2 […]
Arduino based RF Home Automation System
This project is help you to automate the home appliance and take all load(light, fan) under RF control. We used a 2 channel relay Arduino shield as Load driver. Connect […]
Arduino Room Temperature Control
This project use LM35 as temperature sensor. Based on temperature level it will drive an exhausted fan to control the room temperature. We are using a single channel relay driver […]
Arduion Based Water Level Control System
This project will help you to maintain the water level in water tank. We used sonar to detect the water level. Connect Arduino as per below diagram Below is a […]
Arduino Distance Calculation Using Sonar
Connect Arduino Uno as per below diagram Sonar system works in 2 step Create a ultrasonic sound to travel Receive the reflected sound as echo and calculate the time for […]