kid’s

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

Washer Dryer Laundry Alarm using Arudino & SMS Text Messaging Alerts Continue Reading

Arduino for Photographers Building a Universal Intervalometer

Arduino for Photographers: Building a Universal Intervalometer

Practicing the art of time-lapse photography without an intervalometer is doable, but not particularly efficient. And while any decent photo equipment store will be happy to sell you one, you can go the DIY way and build your own intervalometer based on the excellent Arduino platform. Theoretically, building an Arduino-based intervalometer is as easy as connecting an infrared

Arduino for Photographers: Building a Universal Intervalometer Continue Reading

Arduino Programming For Beginners The Traffic Light Controller

Arduino Programming For Beginners: The Traffic Light Controller

Last week, we learnt about the basic structure of an Arduino program and took a closer look at the ‘blink’ example. Hopefully you took the opportunity to experiment with code, adjusting the timings. This time, we’ll be writing something from scratch. In fact, let’s make a traffic light. Apart from the basic Arduino, you’ll need:

Arduino Programming For Beginners: The Traffic Light Controller Continue Reading

Beyond the Arduino IDE AVR USART Serial

Beyond the Arduino IDE: AVR USART Serial

A microcontroller is a self-contained, but very limited computer — halfway between a computer and a component. The top reasons to integrate a microcontroller into your projects are connectivity and interactivity, and one easy way to get your microcontroller talking with the outside world is standard asynchronous serial I/O. Many devices can communicate this way,

Beyond the Arduino IDE: AVR USART Serial Continue Reading

Tilt Sensor Tutorial

Tilt Sensor Tutorial using arduino

What is a tilt sensor? Tilt sensors allow you to detect orientation or inclination. They are small, inexpensive, low-power and easy-to-use. If used properly, they will not wear out. Their simplicity makes them popular for toys, gadgets and appliances. Sometimes they are referred to as “mercury switches”, “tilt switches” or “rolling ball sensors” for obvious

Tilt Sensor Tutorial using arduino Continue Reading

RFID with Arduino

RFID with Arduino

If you ever wanted to integrate RFID functionality into your project, this small tutorial might help you accomplish that. I used the RDM630 module from seeedstudio in its UART version. It comes on a small board with presoldered connectors which fits perfectly on a breadboard. You only need to connect the antenna to the two pin socket.

RFID with Arduino Continue Reading

Scroll to Top