goprowifihack
goprowifihack copied to clipboard
Unofficial GoPro WiFi API Documentation - HTTP GET requests for commands, status, livestreaming and media query.
@KonradIT Ok, this is probably a stupid question but: I am connected to 10.5.5.9 as 10.5.5.100 as DHCP stabely, bit I cannot ping the Gopro AP? How come?
**Problem:** I'm experiencing different challenges using various editions of @KonradIT 's great work with my HERO3 (too old) and a HERO9 (too new?). I'll likely be returning my HERO9 and...
Problem: HERO5 wifi connection times out when cam not recording. Need guidance for how to re-awake the cam using Bluetooth. Description: We are using GoPro professionally in the field doing...
BLE RECONNECT not working - missing 4 Key values in /var/lib/bluetooth/${HCI_MAC}/${GOPRO_MAC}/info
@KonradIT hey there back again! working on implementing BLE GoPro Controll in node red right now: I do have the exact problem you mentioned here: -------------------------------------- Make sure the negotiated...
I use the commands from here: https://github.com/KonradIT/goprowifihack/blob/master/Bluetooth/Platforms/RaspberryPi.md The following works: 1. On the Hero 8: Connections -> Add GoPro app 2. sudo bluetoothctl 3. scan on 4. trust DE:71:28:EE:A7:FD 5....
**Problem:** Hey folks, I finally got the video stream with ffplay working with my GoPro Hero 2018. I am still getting lots of error reports but the video is kinda...
**Problem:** I'm trying to connect a HERO7 to a wifi access point using https://github.com/KonradIT/goprowifihack/blob/master/HERO7/HERO7-Commands.md#connecting-to-a-wifi-network **Details:** If I do the scan I get {"scan_id":1} If I then try to list the...
Sometimes it happens that when connected via wifi, the camera does not respond on wifi commands. Browser error "This page is not working 10.5.5.9 did not send any data ERR_EMPTY_RESPONSE"...
**Problem:** When trying to use the specific command for changing mode (for example http://10.5.5.9/gp/gpControl/setting/144/12 or with any other value besides 12 as well) if returns a 500 error when attempting...
regarding https://github.com/KonradIT/goprowifihack/blob/master/Bluetooth/Platforms/RaspberryPi.md I had to manually enable advertising prior to trust/pair using ```advertise on``` I'm using Ubuntu 20.04 LTS arm64.