Hello together,
I'm recently working on a RaspberryPi Project operating on my drone and giving the flight controller some commands.
An important part is to connect my PC with the raspberry in the field.
The plan is to access the drone with VNC and/or SSH in near distance with the WiFi from the Pi.
I already managed to create an access point on the Pi3 with the following guide:
https://www.raspberrypi.org/documentati ... s-point.md
Now the tricky part (at least for me):
When the Pi is connected to the Internet via Ethernet, it is creating a WiFi-Signal and the world is good. I can connect with the Pi-WiFi and access SSH and VNC (RealVNC or RemoteDesktop).
But when I disconnect the Ethernet cable and reboot the raspberry I still can't connect to the WiFi, but not accessing SSH or VNC.
I am not quite sure what I am missing there.
Can anyone help?