Turning Wifi & BT on/off via GPIO?

G’day All,

In relation to your Pixhawk integration (which is awesome by the way) could you provide any pointers to allow using a spare GPIO pin to control the state of Wifi & BT?

I realise I can turn it off within reachview but I’d love to be able to turn it back on post flight without resorting to power cycling.

Best Regards,
Paul

Hi! There’s no support for this currently, but it shouldn’t be hard to do this.
You can do this manually now by writing a script that would register to GPIO interrupt (or check its state in a couple of seconds) and running a command to turn on\off the WiFi.