Hi all,
I’m working on a project involving acoustic data from a hydrophone and want to send data gathered from this sensor to my PC. The hydrophone is connected to a Daq-Hat on a Raspberry Pi 4B, which I mounted at the bottom of the BlueROV2 inside an additional enclosure.
My current plan for data transfer is to connect the Raspberry Pi (in the added enclosure) to the BlueROV2’s main electronics enclosure via a USB connection. I then use a BLUART USB to TTL Serial and RS485 Adapter to convert the USB connection to serial. From there, I plan to use the navigator flight controller’s serial port and BlueOS’s serial bridge to send data to my PC.
Is this the best approach for sending data from the additional sensor to my PC? Also, if so, any tips for setting up the serial bridge connection would be very helpful.
Thank you!