Skip to content

GregoryPye/MS5837_pressure_sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MS5837 pressure sensor library

Purpose

This is a library to allow use of the MS65837 pressure sensor wih the ESP-IDF for ESP32. It is based on the Arduino library at

https://github.com/senceryazici/BlueRobotics_MS5837_Library , but uses native ESP32 commands, including descheduling whilst coversions are in progress

Prerequisites

The MS5837 library depends on the following protocol libraries to communicate with the chip with ease: [ [I2Cbus] | [SPIbus] ].
You must download the one according to the protocol you'll use and place within your components directory as well.

I2Cbus:  git clone https://github.com/natanaeljr/esp32-I2Cbus.git I2Cbus
SPIbus:  git clone https://github.com/natanaeljr/esp32-SPIbus.git SPIbus

About

ESP-IDF library for MS5837 pressure sensor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published