BlueRobotics_MS5837_Library icon indicating copy to clipboard operation
BlueRobotics_MS5837_Library copied to clipboard

Arduino library for the MS5837 pressure sensor.

Results 11 BlueRobotics_MS5837_Library issues
Sort by recently updated
recently updated
newest added

I switched from using the current Arduino library version 1.1.1 of MS58357.h/.cpp to head of master (I forked the project) and found that depth was being reported as zero despite...

We currently offset by mean sea level pressure when estimating depth or altitude, but most applications get more useful data by using an explicit measured pressure value to offset by....

enhancement

Hi, this took a day of my life trying to debug. Basically I was trying to get the full resolution of the Bar 02, but it wasn't working. Turns out...

When I include the library in Arduino IDE, and compile for the Arduino Nano 33 BLE/BLE Sense boards, I get some errors due to `D1` and `D2` being #define-d in...

Currently if the device is not connected or if any of the I2C operations fail, the library will receive all zeros, continue with the calculations, and then return incorrect values....

The read() function now no longer locks up the Arduino for 40ms. It can be run every main loop, but only communicates with the sensor within the timing spec in...

Hi, I have tried 12C to my bar02. Connected to an Arduino via a logic level converter as recommended by Blue Robotics. I still could not get a reading and...

My fix for #20. I renamed a couple of variables `D1` and `D2` as they were causing a conflict with certain Arduino headers for the Nano 33 BLE. I also...

This will allow us to reduce the blocking measurement [delay](https://github.com/bluerobotics/BlueRobotics_MS5837_Library/blob/master/MS5837.cpp#L66) time.

Hello All, This isn't quite an issue but am seeking a little help. I am trying to use the Softwire library for bit-banging and trying to read the pressure data...