KonradIT / goprowifihack

Unofficial GoPro WiFi API Documentation - HTTP GET requests for commands, status, livestreaming and media query.
Apache License 2.0
2.12k stars 335 forks source link

Gopro Hero7 fails to receive bluetooth commands #134

Open ltronsm opened 5 years ago

ltronsm commented 5 years ago

Problem: I can pair the camera and connect with bluetoothctl and gatttool. This wakes up the camera and enables wifi for a while. When trying to send BT commands I get error: Error: Characteristic Write Request Failed: Attribute requires authentication before read/write I've tried running gatttool with different --sec-level but no change:

sudo gatttool -t random -b MAC -l high -L char-write-req 2f 03170101 (To turn on wifi) Error: Characteristic Write Request Failed: Attribute requires authentication before read/write

Details:

kmpm commented 5 years ago

Excuse for hijacking your issue but how did you do the pairing. I have some trouble with that #131