Skip to content

janscience/ESensors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

216 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arduino-lint

ESensors

A library for environmental sensors (air and water) for Teensy and Arduino with additional background information.

ESensors library

Features

  • Blocking and non-blocking reads from many sensors in parallel.
  • Sensor readings in adaptable units.
  • Output of sensor properties and readings on streams and into CSV files on SD card.
  • Hardware independent derived measures, like for example, dew point and absolute humidity.
  • Device properties and settings available as metadata.

Currently supported sensors

Documentation

Environmental parameters

  • Parameters: Infos on principles, methods, and available chips for measuring various environmental parameters.

Examples

In examples/ you find sketches demonstrating the use of the ESensors library.

  • sensors: read sensors and write readings to serial.
  • logger: periodically write sensor readings with time stamp into a CSV file.
  • snoozelogger: same as logger example, but with hibernate between sensor readings.

Utilities

In utils/ you find useful python scripts.

Circuit boards

Inside the pcbs/ folder you find circuit boards using various environmental sensors.

  • Sensors-V1: temperature and light sensor with status LEDs.

Power supply

TODO

  • Add more sensors.

Applications of the ESensors library

ESensors is used in:

  • EOD-Logger: A 2-electrode logger for recording electric-organ discharges of electric fish.

  • TeeGrid: Electrode arrays based on 8-16channel recording devices for recording electric fish behavior in natural habitats (see Henninger et al. 2018 and Henninger et al. 2020).

  • FishFinder: A replacement for the usual and horrible RadioShack/MP3 player combination for recording electric fish EODs in their natural habitats with lot's of additional features (display, online analysis, acoustic feedabck, environmental parameters).

Links

About

Hard- ans software of environmental sensors for Teensy

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors