Arduino Categories Based Projects

Explore a variety of exciting Arduino projects to ignite your creativity and enhance your electronics skills. If you need any specific Arduino Projects, I can provide you Simple Arduino Project List

Arduino Battery Projects

  1. Portable Luxmeter
    This project is about making portable luxmeter. It can be used in schools, where children can measure different kinds of light sources.Functions: 1. measure intensity of light in lux. 2.…
  2. Magic Feeler
    https://youtu.be/_lEu2h-2iWs The project conducted as part of the Computational Design and Digital Fabrication seminar in the ITECH masters program. A Project by: ShuChuan Yao, Jeongwoo Jang, Zijie Tan Arduino Uno…
  3. BotTender
    https://youtu.be/p6wJBZe1YVg BotTender, a bartender assistant that pours the perfect shot! BotTender is an autonomous robot that is designed with the aim of automatising bars. It is placed on top of…
Show More

Arduino Car Projects

  1. Project Small Car
    This car was made as a creative activity for students from Erazmus project. The Small Car celebrated big succes. So I've decided to share this small, unassuming and yet very…
  2. A New Way to Arduino Control an RC Car
    I've done some work with Arduino controlled cars, but the ones I've worked on have always been slow and methodical. This is great when learning arduino, but I wanted something…
  3. Arduino RC Car Wheel
    This is an Instructable of my Arduino RC car Wheel in which I took a cheap RCcar and made it so the Arduino could act as a wheel, controlling the…
Show More

Arduino LCD Projects

  1. Bicycle Speedometer Display
    What Is It? As the name suggests, in this project you will learn how to create a display for your bike that consists of both a speedometer and an odometer.…
  2. Tilt Compensated Compass
    https://youtu.be/PY_17f5RByI This instructable explains how to make a tilt compensated compass using an Arduino UNO R3, an LCD display, and an IvenSense MPU-9250 multi-chip-module that contains an MPU-6050 accelerometer /…
  3. Vacuum Fluorescent Display Watch
    That whole project started a while back with an hackaday article from 2014 in which [Johngineer] build the 'ChronodeVFD', a wristwatch made from an old soviet vacuum fluorescent display. It kind of…
Show More

Arduino LED Projects

  1. DIY | Ambilight Using Arduino Nano
    In this Instructable I will be teaching you how you can create your own (b)ambilight for under $40!Keep in mind that the Ambilight will only work on a PC running…
  2. Using ESP-01 and Arduino UNO
    In our previous tutorial, we learned how to set up the ESP8266 ESP-01 and establish communication with other devices. In this tutorial we are going to show how to use the ESP-01 module to give…
  3. Arduino Motion Detection Simple Project
    https://youtu.be/zs6RBEWrAcI This is a very basic tutorial for Arduino beginners , we tried to keep it simple and to the point, how to use PIR motion detection sensors and how…
Show More

Arduino Motor Projects

  1. Super Stylish Automatic Cat Feeder
    https://youtu.be/uVHh2rHcWi4 Jojo is a super handsome cat.I love him in every aspect, except he keeps waking me up everyday 4am in the morning for his food, so it's time to…
  2. The Moral Compass
    The project conducted as part of the Computational Design and Digital Fabrication seminar in the ITECH masters program and was brought to you by Vanessa Costalonga, James Hayward and Christo…
  3. Model Railway Layout With Automated Passing Siding (V2.0)
    This project is an update of one of the previous model railroad automation projects, The Model Railway Layout with Automated Siding. This version adds the feature of coupling and decoupling of…
Show More

Clock – Timer Projects

  1. Arduino Watch Core
    https://youtu.be/lFRq-LM5flQ This instructables show how to use a square color display and Arduino dev board build a watch core. This will cover the topics of dev board selection, display selection,…
  2. TTGO T-Watch
    https://youtu.be/gSs7gNcs25Q This instructables show how to start playing with TTGO T-Watch. Step 1: What Is TTGO T-Watch? TTGO T-Watch is watch shape ESP32 based development kit. 16 MB flash and…
  3. VFD Alarm Clock
    IV-27M Alarm Clock Project date: March 2019 – May 2019 Overview After the successful completion of the XIV Nixie Clock which was Direct/Static Driven, I was keen to start work…
Show More

GPS Based Projects

  1. Old Man and the Arduino GPS
    So this Lazy Old Geek (L.O.G.) hasn’t been able to do an Instructable for a few years. At 70 years old, the brain doesn’t work as well as it used…
  2. Virtual Reality Flying Machine (Arduino)
    This project goes through converting a hammock into a VR flying machine. We will use a VR app that is running the WRLD SDK in Unity so you can input…
  3. Shoe-Mounted Running Distance Tracker
    Since runners often need to track not only their total mileage, but also the distance run on each pair of shoes (in order to know when to replace them), this…
Show More

