Projects

Automatic Garden Watering Device Arduino

Automatic Garden Watering Device – Arduino

As part of the Content Creation course for my MLIS degree (Our class blog: http://scumakers.wordpress.com/ ), I needed to come up with a final project and wanted to learn to use an Arduino. In the end I came up with this device to automatically sense when the soil in my garden is dry and turn […]

Arduino Hygrometer

Build An Hygrometer Using Arduino

I am building an automated irrigation system for my vegetable patch. This will be a system that monitors the soil moisture level and then turns on a pump to send water to my garden according to the detected moisture level. The water is coming from our rainwater tank, there is also an overflow on the […]

Make a Web Connected Robot for about 500 using an Arduino and Netbook

Make a Web Connected Robot (for about $500) (using an Arduino and Netbook)

This Instructable will show you how to build your own Web Connected Robot (using an Arduino micro-controller and Asus eee pc). 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 […]

Arduino Motor Party

How To Throw An Arduino Motor Party

In this instructable I will show you how to throw an Arduino motor party. I will also be giving away an Arduino Mega, Arduino Uno, and an Arduino Pro Mini. (Details at the end) Step 1: Assembly + Code You’ll need a handful of motors to throw a party. I used 2 servo motors, 1 […]

Send SMS from Arduino over the Internet using ENC28J60 and Thingspeak

Send SMS from Arduino over the Internet using ENC28J60 and Thingspeak

This Instructable explains how to send an SMS from an Arduino using the Internet. There are many ways to approach this and I will explain one of the different methods used to accomplish this task. Some major points needed for my project: I have a standard Ethernet shield, and ENC28J60 Ethernet module, and I needed […]

Washer Dryer Laundry Alarm using Arudino SMS Text Messaging Alerts

Washer Dryer Laundry Alarm using Arudino & SMS Text Messaging Alerts

Have you ever wished there was a better way to be notified when your laundry was done? Have you ever forgotten a load in the washer because you couldn’t hear the buzzer and your clothes became smelly and moldy from sitting there for too long? Well, I have and decided to solve this problem by […]

Converting infrared to RF signals with Arduino

Converting infrared to RF signals with Arduino

In this project we will show you how to switch on and off the power sockets box with an IR remote. Not only the power sockets box, but other RF receivers can be switched on and off with the same IR remote as well. We used the RF remote switch library from Randy Simons http://randysimons.nl/ […]

How to Make a Wireless Path Tracking System Using Mouse XBee and Arduino

How to Make a Wireless Path Tracking System Using Mouse, XBee and Arduino

The applications of microcontroller are not limited to control simple electrical or electronic device but they are widely used in robotics and automotive industries nowadays. From simple rear view mirror control to complex engine control functions are done by the microcontroller. The microcontroller can even implement to automatically controlling the vehicle without a human driver […]

How to Transmit Mouse Data Using Xbee with Arduino

How to Transmit Mouse Data Using Xbee with Arduino

The PS2 mouse is an input device which can communicate with a host device using the PS2 protocol. It can be connected to a host device using the 6 pin mini DIN connector. The mouse will continuously give output which can be decoded to get the movement in the X-Y plane and also the status […]

How To Save a Text In The EEPROM of The Arduino

How To Save a Text In The EEPROM of The Arduino

A microcontroller might need to store its data like sensor value, or a particular count or image data for a long period of time. The most common type of memory used with the microcontroller based systems is EEPROM. The EEPROM stands for Electrically Erasable Programmable Read Only Memory which is a kind of Read Only […]

Scroll to Top