Hello,
Can you help me to get real time depth values from bar 30 sensor and upload it to on cloud?
Hi @Pragati,
Do you have an ROV? or standalone sensor?
Where exactly do you want to upload it?
We have blueRov2.We want to upload sensor data on thingspeak.
We have Bar30 High-Resolution 300m Depth/Pressure Sensor. I need only this data to upload on thingspeak.If I get others sensors reading also no problem for me.I want to read those values
With Companion 0.0.20, you can get the depth information from http://192.168.2.2:4777/mavlink/VFR_HUD/alt
And raw pressure from http://192.168.2.2:4777/mavlink/SCALED_PRESSURE2
For more information, check the MAVLink REST API documentation in ardusub website.
1 Like