In this project, we have built an Arduino based heartbeat monitor which counts the number of heartbeats in a minute. Here we have used a heartbeat sensor module which senses the heartbeat upon putting a finger on the sensor.
Read more »Make a Web Connected Robot using Arduino
Why would you want a Web Connected Robot? To play with of course. Drive your robot from across the room or across the country, using nothing more than Skype and a web browser (nothing to install on the controlling computer). After that?
Read more »Category: Arduino Tags:
- Login to post comments
Temperature Controlled using Arduino
The same is also true for keeping items cool – it can be wasteful to run a whole fridge just to make yoghurt – but with a temperature controller, the principle is the same. Instead of activating a heating element, you’ll be activating the plug on a mini-fridge or other cooling element, like a Peltier (thermoelectric cooler) – and of course, the logic will be reversed.
Read more »Category: Arduino Tags:
- Login to post comments
Using Interrupts on Arduino
What's awesome about this is that it structures your system to react quickly and efficiently to important events that aren't easy to anticipate in software. Best of all, it frees up your processor for doing other stuff while it's waiting on an event to show up.
Read more »Category: Arduino Tags:
- Login to post comments
Arduino LED Chaser
In this project we are going to interface a ROTARY ENCODER with ARDUINO. ARDUINO UNO is an ATMEGA controller based development board designed for electronic engineers and hobbyists. In ARDUINO we have 20 I/O pins, so we can program 20 pins of UNO to be used as either input or output.
Read more »Category: Arduino Tags:
- Login to post comments
Arduino automatic water system to wet your plant
This project can be useful when we are at home and want to take care of our garden; In fact, from their iPhone / smartphone, you can drive a small pump that can dampen our flowers / plants. Let 'need:
Read more »Category: Arduino Tags:
- Login to post comments
SIMPLE ARDUINO ULTRASONIC SENSOR DOOR ALARM
Today I decided i wanted to build an alarm for my room, when I searched online all door alarms used the PIR sensor, unfortunately mine was faulty.
and that"s when I decided to build my own alarm using an ultrasonic sensor (HC-SR04),and I found out it was really simple.
Read more »Category: Arduino Tags:
- Login to post comments
Arduino Tutorial
This lesson will basically get you up and running using the Arduino software and uploading a sketch to the Arduino board. Once you've completed this step we can continue to the really exciting stuff, which is when we start writing our own sketches!
Read more »Category: Arduino Tags:
- Login to post comments
DC Motor Control using Arduino
Here we are going to interface a DC motor to Arduino UNO and its speed is controlled. This is done by PWM (Pulse Width Modulation). This feature is enabled in UNO to get variable voltage over constant voltage
Read more »Category: Arduino Tags:
- Login to post comments
Temperature Controlled Fan Project
In this arduino based project, we are going to control DC fan speed according to the room temperature and show these parameter changes on a 16x2 LCD display. It is accomplished by the data communications between Arduino, LCD, DHT11 sensor Module and DC fan that is controlled by using PWM. PWM is a technique by using which we can control voltage.
Read more »Category: Arduino Tags:
- Login to post comments
