aster94 / GoProControl

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

Hero7 Silver #23

Closed dushyantahuja closed 4 years ago

dushyantahuja commented 4 years ago

Just found this library, and loved the concept. However, installed the GoProControl.ino example and tried to make it work. I updated the Secrets.h file, but was not able to connect to the Hero7 Silver at all. KonradIT mentions that the calls work with the Hero7 Silver https://github.com/KonradIT/goprowifihack/tree/master/HERO7 -so not sure what I'm doing wrong. Any help would be appreciated.

dushyantahuja commented 4 years ago

To try to debug this, I connected to the GoPro's wifi using my computer and opened the links in KonradITs documentation. They work, but the ESP8266 is simply not able to connect. I even changed the WiFi of the camera to 2.6 GHz - but still didn't work.

KonradIT commented 4 years ago

We need log details from the ESP8266, to understand why the HTTP requests are not getting through.

dushyantahuja commented 4 years ago

Closing this now - I was an idiot, and didn't realise that I had to click 'b' first to 'begin' the connection. It's working now - thanks a lot.

aster94 commented 4 years ago

Set the wifi to 2.4GHz is mandatory since the esp8266 doesn't handle 5GHz. as kondard said please paste a log of the serial with debug enabled

aster94 commented 4 years ago

never mind, have fun with the library, be aware that the ESP8266 have some limitations