How To – DIY – Project Ideas

Arduino soundie

soundie: a musical touch-sensitive light-up hoodie using Arduino

This tutorial will show you how to create a garment that changes its behavior depending on how conductive you are. It detects conductivity through iron-on conductive fabric that we will use, and it will light up and sing different notes depending on how you touch the conductive fabric. We’ll be using sewable electronics (the LilyPad

soundie: a musical touch-sensitive light-up hoodie using Arduino Continue Reading

Arduino TFT LCD shield displaying colorful graphics

ILI9341 TFT LCD Demo using Arduino 328 with Proteus Simulation

Introduction This project demonstrates an Arduino 328 driving an ILI9341 TFT LCD in Proteus. It is a clean microcontroller project for learning how a TFT display works with an AVR-based controller. The simulation shows text, lines, circles, filled shapes, colors, and vertical scrolling on a 240×320 TFT screen. It is useful for students, hobbyists, and

ILI9341 TFT LCD Demo using Arduino 328 with Proteus Simulation Continue Reading

Arduino Uno reads MCP3208 ADC voltages on breadboard

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 MCP3208 12-bit ADC through SPI and reads multiple analog channels from the simulation inputs. The measured data is converted into voltage values and printed to

Arduino MCP32008 12bit ADC using Arduino Uno with Proteus Simulation Continue Reading

Arduino Zuno line follower robot on track

Zuno Line Follower using Arduino Uno with Proteus Simulation

Introduction The Zuno Line Follower is an Arduino-based robot project designed to follow a line using a Zumo-style robot model. This microcontroller project uses an Arduino Uno with a Zumo line sensor and motor drive system inside a Proteus simulation. The robot reads the position of the line, calculates how far it has drifted from

Zuno Line Follower using Arduino Uno with Proteus Simulation Continue Reading

STM32 BluePill button circuit with glowing LED

Arduino-STM32 Bluepill Button using BluePill with Proteus Simulation

Introduction This Arduino-STM32 Bluepill Button project is a simple and practical microcontroller project built around the STM32 BluePill board. It demonstrates how a push button can control LED outputs in an embedded system. The project is designed in Visual Designer for Arduino STM32 and tested as a Proteus simulation. It is useful for beginners who

Arduino-STM32 Bluepill Button using BluePill with Proteus Simulation Continue Reading

Arduino ADS1110 ADC project displaying serial readings

Arduino ADS1110 16-bit ADC using Arduino Uno with Proteus Simulation

Introduction This project demonstrates the simple use of an ADS1110 16-bit ADC with an Arduino Uno in a Proteus simulation. It reads an adjustable voltage input and displays both the raw ADC value and the millivolt output on a UART terminal. This is a useful microcontroller project for learning how external ADC modules work in

Arduino ADS1110 16-bit ADC using Arduino Uno with Proteus Simulation Continue Reading

Arduino Yun temperature logger with mobile monitoring display.

Temperature Logging Appliance using Arduino Yun with Proteus Simulation

Introduction The Temperature Logging Appliance is a practical microcontroller project built around the Arduino Yun and tested in Proteus simulation. It is designed to read temperature values from a sensor, update the current reading, and store historical data for chart-based viewing. This makes it a useful example for anyone learning embedded systems, DIY electronics, and

Temperature Logging Appliance using Arduino Yun with Proteus Simulation Continue Reading

Arduino Mega IoT weather station with sensors

Basic Weather Station using Arduino Mega with Proteus Simulation

Introduction Building a microcontroller project like a weather station is one of the best ways to understand real-world embedded systems and IoT-based monitoring. This project demonstrates a Basic Weather Station using the Arduino Mega, simulated entirely in Proteus simulation software. The system collects environmental data such as temperature, humidity, pressure, wind speed, wind direction, and

Basic Weather Station using Arduino Mega with Proteus Simulation Continue Reading

Scroll to Top