Sensor – Transducer – Detector Project Ideas

Arduino testing Sharp IR

Arduino – Using a Sharp IR Sensor for Distance Calculation

Well, looks like my sonar sensor (SRF05) is a just a tad inaccurate for precise measurement as I found from my radar screen I made (Arduino Radar Sscreen). So I’ve got hold of a Sharp GP2Y0A02 series infrared distance sensor. It’ll detect and measure anything within a 20-150cm range and it does this by triangulation […]

Arduino – Using a Sharp IR Sensor for Distance Calculation 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

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

Bosch BMP280 pressure and temperature sensor module for Arduino

BMP280 Pressure and Temperature Sensor using Arduino Uno with Proteus Simulation

Introduction This microcontroller project demonstrates how to interface a Bosch BMP280 pressure and temperature sensor with an Arduino Uno using a Proteus simulation environment. The project focuses on reading environmental data such as temperature, air pressure, and approximate altitude using Adafruit’s BMP280 library.It is a practical embedded systems example suitable for learning sensor interfacing, I2C

BMP280 Pressure and Temperature Sensor using Arduino Uno with Proteus Simulation Continue Reading

Arduino INA219 load voltage and current measurement Proteus

INA219 Current & Voltage Sensor using Arduino Uno with Proteus Simulation

Introduction This microcontroller project demonstrates how to measure load voltage and current using an Adafruit INA219 current sensor with an Arduino Uno in a Proteus simulation environment.It is a practical embedded systems example that shows real-time electrical measurements using I²C communication.Such projects are widely used in DIY electronics, power monitoring, and battery-powered systems.By combining Arduino,

INA219 Current & Voltage Sensor using Arduino Uno with Proteus Simulation Continue Reading

LASER Maze

LASER Maze – Halloween Haunted House using arduino

The LASER Maze was our Processing and Arduino powered garage haunted house for 2011. A monitor sits outside of the garage, displaying “PRESS START.” After the button is pressed, an intro video plays that instructs you to dodge the lasers and get your candy in the back of the garage. Whenever you break a laser

LASER Maze – Halloween Haunted House using arduino Continue Reading

Scroll to Top