# Bar 30 Pressure Sensor RPI Python

**URL:** https://discuss.bluerobotics.com/t/bar-30-pressure-sensor-rpi-python/2884
**Category:** Sensors
**Created:** [June 30, 2018, 8:56pm UTC](https://discuss.bluerobotics.com/t/bar-30-pressure-sensor-rpi-python/2884 "2018-06-30T20:56:13Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![NIW](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.bluerobotics.com/niw/32/1904_2.png) [@NIW](https://discuss.bluerobotics.com/u/NIW)
#### Post date: [June 30, 2018, 8:56pm UTC](https://discuss.bluerobotics.com/t/bar-30-pressure-sensor-rpi-python/2884/1 "2018-06-30T20:56:13Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![patrickelectric](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.bluerobotics.com/patrickelectric/32/2162_2.png) [@patrickelectric](https://discuss.bluerobotics.com/u/patrickelectric)
#### Post date: [July 2, 2018, 12:47pm UTC](https://discuss.bluerobotics.com/t/bar-30-pressure-sensor-rpi-python/2884/2 "2018-07-02T12:47:23Z")

</div>

Hello,

The [Bar30 documentation](http://docs.bluerobotics.com/bar30/) already contain a python example for the raspberry.  
For the [Celsius PCB](http://docs.bluerobotics.com/celsius/), it’ll be necessary to create a small library to communicate using the raspberry and python, you can check or [Arduino Library](https://github.com/bluerobotics/BlueRobotics_TSYS01_Library/blob/master/TSYS01.cpp) as model.
