gopro-ble-py icon indicating copy to clipboard operation
gopro-ble-py copied to clipboard

Python Bluetooth controller for GoPro cameras with BLE connection

Results 9 gopro-ble-py issues
Sort by recently updated
recently updated
newest added

Hi @KonradIT , I would really appreciate some help. Most probably the led light can be turned on with bluetooth, but I dont see any info on it except your...

i am trying to control a gopro max from a windows 10 desktop. I am running python3.10.11 with the following pip packages: bleak== 0.15.1 bleak-winrt==1.2.0 goprocam== 4.2.0 termcolor== 2.3.0 prettytable==...

Hi Konrad, First of all, thank you so much for all your hard work in developing such extensive GoPro support! I'm interested in connecting to multiple cameras and starting to...

I was going through https://github.com/KonradIT/goprowifihack/blob/master/Bluetooth/bluetooth-api.md. You have provided some UUIDs to get the camera details. For example, > Battery Level - `00002a19-0000-1000-8000-00805f9b34fb` > SerialNumber - `00002a25-0000-1000-8000-00805f9b34fb` How to construct the...

First of all, kudos for your comprehensive work on these devices, if anything for your patience. This is not necessarily a feature request. Being a developer, I'm rather looking for...

Hi Konrad, I would love to try and use your Python code, but I cannot get my MacBooks pair with my Hero 8. I am following your instructions (quoted below)...

Hi, I am getting the following errors on windows - see attached print screen. Any ideas for a solution? Thanks

Hi, I was wondering if there is a way to query for the camera status JSON via BLE. I know it is possible via wifi as has been documented here...

I am working Windows UWP and in that I am able to find the GoPro when I pair it, I got success abut after 10-20 sec it automatically disposed. Can...