Arduino Projects

Arduino is one of the most exciting embedded development board evolved from the open source community to learn  and build arduino projects for hobbyists and electronic enthusiasts. It is the best resource for making DIY projects and Prototypes.

The Arduino makes use of different Microprocessors and on-chip microcontrollers to design devices that interact with the sensors and actuators.

The most popular variants of Arduino are Arduino UNO, Arduino YUN, Arduino LEONARDO, Arduino NANO, Arduino MEGA.

Arduino comes with prebuilt shields for ease of interfacing various add-on modules like GSM/GPRS shield, Ethernet shield, USB shield, and Wireless shield for IOT projects.

Articles Written 112

Arduino Analog Sensor Reader

Hello everyone, today we’ll learn how to rig up a simple system to read and display the value of an analog sensor using Arduino and a seven-segment LED display (SSD) panel. The presented setup will […]

Arduino OLED DVM

This article shows how to use an Arduino microcontroller (Uno/Nano) and an organic light emitting diode (OLED) display for making a basic digital voltmeter (DVM). The given design configuration makes it useful for measuring DC […]

How to Build a Digital Weight Scale

Nowadays, if you want to build your own digital weight scale, it’s surprisingly easy because you only need a handful of commonly available components in addition to your favorite Arduino microcontroller board. In this primer […]

How to Play with PT100 Sensors

Recently I came across a bundle of PT100 temperature sensors (after a long time), and wanted to build a temperature sensor device with the help of an Arduino. Even though I already had a few […]

How to Play with RTC Modules

The following article is a simple guide lets you get time and calendar functions with a real time clock chip and microcontroller. Hopefully this entryway can help you to walk through your own project ideas […]

Quick Servo Tester Nano(v3)

Here’s a nice little project of a quick servo tester with Arduino Nano (v3) microcontroller board. Another key part in this basic project is a cheap Arduino Nano(v3) expansion shield. The hardware setup is extremely […]

Arduino Tachometer

Here’s a simple Arduino Tachometer project for measuring and displaying speed of rotation. You can find similar projects everywhere on the web but this one has some unique features. First off, the idea is based […]