I have a blueROV which we have removed the tether from. Currently, I have the raspberry pi running blueOS and an Orange Pi on board. They transfer small amount of data back and forth over serial connection, but I would love to be able to move all my computations over to the orange pi and leave the raspberry pi to handle only BlueOS webpage hosting. The problem is that I don’t know how to make this happen
I need to make the orange pi a mavlink endpoint so it can send/receive mavlink data, but I also want it to connectable on WiFi still.
I want the ability to view the blueOS page from raspberry pi on my topside PC and be able to ssh into my orange pi from topside pc. With the two onboard pc’s sharing mavlink data
Is this possible at all? Been looking for a solution and haven’t found one yet