Metering – Instrument Project Ideas

Arduino datalogging accelerometer with µ SD storage

Arduino datalogging accelerometer with Micro-SD storage

Thanks to Will Greiman’s Fat16 library for the Arduino, I finally got a useful version of this datalogger working! Here’s the schematic: And here’s the code. The code is highly configurable: it can save raw A/D values or converted values, it allows software-defined gain, it can collect for a set time or until user input,

Arduino datalogging accelerometer with Micro-SD storage 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 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 with Bosch BME280 Pressure Transducer using Arduino Uno with Proteus Simulation

Introduction This microcontroller project demonstrates how to interface a Bosch BME280 environmental sensor with an Arduino Uno using Proteus simulation. The system measures temperature, humidity, pressure, and calculated altitude and displays the results via serial output.It is a practical embedded systems example ideal for learning sensor communication, I²C protocols, and real-world data acquisition.This project is

Arduino with Bosch BME280 Pressure Transducer using Arduino Uno with Proteus Simulation Continue Reading

WATER LEVEL MEASUREMENT USING ARDUINO UNO R3 AND WATER SENSORS water sensor

WATER LEVEL MEASUREMENT USING ARDUINO UNO R3 AND WATER SENSORS

Greetings, welcome back. Today, we will demonstrate the process of creating a water level detector utilizing an Arduino Uno and water sensors. There are numerous water level sensor tutorials available online, but this method stands out. To begin with, let’s talk about the components required for creating a water level indicator and controller. Component required

WATER LEVEL MEASUREMENT USING ARDUINO UNO R3 AND WATER SENSORS Continue Reading

Arduino quit smoking meter

Mint-Sized Success Meter (quit smoking!) with Arduino

There comes a time in life to put childish things behind and give up nasty habits. Some, like smoking, can be damn hard without constant encouragement. It was time for me to combine my favorite hobby with my driving goal and make this: The Quit Success Meter! For my other Arduino contraptions, take a look

Mint-Sized Success Meter (quit smoking!) with Arduino Continue Reading

Scroll to Top