Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 537 Bytes

File metadata and controls

14 lines (7 loc) · 537 Bytes

SDP sensor reader in Arduino

Read SDP sensor differential pressure in Arduino and save the measurements to an SD card. Log the progress to the M5 Lcd screen and a txt log file.

Board: M5Core2.

The project is ported from https://github.com/dizcza/esp32-sdpsensor.

Main file: M5Core2_SDPSensorLogger.ino.

You need to install the SDPSensors.h Arduino lib.

The implementation is robust to SD card failures: don't loose any sensor measurment.