Main Content

ryzelist

List of Ryze drones connected to your system

Since R2021b

Add-On Required: This feature requires the MATLAB Support Package for Ryze Tello Drones add-on.

Description

example

list = ryzelist returns a list of available Ryze drones connected to your system, with the drone ID, IP address, and battery level. If the network connected to the system contains multiple drones then the ryzelist function returns multiple drones.

Examples

collapse all

Show all the Ryze drones connected to your system.

list = ryzelist
list =

  3×3 table

          ID            IPAddress       BatteryLevel
    ______________    ______________    ____________

    "TELLO-D2B07B"    "192.168.10.1"       92    
    "TELLO-D3EB8E"    "192.168.18.2"       94    
    "TELLO-D45AD2"    "192.168.18.9"       87    

Output Arguments

collapse all

List of connected drones, returned as a table. The table has the following columns.

This property is read-only.

Unique ID of the specific Ryze drone, returned as a string scalar.

Data Types: string

IP address of the Ryze Tello drones, returned as a string scalar.

Data Types: string

This property is read-only.

Current battery level of the drones, returned as a percentage.

Data Types: double

Version History

Introduced in R2021b