Arduino Calculator Projects

  1. FRICTION CALCULATOR – WITH IR LASERS
    Friction can often seem like a 'boring' force. Something we are all familiar with from a young age, but friction does a lot more than just make objects slow down…
  2. Arduino Timing Belt Calculator (console)
    This command-line Python script is a utility to help calculate parameters for timing belt drive systems. A more general discussion of designing with timing belts can be found on the Timing…
  3. IR Calculator
    Hey, welcome to my first instructable where I will be helping you create a calculator. It's basically made up of a 16x2 LCD, with an Arduino UNO that you can…
Show More

How To – DIY – Projects

  1. Cardboard Spider (DIY Quadruped)
    Hello again and welcome to my new project. In this instructable I’ve tried to make a simple Quadruped made from materials accessible to everybody. I know to get a good…
  2. Premiere Pro Edit Dial Controller (Seek / Play / Pause) ($6 DIY)
    https://youtu.be/FACm5D3bskQ Update!!! New version is here!! I’m really into making Youtube videos for Instructables. Sometimes it is hard to rewind the moment I wanted to pause. So, I thought it would…
  3. DIY Wireless Pi Table Decor
    Going through the Instructables website, I came across this fascinating "Pi Day Speed Challenge" contest. I decided to take part in the contest, as a challenge to myself of how…
Show More

Home Automation Projects

  1. Home Automation Using Arduino With Wifi, Bluetooth and IR Remote Control
    This is a tutorial to show how to build a home automation system using arduino with Wifi [ESP8266-01], bluetooth (HC-05) and IR remote control. Home automation results in a smarter…
  2. IoT Desktop Console. Part : 11 IoT, Home Automation
    Preamble This article, the 11th in a series on home automation documents how to create and integrate an IoT Desktop Device into an existing home automation system including all the necessary software…
  3. Hacking a Sonoff to Work With Home-Assistant and MQTT
    OK So my third Instructable and here we're dealing with another Sonoff device, the original Sonoff WiFi smart switch. Theses devices are again based around the ESP8266 and are easily…
Show More

Interfacing(USB – RS232 – I2c -ISP) Projects

  1. Sending Data From Arduino to Python Via USB
    For several projects you might want to acquire some data from an Arduino board. There are several options and the one that I chose here uses the USB connection. I…
  2. Arduino MIDI Chiptune Synthesizer
    Relive the fun of early computer game music with an authentic 8-bit chiptune synthesizer, which you can control over MIDI from the comfort of any modern DAW software. This simple…
  3. RGB One Button USB Keyboard
    Ever felt the need to have a tiny, yet functional, RGB backlit keyboard, no bigger than the size of a single key? No? Who cares, make one anyway! This instructable…
Show More

CNC Machines Projects

  1. Arduino CNC Plotter (DRAWING MACHINE)
    Hey guys! I Hope you already enjoyed my previous instructable "How to make your own Arduino training platform" and you are ready for a new one, as usual I made…
  2. Arduino Based CNC Plotter Made From Scrap DVD/CD Drives
    Indeed, the world of web has quad trillion tons of information but when you want to build anything you need all the intricate little details. There are already a number…
  3. Eggbot
    https://youtu.be/hdoy4-F4xgI Rafael Fuentes, Carmen María Fuentes and Carmen Pérez decided to create this project that was submitted to 'Creative Electronics', a Beng Electronics Engineering module at University of Málaga, School of…
Show More

Development Board – Kits Projects

  1. Arduino Magnetic Board
    My first meeting with microcontrollers was a few decades ago (you might remember the first Parallax Basic Stamps) but with the Arduino platform it happened more recently, only 6 years…
  2. Arduino Duemilanove for Beginners
    In this post I will discuss about the Arduino Duemilanove which is one of the microcontroller development boards among other Arduino Boards. In the previous posts I have discussed the…
  3. Arduino As a Cheap Breadboard FPGA
    Designing hardware logic circuits can be fun. The old school way to do this was with NAND gates, on a bread board, wired up with jumper wires. This is still…
Show More

Internet – Ethernet – LAN Arduino Projects

  1. How to Connect the ESP8266 NodeMCU to the IoT Cloud
    This instructable shows you a simple Internet of Things demo using the ESP8266 NodeMCU and an online IoT service called AskSensors. We demonstrate you how to quickly get data from the…
  2. Internet Speed Gauge
    https://youtu.be/SG91jSD1xAk Overview This "Internet Speed Gauge" will give you near real time oversight of your network usage. This information is available on the web interface of most home routers. However,…
  3. IoT Node with STM32F4 Discovery, MKR1000 and Azure IoT Hub
    With MKR1000 and Azure IoT Hub, STM32F4 Discovery Board is used to send acceleration and other random telemetry data to Azure IoT Hub. Things used in this project Hardware components…
Show More

