Metering – Instrument Projects

Using Mozzi Library with 5 potentiometers using arduino

Using Mozzi Library with 5 potentiometers using arduino

Getting Started The goal of this project was to create filters and controls to that can manipulate sound that is being generated through an Arduino. Normally Arduino can only generate simple tones that are not useful if you are trying to achieve complex sounds and do sound manipulation. In order to do this project Mozzi […]

Using Mozzi Library with 5 potentiometers using arduino Read More »

home energy monitor

How to build a whole home energy monitor using Arduino

This page and linked pages detailed below document how to build whole house energy monitor that has a display for easy, quick access to current energy use information, usb datalogging for detailed long term data storage and Internet connectivity for online graphing. First a quick look at the installed setup: The Display The display unit

How to build a whole home energy monitor using Arduino Read More »

Arduino Seismic Activity Monitor

Arduino Seismic Activity Monitor – Ethernet Shield

Have you ever wanted to impress your friends by saying something crazy like, “I think there’s going to be an earthquake soon” moments before an earthquake hits? Or do you just want some warning, a few seconds that could save your life. This project will allow you to hook up a seismic sensor to a

Arduino Seismic Activity Monitor – Ethernet Shield Read More »

Read ASCII String using Arduino

Read ASCII String using Arduino

This sketch uses the Serial.parseInt() function to locate values separated by a non-alphanumeric character. Often people use a comma to indicate different pieces of information (this format is commonly referred to as comma-separated-values), but other characters like a space or a period will work too. The values are parsed into ints and used to determine the color

Read ASCII String using Arduino Read More »

Scroll to Top