I'm working on controlling a GoPro over the embedded webserver on the GoPro.
I have successfully wired the ESP to my Arduino and the ESP has external power. All is well in the Serial Monitor, raised baud to 57k.
I connect to the GoPro (ESP is in station mode), I get an IP assigned, TCP to 80, everything seems fine until I do a GET request. The Send is OK, but nothing happens on the GoPro and no reply. I am trying various commands like shutter, camera off, etc.
Troubleshooting:
- Tried the same thing from iPhone browser, GoPro commands work fine
- Tried connecting ESP to my home WiFi, TCP on 80 to google.com works, GET google.com works, responds
Not sure where to go from here. All I know is that the firmware is old, but I doubt that has anything to do with it.
Any help is appreciated.
Oh, Happy New Year!