Bar 30 Pressure Sensor RPI Python

I am building a DIY ROV with a raspberry pi as a main computer. I am wondering if there is a way to read the sensor inputs from the Bar30 sensor using python. Also if there is a way to do this, would it work with the Celsius PCB temperature sensor?

Hello,

The Bar30 documentation already contain a python example for the raspberry.
For the Celsius PCB, it’ll be necessary to create a small library to communicate using the raspberry and python, you can check or Arduino Library as model.