-
Notifications
You must be signed in to change notification settings - Fork 1
WLAN connection to Tello Drone
Lupin3000 edited this page Mar 28, 2025
·
6 revisions
# determine WLAN interface
$ nmcli d
# list access points
$ nmcli d wifi list
# connect to Tello Drone access point
$ nmcli d wifi connect TELLO-SSID
# get service status and WLAN interface
$ networksetup -listnetworkserviceorder
# turn WLAN on (optional)
$ networksetup -setairportpower en0 on
# connect to Tello Drone access point
$ networksetup -setairportnetwork en0 TELLO-SSID