benchittle / pressure-transducer

Affordable DIY pressure transducer project for monitoring wave characteristics.
GNU General Public License v3.0
0 stars 0 forks source link

DIY Pressure Transducer

This repository contains code and hardware specifications for several similar low cost pressure transducers (sensors) designed for monitoring nearshore waves. More specifically, each design logs absolute pressure (atmospheric pressure + water pressure) using an MS5803 series pressure sensor at a frequency of 1 Hz. Each design can be constructed from parts easily available at hardware stores and electronic component distributers (such as Digi-Key). DIY3 is the most recent build to be deployed, though it is still in development.

Due to the unnecessary work involved with hand soldering in DIY2 and multitude of sensor designs incorporating ATMEGA328p chips, the newest design, DIY3, utilizes an ESP32 chip on a FireBeetle development board. The hope is to minimze assembly time, price, and power consumption while maintaining the benefits of more modern hardware with wireless communication capabilities.

Repo Overview

The repository is split into three parts, code/, hardware/, and documentation/.