open source data logger for the Raspberry PI
C Python Objective-C Shell PHP JavaScript Other
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
conf
development
opendatalogger
scripts
wsserver
www python test script added Dec 19, 2016
.bash_aliases
.gitignore
.nanorc
.profile
.toprc
.travis.yml
README.md travis image Oct 1, 2015
delete_to_reboot prepared for release Nov 23, 2015
helpcommands

README.md

Open Source Data Logger build-status

Open source data logger for a Raspberry Pi

Description

  • Analog-to-Digital converters are connected through the I2C interface to the GPIO header of the Raspberry Pi.
  • The real-time kernel Linux embedded software samples analogue voltages with up to 500Hz frequency (2 channels simultaneously, each in differential mode).
  • The data is stored in high compression NETCDF4 format (binary) which can be easily processed with any Computer algebra program (Matlab, Octave, Scilab and of course with python numpy).
  • Optionally the Raspberry runs a lightweight web server with diagnostic tools. The reports and log files are updated in real-time (websocket connection).

visit project's website