ms5837-python
ms5837-python copied to clipboard
A python module to interface with MS5837-30BA and MS5837-02BA waterproof pressure and temperature sensors.
Details in https://github.com/bluerobotics/BlueRobotics_MS5837_Library/issues/29
Hi, I am trying to run example.py on a RPi4, but when I do, I get the following error: ``` Traceback (most recent call last): File "./example.py", line 13, in...
https://github.com/IanTBlack/br_sensors 1) Used TEOS-10 pressure to depth conversion to compute depth. 2) Changed variable/function names to more closely match MS5837-30BA manual. 3) Combined read and temperature/pressure/depth/altitude functions into one. 4)...
Hi, folks -- any plans to support Python 3?
I have been having problems with accurate readings from several BAR02’s. I am measuring the water depth in an outdoor water fountain tank (20cm deep). I finally plotted absolute pressure...
**Description** I noticed that the repository doesn’t have a .gitignore file yet. Adding one could help keep things tidy by ignoring unnecessary files like build artifacts or logs.