-
Notifications
You must be signed in to change notification settings - Fork 192
Description
Hello,
I have a GoPro Hero 9 with non-functioning rear screen. I would like to know if it is possible to set the camera to be on remote pairing mode through the BLE API.
As far as I know, the GoPro original remote creates a Wi-Fi access point (only discoverable in the remote's pairing mode). Through the OpenGopro turorial 6, I managed to make the camera connect as a station to the Wi-Fi remote access point. However, after a few seconds, the camera disconnects from the remote.
The tutorial 6 example code reports some problem with provisioning:
INFO 17:26:01.178 Connecting to HERO-RC-[REDACTED-REMOTE-ID] connect_as_sta.py:160
DEBUG 17:26:01.184 Writing: 02:04:0a:0e:48:45:52:4f:2d:52:43:2d:34:42:35:34:32:46 connect_as_sta.py:180
DEBUG 17:26:01.301 Received response at GoProUuid.NETWORK_MANAGEMENT_RSP_UUID: 08:02:84:08:01:10:02:18:14 decipher_response.py:161
DEBUG 17:26:01.309 self.bytes_remaining=0 ble_command_get_hardware_info.py:100
DEBUG 17:26:54.196 Received response at GoProUuid.NETWORK_MANAGEMENT_RSP_UUID: 04:02:0c:08:00 decipher_response.py:161
DEBUG 17:26:54.210 self.bytes_remaining=0 ble_command_get_hardware_info.py:100
INFO 17:26:54.223 Received network provisioning status: provisioning_state: PROVISIONING_UNKNOWN connect_as_sta.py:191
ERROR 17:26:54.236 RuntimeError('Unexpected provisioning state: 0') connect_as_sta.py:229`
I would like to know if this issue can be solved, thanks in advance.
Adrián.