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

Bluetooth Keep Alive command? #188

Open mattkerrison opened 4 years ago

mattkerrison commented 4 years ago

I'm trying to adapt commands to create a longterm timelapse system (with longer intervals than 1min, more like 24hrs)

I've read that Bluetooth remains on for about 8hrs, is there a command that can be sent to reset the clock?

I also see a command for turning wifi off over bluetooth, will that disable bluetooth as well?

As I can send a shutter command over bluetooth, I'm keen to use it with an ESP32 to try and reduce power consumption.

Thanks!

KonradIT commented 4 years ago

I've read that Bluetooth remains on for about 8hrs, is there a command that can be sent to reset the clock?

Just connect to the camera, it will stay on as long as it's connected and binded.

I also see a command for turning wifi off over bluetooth, will that disable bluetooth as well?

No.

It'll be interesting if you can get the ESP32 to send commands to the camera.I could not get it to send anything.