Arduino 3D Printed Case

Playing with Arduino projects is a lot of fun, but sometimes you can easily damage your Arduino board while working on a project, especially when you have a messy desk and believe me, it is probable that you will at some point if not now, have a messy desk with all those wires. A piece …

Read more

The Best Arduino Robot Kit You Can Find On The Market Right Now

Are you dreaming about building your own robot army? These Arduino robot kits are expandable, affordable and durable, and they are a great way to learn about robotics from scratch. What’s Arduino? Arduino is an open-source platform for everyone interested in electronics. It has a piece of software that you run on your computer to …

Read more

Rain Sensor Arduino Project With Buzzer

I usually put my laundry outside on the balcony and I built this Arduino rainfall detector to let me know when rain starts. A nice project for beginners, Let’s see how you can built a simple rain detector using the rain sensor and a buzzer. The detector will start a beep to let you know …

Read more

Arduino vs Raspberry Pi – Which One Is The Best Of The Two?

Before delving into the meat of this interesting contest, it is important to state that both devices were built for different applications. That been said, I will endeavor to define both devices using their technical definitions as well as a non-technical approach to get first time users of microcomputers to appreciate their abilities. The Arduino …

Read more

Arduino Projects: Arduino Decibel Meter

I am sure you know those volume meters we mostly find in professional recording studios. That’s what this project is about, a simple volume meter (or decibel meter) made with Arduino, a microphone and few LEDs. The Arduino program for this project is very optimized and shortened so you can see what a properly written program looks …

Read more

Arduino Count up Timer Using the Nokia 5110 LCD

LCDs are the easiest way to display data out of your electronics project and they are widely used in electronics. The most popular ones are alphanumeric ones, just like the one we used in this project. What if you need to display more complex data or graphics? One of the cheapest solutions to this is to …

Read more

Arduino Projects: Color Sensor

We’ve learned how to use the LCD module, the microphone module, LEDs and the potentiometer. Those are devices you will make use of most of the time. Today, we are going to be working with the Arduino color sensor module. It is a quite unpopular piece but often very useful and easy to use. The color …

Read more

Soil Moisture Sensor With Arduino

If you happen to have flowers you need to water often in your home, this can be the beginning of a cool adventure. You can use the soil moisture combined with the Arduino board to help you remember to water your plants when needed. We can add a buzzer and a LED to singal that …

Read more

Arduino Stopwatch Project

Here is a project that will help you build your own Arduino stopwatch using the Arduino Board and a few other components. After working on this basic Arduino countdown timer, a user suggested adding few more functionality to it, which is why we are coming back with this other timer with a short list of …

Read more

Arduino Current Sensor Project

With this project, we are going to be working with a less popular sensor that we have been so far: the current sensor. A current sensor can be super useful to monitor the amount of current that flows into a motor, for example, this can help avoid overloading your motor when it is in use …

Read more

6 Reasons to Build Your Next Arduino Project With XOD

Arduino has emerged as one of the most popular tools for students and makers to express creativity and build projects. Many people start off working on the standard Arduino IDE for their programming. However, people who aren’t familiar with C or don’t like using text-based programming can sometimes spend many weeks becoming comfortable enough to …

Read more

Arduino Projects: Clap ON Clap OFF Light

This is a project come true for me after about a dozen years. Let me tell you the story. A long time ago, as a toddler, I watched a movie where a man used a clap to switch off a lamp and it made more than excited. I so wanted to be able to do …

Read more

Here is How To Build A Line Follower Arduino Robot

We’ve built an obstacle avoiding robot and a Bluetooth controlled robot in the past. What we didn’t do yet is one of the most popular robots every beginner do when starting with robotics. A line follower! A line follower is a satisfying robot especially when it follows the line the way you want it to. …

Read more

Arduino Projects: Arduino LCD Display

We have used LCD displays in the previous posts with the I2C, but it is possible to use it without an I2C. Let’s see how this is done. We will take the advantage to visit some of the useful function you can make use of when working with LCDs. Using the Arduino serial LCD module …

Read more

Arduino Temperature Logger Project

One of the most popular projects made with Arduino is a data logger. You can find a lot of these on the internet, but most of them are huge, sophisticated projects with a whole bunch of sensors and unnecessary additions. I like it when things and simple and clean making it easy for you to learn and …

Read more

X