Hi. My team has been working on running code that connects GoPros to the Amiga via Bluetooth, and we have encountered a couple of issues.
When connecting a device for the first time since the brain has been rebooted, it asks in the bluetoothctl service for permission to pair in the terminal. We have trusted the devices and paired them to the brain before. Is there a way around this?
We have had issues connecting to multiple bluetooth devices asynchronously, as the service seems to completely reject it. The same code works fine on Windows and macOS. Is there something with the bluetooth of the Amiga specifically that only allows for one bluetooth connection/pairing process at once?
Thank you for your help. I’m also on this team and thought I might be able to add a bit more too.
We are using scripts adapted from tutorials provided by OpenGoPro here: Tutorials. With this, we’ve had to upgrade the provided BlueZ Bluetooth service from the default (5.53 I think) to BlueZ 5.84. This seems to help, but not fix the connection problem, and we still have the pairing issue.