Flávio Schuindt
Flávio Schuindt

Reputation: 503

Connect multiple devices in GoPro network

I developed a simple proof of concept app to connect to my GoPro Hero 3+ and control it remotely. The app is working fine and from my Moto G I can power on, power off, start recording, etc.

Now, I have a problem. This is my scenario:

The problem now is: I want to add my PoC app in this whole history, but GoPro obligates that the device who sends commands to it must be connected to GoPro Network. So, in this case I have two options:

Thanks in advance, guys!

Upvotes: 1

Views: 1485

Answers (1)

Nate Hayes
Nate Hayes

Reputation: 25

Unfortunately you are going to have issues. I've been working with multiple gopros for the last few weeks and I can say that they were definitely not meant for easy extension.

I can answer your second point with a definite no. The GoPro is the access point and as far as I can tell you would need to hack the GoPro to make it act as a client and not an access point.

As for the former, I suspect that the same "access point" only operation is also playing havoc there as well and you won't be able to talk across the network that way. I assume of course that all the subnet, host and whatnot is all correct between all devices.

Upvotes: 1

Related Questions