In this post, I will be reviewing a few basic IMU (Inertia Measurement Unit) sensors that are compatible Arduino. I will also give a short tutorial for interfacing an Arduino with the best IMU sensor available. IMU sensors like the MPU 6050 are used in self-balancing robots, UAVs, smartphones, and more. IMU sensors are one […]
Projects
DIY Music Keyboard: How to Make Sounds With Arduino
Making cool things with an Arduino is something, but making musical instruments out of an Arduino is something else! So behold, here comes the Musical-duino, an Arduino keyboard. To see what this does, check out the demo video at the bottom of this page. They say that “You can become anyone”, so why not become Beethoven […]
How 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 lamps or any other lighting at home. We are going to teach you how to make an Arduino […]
How to Make Your First Robot Using Arduino
One of the simplest projects you can make for your first time using an Arduino is an obstacle avoiding robot. If you are a beginner to Arduino and want to learn more about it, this Arduino robot tutorial will teach you the basics while you build a cool robot. This project will give you a […]
How 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 Arduino, you will have to remove all the connections made on it and to rebuild the same project, you need to start over again. […]
How to Make a POV Display Using LEDs and Arduino
Here is a simple project using an Arduino and some LEDs. What we are going to learn here today is how to make a POV display or Persistence-Of-Vision display. It is made out of just 6$ worth of components. This tutorial gives will teach you how to make a simple and a cheap Arduino POV […]
How to Make a 8bit Dot Matrix Display Using Arduino
A simple project to display cool 8bit art and animation on your backpack! This is a quick and easy project you could finish off in minutes and show off to your friends. What it does is, when you move your backpack, a dot matrix display turns on and shows any character you have programmed in it. […]
Interfacing: 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, hassle-free version of a measuring tape with a measuring range of 2cm to 400cm and an accuracy of 1cm. Typical applications […]
Bluetooth Basics: How to Control an LED Using a SmartPhone and Arduino
Ever thought of controlling any of your electronic devices with your smart phone? How about a robot or any other device? Wouldn’t it be cool to control them with your smartphone? Here is a simple tutorial for interfacing an Android Smartphone with Arduino via Bluetooth! Required Materials Hardware Bluetooth Module HC 05/06 Arduino & Battery (with […]
ESP8266 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 exciting, to control it from anywhere in the world! The ESP8266 is a very low-cost module that comes pre-programmed […]