Skip to content

lupinthief/OWHL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OWHL - Open Wave Height Logger

The code in this repository runs a pressure sensor data logger that can be used to log wave heights over long periods of time. It is meant to be placed in 10m of water, where it then records pressure via a MS5803 pressure sensor and writes to a microSD card. See http://lukemiller.org/index.php/2014/08/open-wave-height-logger/ for more information.

Directories

  • OWHL - This contains the Arduino OWHL.ino file to run the Open Wave Height Logger. This directory should be placed in your Arduino folder where your other sketches are normally stored.

  • boards_txt_entry - This contains a text file whose contents should be copied and pasted into the standard Arduino boards.txt file, which is typically found in the hardware/arduino/ directory.

  • Eagle_files - This directory contains Eagle CAD designs for the OWHL printed circuit boards.

External libraries

To make the OWHL run properly, you need to install one of the MS5803 pressure sensor libraries I have written. They are contained in separate repositories for each model. Choose the appropriate repository that matches your sensor's pressure range, and install the library contents in the Arduino/libraries/ directory.

You also need the real time clock library and SdFat library.

Developed under Arduino v1.0.5-r2.

About

OWHL - Open Wave Height Logger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Eagle 98.2%
  • Other 1.8%