How To – DIY – Projects

How to Build a Soil Moisture Sensor Circuit with an Arduino1

How to Build a Soil Moisture Sensor Circuit with an Arduino

In this project, we are going to build a soil moisture sensor with an Arduino microcontroller. A soil moisture sensor, also called a hygrometer, measures the amount of moisture, or water, in the soil. Therefore, we can tell whether the soil has enough moisture or not. So it is a good diagnostic tool for caring

How to Build a Soil Moisture Sensor Circuit with an Arduino Continue Reading

How to Build a Simple Force Sensing Resistor FSR Circuit1

How to Build a Simple Force Sensing Resistor (FSR) Circuit

In this article, we will go over how to connect a force sensing resistor, or force sensitive resistor, (FSR) to a circuit to build many different types of useful circuits with them. Force sensing resistors are variable resistors which change resistance according to the pressure or force applied to them. Under no force, the resistance

How to Build a Simple Force Sensing Resistor (FSR) Circuit Continue Reading

Arduino IoT project with ESP8266 Proteus simulation

Yun Bridge Client Example using Arduino Uno with Proteus Simulation

Introduction This Yun Bridge Client Example is an Internet of Things based microcontroller project built around the Arduino Uno in Proteus simulation. The project demonstrates how an Arduino can use a bridge client to make a simple HTTP request to a web server. It is useful for learning how embedded boards communicate with online services

Yun Bridge Client Example using Arduino Uno with Proteus Simulation 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 with PWM shield driving colorful LEDs

Adafruit 16 Channel PWM Servo Shield using Arduino Uno with Proteus Simulation

Introduction This Arduino RGB LED project uses an Arduino Uno with an Adafruit 16 Channel PWM Servo Shield in Proteus simulation to control 5 RGB LEDs with smooth lighting effects. It is a practical microcontroller project for learning PWM control in embedded systems and DIY electronics. Instead of simple ON and OFF output, the system

Adafruit 16 Channel PWM Servo Shield 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

WiFi controlled robot car with smartphone

Wi-Fi Turtle Control using Arduino Yun with Proteus Simulation

Introduction The Wi-Fi Turtle Control project is a modern microcontroller project that demonstrates how to control a robotic turtle remotely using a mobile device over Wi-Fi. Built using the Arduino Yun, this system integrates IoT functionality with real-time motor control in a Proteus simulation environment. This project is a great example of embedded systems and

Wi-Fi Turtle Control using Arduino Yun with Proteus Simulation Continue Reading

Arduino 328 and SPI Pot using ATmega328P with Proteus Simulation

Introduction This microcontroller project demonstrates how an Arduino (ATmega328P) controls an SPI-based digital potentiometer using a Proteus simulation. Instead of turning a physical knob, resistance values are changed digitally through SPI commands. This is a practical embedded systems example that shows how digital control can replace analog components. It’s especially useful for learners exploring Proteus

Arduino 328 and SPI Pot using ATmega328P with Proteus Simulation Continue Reading

Arduino Data Logger Shield & Sensor Test using ATmega328P with Proteus Simulation

Introduction This microcontroller project demonstrates a simple yet practical Arduino data logger shield sensor test using an ATmega328P in Proteus simulation.The system reads light intensity from an LDR and temperature from a TMP36 sensor, then sends real-time data to a serial terminal.It’s a beginner-friendly embedded systems project that explains analog sensing, external voltage reference usage,

Arduino Data Logger Shield & Sensor Test using ATmega328P with Proteus Simulation Continue Reading

Scroll to Top