Game – Entertainment Projects

  1. Creating a Physical Game Controller
    When the Nintendo Wii was launched players were encouraged, nay required, to leave the sofa and jump, dance, and jiggle in order to score points in their game of choice.…
  2. DIY Low Cost Air Hockey Table
    https://youtu.be/nLU8pFqxcTU A professional air hockey setup is usually available only in arcades due to the sophisticated systems that are required to operate it. Our goal was to build a DIY…
  3. Playing Chess Against Arduino
    This project has been developed with the “Games” contest in my mind, I hope you’ll like it and give your vote 🙂 The idea of this project is quite simple.…
Show More

Medical – Health based Arduino Projects

  1. BabyTrackr
    I found a pressure sensor matrix that we could adapt to a pressure sensor patch on the stomach of the women in labor on this webpage (see below). It gives…
  2. Arduino-based Ultrasonic Radar System via IOT
    Abstract RADAR is a system that detects objects by using radio waves to measure the distance, height, position, or velocity of objects. Radar systems are available in a range of…
  3. Arduino-Based Medication Alert System with RTC Integration
    Greetings everyone, welcome back to Techatronic. In this latest article, we're presenting a highly beneficial project known as the Medicine Reminder. This particular creation aims to assist individuals who require…
Show More

Metering – Instrument Projects

  1. STONE HMI and Arduino + Physical Therapy Instrument
    Today is Friday, January 29, 2021, control of the COVID-19 in Beijing is also promoting the "New Year in place", family said the Spring Festival can not visit each other,…
  2. 3D Printed Spirometer
    Spirometers are the classical instrument to perform the parsing of air as it is blown out of your mouth. They consist of a tube that you blow into that records…
  3. Arduino MCP32008 12bit ADC using Arduino Uno with Proteus Simulation
    Introduction The Arduino MCP3208 12-bit ADC project is a simple but effective example of analog data acquisition using an external ADC. In this design, an Arduino Uno communicates with the…
Show More

Robotics – Automation Projects

  1. Arduino: How to Build an Obstacle Avoiding Robot
    This instructable is the written version of my "Arduino: How To Build An Obstacle Avoiding Robot" Youtube video that I've uploaded recently. I strongly recommend you to check it out.…
  2. Arduino Robot Catapult
    https://youtu.be/6cXrxevZAPs https://youtu.be/K3U2OlnTnME Hello there fellow makers, This instructable is my attempt to make a robot for the 'ROBOTICS CONTEST' competition in instructables. So here it is 🙂 I'll start this…
  3. How to Build a GPS Guided Robot
    Here is a Youtube video of me demonstrating the GPS Guided Robot. You can see that I am holding a cellphone and controlling the robot. I am at a tennis…
Show More

Arduino Programmer Projects

  1. Arduino 101
    To get started with Arduino, you'll need some basics. In this tutorial, we'll go beyond a little blinky light and teach you about: Variables Input and Output pins Sensors and…
  2. Easy Very Low Power BLE in Arduino Part 3 – Nano V2 Replacement – Rev 3
    Update: 7th April 2019 – Rev 3 of lp_BLE_TempHumidity, adds Date/Time plots, Using pfodApp V3.0.362+, and auto throttling when sending data, alongside Low Power BLE in Arduino Update: 24th March 2019…
  3. 3 Simple Ways of Programming an ESP8266 12X Module
    If you are not familiar with ESP8266 micro controller, I really feel you have been missing out! These things are incredible: they are cheap, powerful and best of all have…
Show More

Security – Safety Projects

  1. Arduino Password Unlock Door Security System
    Hello! In this Instructables guide I will show you how to make your own password unlock door system by using the Arduino uno board. I made my own circuit by…
  2. DIY | Easy Arduino Laser Tripwire Security System!
    https://youtu.be/X18CfOKtyTQ In this tutorial I will be teaching you how you can build your own Laser Tripwire Security System at home! You will need the following components and materials: LED…
  3. Home Presence Simulator and Security Control Device
    This project allow us to simulate presence and to detect movements in our home. We can configure a network of devices installed in differents rooms of our home all of…
Show More

Other Projects

  1. Distinguish Walking and Running Using Machine Learning
    Electronic market is full of devices called pedometer and fitness tracker. They counts the number of steps you have taken, distance you have covered, whether you are walking or running…
  2. The Interactive Donation Box
    Donation boxes can be much more interesting and attractive when you combine them with electronics and a little bit of programming. This instructable will show you how to. As the…
  3. Sparrow – My Assistant
    https://youtu.be/wYEzNOmNGLA https://youtu.be/RWchc7x-J1s Hello everyone. I am a graphic designer with a restless soul (my site www.inoace.com). I loved doing electronics years ago and than got busy with life and job. I…
Show More

