We’ve been facing very frequently Raspberry Pi hotspots getting “Deactivated”. Also, in recent events hotspot was deactivated and we reactivated it but, now there is no TCP connectivity.
After activating the hotspot, I connected the hotspot of Raspberry Pi and when I tried to connect over TCP from Mission Planner, it showed the message.
" A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 10.42.0.1:5760"
Have you tried connecting over ethernet? Do you get a stable MAVLink connection there?
How are you powering the RPi and do you have any USB devices connected? The deactivating hotspot might be occurring if the RPi is underpowered.
Are you using the released disk image of Rpanion-server or building from source yourself?
You can run journalctl --since "1 hour ago" -u NetworkManager.service on the RPi to see the network log, that should tell you why the hotspot is deactivating.
Yes we have tried connecting over ethernet and USB 4G Dongle, and we are getting a stable MAVLink connection on the UDP port.
We are powering up RPi from external 5v UBEC through GPIO power and ground pins. We have 2 USB devices connected to it, one is a 4G dongle and another is a USB cable, but it is taking power from external UBEC, not from Rpi.
Yes, we are using the released disk image 0.10.
Another issue we are facing that I mentioned in the original post is, being unable to connect over the TCP port on mission planner.
We have tried this option, by switching the hotspot at 2.4 GHz, but the results are still the same.
Also, we have tried to use 3 different laptops but, no progress.
Will try the other two options.
Currently, we are using external 5V UBEC to power up Raspberry Pi through GPIO pins.
Can you recommend any power monitoring options on the Raspberry Pi?
Anyone know how to set the AP’s WPA to ‘none’? I get the below error and can’t find the typical RPI conf to set that manually. I’m having an issue where one specific DDWRT based device will not connect to rpanion’s AP. It simply times out and there are no log entries showing errors etc.
Error editing network: Error: failed to modify 802-11-wireless-security.key-mgmt: ‘wpa-none’ not among [none, ieee8021x, wpa-psk, wpa-eap, wpa-eap-suite-b-192, sae, owe].
Also notice that the cpu util gets pretty topped out when streaming video at 720 60fps 8000kbps on a Zero2 W. I’m using Arducam’s IMX708 for reference.
Ok so I found the WiFiAP.nmconnection file but I’d think there’s a better way to set those parameters than editing the file directly? @stephendade any recommendation?
I am excited to explore the capabilities of the rpanion server. I have successfully flashed both my Rpi zero 2w and Rpi4 with the latest image file.
I was able to connect to the rpanion hotspot and access the web interface. However, I am encountering difficulties when attempting to connect to a WiFi network, Ethernet, or 4G dongles.
Could you kindly provide any guidance or steps to establish an internet connection? I appreciate your time and assistance.
I have both Ethernet and local Wi-Fi connections, but I am unable to connect to either of them. When I use the SSID and password to connect to the local Wi-Fi network, it does not connect. I am facing the same issue with my physical 4G dongle connection.
Is it possible to connect to the Wi-Fi automatically, similar to adding Wi-Fi credentials while flashing the Raspberry Pi firmware?
You can simply ssh into the RPi and set the networking config from there. Plenty of tutorials on the Internet for configuring that way. For reference, Rpanion uses nmcli for networking config.