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

Grey Tracker (v1)

Grey is the neutral achromatic color midway between white and black – Am I right? If you want to make something of yourself to detect the grey, let me give you a cheap and cheerful idea. […]

USBtinyISP Primer

While Googling for nothing, I noticed a little device “USBtinyISP” helpful for programming Attiny85 microcontrollers using the same setup method as for handling Arduino sketches. There’s also no difference in the development environment as we […]

Simple Thermostat for Electric Geyser

Here is a simple yet highly reliable thermal control circuit which can be used with almost all electric geysers. The Arduino microcontroller based circuit switches an electromagnetic relay on or off according to the temperature […]

Digital Pulse Counter

Recently I came to understand the true demand for a multi-purpose digital pulse counter. So I designed an east-to-build digital pulse counter circuit based on some generally available cheap electronic components. The quick microcontroller based […]

DHT11 Sensor Primer

In this guide we will learn how to play with a cheap ‘n’ cheerful temperature and humidity sensor DHT11 – the minuscule 4-pin sensor accurate enough for most do it yourself projects need to read […]

Poor man’s USB Rubber Ducky

I believe most readers are familiar with Hak5’s USB Rubbery Ducky. Well, simply it is a $45 key stroke injection tool, masked as a generic usb flash drive, widely used to hack unlocked computers. Computers […]