Skip to content

DroneAware Node v1.0.3

Choose a tag to compare

@fduflyer fduflyer released this 19 Mar 14:30
· 83 commits to main since this release

DroneAware Node v1.0.3

Bug Fix

  • Installer: NetworkManager conflict with WiFi monitor adapter — On fresh Pi OS Bookworm installs, NetworkManager manages all WiFi interfaces including external USB adapters. This caused the WiFi feeder to show Beacon RID=0 indefinitely and caused intermittent SSH instability. The installer now writes /etc/NetworkManager/conf.d/droneaware.conf to mark the USB monitor adapter as unmanaged before any services are installed.

Upgrade existing nodes (nj002 or any node with this issue)

sudo bash -c 'cat > /etc/NetworkManager/conf.d/droneaware.conf <<EOF
[keyfile]
unmanaged-devices=interface-name:wlan1
EOF'
sudo systemctl reload NetworkManager
sudo systemctl restart droneaware-wifi

Install (new nodes)

curl -fsSL https://github.com/fduflyer/DroneAware-Node-Releases/releases/download/v1.0.3/install.sh | sudo bash

License

See LICENSE