aster94 / GoProControl

Arduino library to interface with GoPro cameras
GNU General Public License v3.0
121 stars 21 forks source link

Problems trying to connect to MAX... #45

Closed paicolman closed 1 year ago

paicolman commented 1 year ago

Hi, Thanks for this library, I had written a remote for my Gopro MAX but stopped using it for a while and now it does not connect anymore, it always fail with code 6 or 5. Thought I try your example but got stuck in the same place, it just won't connect... SSID and PWD are correct, but the camera just ignores any connection. Thought I ask if maybe you know of any new trick needed by Gopro. I suspect you would need to go through Bluetooth first...

Thanks a lot!

aster94 commented 1 year ago

hello, yes, as you suspect it needs to connect to ble first, i use the mobile app to activate it

paicolman commented 1 year ago

Yes that used to work before, but not anymore. When I connect with the newest version of the App, it seems to block it somehow. If I press "view media" and then start loggiing in, it tryies to work (connected to Gopro) but then it falls out immediately. I have been trying to hack the BLE connection by myself with the ESP, but no luck so far. Thanks a lot anyway, your tool will be useful once I solve the starting issue!!

aster94 commented 1 year ago

It is also possible that something changed in the GoPro software so, as you noted, the old trick doesn't work anymore Honestly I don't have a GoPro anymore but having the esp32 starting the ble connection would be a great improvement