1

I've just created a WiFi AP on my RPi 3. I'd like to use it with my DSLR, so I don't need network if I want to do some timelapse. Now that works great, but I would like to use mainly "the normal way" my WiFi. Can I wrote a script or so (sorry I am quite new to linux) to turn it ON or OFF?

Please let me know if you need further information. Thanks!

schoeberlt
  • 33
  • 2
  • 2
  • 5

1 Answers1

1

Not sure whether this works for your requirements, but what I do to turn my Access Point off is:

sudo systemctl stop hostapd

This turns the AP off and makes it available for normal WLAN usage. To turn it on again just start the hostapd daemon again.

romor
  • 166
  • 4