Sensor – Transducer – Detector Projects

  1. How to Use Water Flow Sensor – Arduino Tutorial
    In this tutorial you will learn how to use one water flow sensor with an Arduino board. The water flow sensor consists of a plastic valve body, a water rotor…
  2. Sunlight Detection Alarm
    Most technology Instructables are fun to construct, and often easy to build. This is one that shares those features, but also solves a practical problem we had. To prevent fading…
  3. RS485 – ARDUINO AND INDUSTRIAL DISTANCE SENSOR
    I have in my hand a distance laser sensor with high precision and speed. It is used in industrial environments for object positioning or detection applications. According to technical documents,…
Show More

Phone Projects

  1. Arduino : How to Control Stepper Motor Via Bluetooth (with Smartphone)
    This instructable is the written version of my "Arduino : How To Control Stepper Motor via Bluetooth (with Smartphone)" In this project we will control a Stepper motor with a…
  2. Phone+Arduino Controlled Teddy Ruxpin
    In this instructable I will be demonstrating how to control Teddy Ruxpin with a phone and the help of an arduino. After this modification Teddy Ruxpin will work as Google…
  3. Convert Your Old Phone to a Remote Switch
    Ever wondered what to do with your old basic phones? The advent of a smartphone in last decade made all the basic phones obsolete. Even though they had good battery…
Show More

Sound – Audio Projects

  1. Arduino – Sound Sensor (with LED)
    This instructable is the written version of my "Arduino - Sound Sensor (with LED)" YouTube video that I've uploaded recently. I strongly recommend you to check it out. My YouTube…
  2. Sound Detection RGB Lamp Using Arduino
    Hello, In this project I am making a lamp with multiple colors using RGB leds. My idea is to try to let the lamp change color if it detects a…
  3. Body-ultrasound Sonography With Arduino
    My hobby and passion is to realize physics projects. One of my last work is about ultrasonic sonography. As always I tried to make it as simple as possible with…
Show More

Arduino PWM Projects

  1. Arduino 16 Channel PWM Shield – PWM Test using ATmega328P with Proteus Simulation
    Introduction This microcontroller project demonstrates how to test and generate PWM signals using the Adafruit 16-Channel PWM/Servo Shield with an Arduino-compatible ATmega328P in a Proteus simulation environment.The project focuses on…
  2. Sinewave Inverter Circuit Using Arduino
    The article demonstrates the construction of a basic sinewave inverter circuit utilizing PWM signal from an Arduino Uno, also exploring a sinewave 3 phase inverter with Arduino input. Mr. Raju…
  3. Fading using an Arduino
    Demonstrates the use of analog output (Pulse Width Modulation (PWM)) to fade an LED. PWM is a technique for getting an analog-like behavior from a digital output by switching it…
Show More

Temperature Measurement Projects

  1. IoT Temperature and Humidity Sensors
    About a year ago, I felt like some rooms in my house were colder than other ones. I wanted to check for sure, so I built a few temperature and…
  2. Measuring the Boiling Point of Liquefied Gases Using Arduino and PhyPhox
    A substance that is in a liquid state is constantly evaporating or passing into the gaseous state (depending on the intermolecular forces and temperature). The pressure exerted by the gaseous…
  3. Contact Digital Thermometer With Deep Sleep [Attiny85]
    This might seem totally useless, considering how advance current technology can be and you might even be like "Tsk! a Thermometer?" But there is a lot of experiment based on…
Show More

Radio Projects

  1. SteamPunk Radio
    This project is without doubt the most complex I have undertaken, with sixteen IV-11 VFD tubes, two Arduino Mega cards, ten LED Neon light circuits, a servo, an electromagnet, two…
  2. FM Radio
    https://youtu.be/oNqWfiP2yg0 Recently, I came across RDA5807 module which is an FM Radio Tuner in a very tiny package. It is very cheap and uses I2C protocol for communication which means that only…
  3. Art Deco FM Radio Project Using Arduino
    https://youtu.be/kP_S3LuZBGA Dear friends welcome to another Arduino project Instructable! I am very excited because today I am going to show you how I built this Art Deco style FM Radio project…
Show More

Arduino Video – Camera – Imaging Projects

  1. Desktop Gigapixel Microscope
    https://youtu.be/mKXoA6zDu98 In optical microscopes, there is a fundamental trade-off between field-of-view and resolution: the finer the detail, the smaller the region imaged by the microscope. One way to overcome this…
  2. ESP32 CAM WEB Server and Getting Started Guide
    This Instructables is all about setting up ESP32 CAM Webserver. The goal here is to connect ESP32 CAM with FTDI Module and program it with the CAM WEB SERVER sketch…
  3. COD (Camera on Deck) – Motion Time Lapse
    INTRODUCTION Hi. I've built this little device for my HNC project back in the old days (2015). Because I like photography, and my task was to make something using microcontrollers.…
Show More
Scroll to Top