Build a Simple Cocktail Drinkbot with Arduino
Big parties need a conversation piece, and what’s better than a drink-making robot? Not only is it a good conversation starter, it also frees up the party host who would normally be the bartender. It...
View ArticleArduino and Processing IDE Communication Tutorial
In this tutorial, we will make the communication between the Arduino and Processing. We will make the communication in both the ways, from the Arduino to Processing and from Processing to the Arduino....
View ArticleLazyMax 1000: Arduino Phototransistor and Haptics Project
The idea for this Arduino phototransistor project came to me based on an idea that was shared by one of my friends at the FabLab. He talked about how his lab only has stools for people to sit on. Being...
View ArticleArduino Servo Catapult: DIY Catapult using Arduino
Use an Arduino and a servo to shoot food to your cat! (Also works with other animals). Check out the video below to see how this Arduino Servo Catapult works. While maybe not the most practical...
View ArticleHow to Make a Water Level Indicator with Arduino 6 11
Knowing the amount of water in an overhead tank can be one tedious task. Usually, you’ll end up climbing up the stairs to the tank and checking the level manually or you’ll you hear the water...
View ArticleESP8266 Tutorial: Programming the Onboard GPIO Pins
The ESP8266 is a great tool for enabling your project to access the internet. You can plug it into an Arduino easily as shown and allow your project to communicate through the internet. Or even more...
View ArticleHow to Make an Audio Player with Speaker Using the Arduino Uno!
This Arduino project is a simple and fun project you can build in 10-15 minutes. The result of this make will be an Arduino audio player that plays “.wav” files. It consists of a speaker, a simple...
View ArticleInterfacing: How to Make an Arduino Uno UltraSonic Range Finder!
A range finder is a device used to find the distance from a point to the nearest obstacle. This device uses ultrasonic technology to measure the distance. You can consider it like an electronic,...
View ArticleHow to Build an Arduino Speaker That Plays Music in Minutes
The main thing which makes this project super simple is that this project requires only one extra component. If you are new to Arduino, this tutorial will help you get familiar with Arduino and learn...
View ArticleHow to Shrink Your Arduino Projects: Making a Permanent Circuit Board
When you make a project using Arduino, it usually contains a lot of jumper connections on the breadboard and the project will not be a permanent one. If you want to make any other project using that...
View ArticleHow to Make an Arduino Powered Lamp Dimmer
Ever wondered how to bring an Arduino board into your daily life? We often adjust the display brightness of our mobile phones to suit to our need. With this project, you can do that for your bedside...
View ArticleHow to Make Your Own Arduino Clone Board
Want to save money by making your own Arduino clone boards? Or want to make a custom board specifically for your needs, then this project is for you! Make Arduino board from cheap electronic components...
View ArticleLow cost continuous pricision liquid level measurement using arduino
The purpose of this turorial is to demonstrate an innovative approach for low cost continuous liquid level monitoring based on MPX5010DP differential pressure sensor. Most of the traditional measuring...
View ArticleWireless Serial using nRF24L01
This project is very useful in many application where wireless reliable serial communication is required. It give bidirectional communication, You need to have same code in both arduino, no need of...
View ArticleControlling relay switches with an infrared remote
The infrared (IR) communication technology, which existed long before WiFi and Bluetooth, is still a key component in implementing major components of a typical home automation system. For example, IR...
View ArticleArduino Crowtail and Easy Pulse Plugin
Arduino Crowtail is a modular and ready-to-use building block set from Elecrow for rapid prototyping with Arduino. It consists of a base Arduino Uno shield to which various sensor and I/O modules can...
View ArticleThe Santa Cam! An Arduino PIR Motion-Activated Camera System
The Santa Cam is sure to catch who is stealing your milk and cookies this holiday season! You can even use it for a photo booth this New Year’s Eve! BOM: Arduino Uno DSLR camera with remote shutter...
View ArticleControlling a Stepper Motor with an SIRC TV Remote and a PICAXE: Infrared...
This is part one of a two-part project. For part one, we will focus on IR remotes and signaling, as well as IR reception and decoding. Using IR (InfraRed) radiation to control electronic devices is...
View ArticleWireless notice board using Arduino and GSM
Everyone would have known the use of notice board around our daily life. Even it plays a vital role in public places like bus stops, railway station and hospitals. But with a great shift in technology...
View ArticleGarduino – Automatic plant watering system
During summers, most people are too lazy to water the potted plants every day and plants will eventually wither if people go out on vacation. Here is a simple Automatic plant watering system that can...
View Article