Wake up a GoPro from sleep mode

494 Views Asked by At

for a project I need to control a GoPro from a mobile application made with Ionic.

I have done the start / stop recording part. But the problem is that the Gopro always goes on a "sleep mode", and I need to press a button to wake up the GoPro.

I saw that I could wake up it with a magic packet. The problem is that I never did a magic packet (here: https://github.com/KonradIT/goprowifihack/blob/master/HERO4/WifiCommands.md#power), I don't know where and how to start.

Ionic is using Typescript as programming language. So if someone could help me doing a magic packet with Typescript I would be so grateful! Thanks!

(By the way, the I tried to disable the "auto off" and more but it didn't work).

0

There are 0 best solutions below