Gen 3
Introduction
The Vertex One has an onboard computing module that runs the Linux operating system. This module can be accessed via SSH to run commands, install software, and debug issues. This page describes how to connect to the onboard computing module of the Vertex One.
The table below shows the different ways to connect to the onboard computing module.
Warning
When you are connected to the onboard computing module, using a Wireless connection, it is not recommended to fly the drone. The connection may be lost when the drone is flying.
There are multiple ways to connect to the onboard computing module of the Vertex One. The table below shows the different ways to connect to the onboard computing module.
Connection Type | Address | Note |
---|---|---|
All | <hostname>.local by default vertex- |
This method may not work reliably on all networks. |
Wi-Fi access point | 192.168.192.1 | Not recommend to use when flying the drone. |
Wi-Fi client mode | Depends on your LAN network | Usefull when developing on the drone when it's in range of LAN network |
Network | Depends on your LAN network | USB-C to Ethernet dongle is required (not included) |
Connecting to the Onboard Computing Module via Wi-Fi access point
- By default, the Vertex One creates a Wi-Fi access point with the SSID
Vertex-<serial>
. - Turn on the drone and wait until it is initialized
- Connect to the Wi-Fi access point
- SSH into the Vertex One using the IP address
192.168.192.1
and the usernameavular
and passwordavular
- You'll be asked for the password- type in
avular
; Note that the typing of the password in the powershell window is not visualized
Connecting to the Onboard Computing Module via Wi-Fi client mode
- SSH into the Vertex One by using one of the methods described on this page.
- Run the following command to connect to a Wi-Fi network:
avular connectivity enable_client_mode -s <SSID> -p <password>
- The drone will now connect to the specified Wi-Fi network. You can find the IP address of the drone by running
ifconfig
From now on the drone will automatically connect to the specified Wi-Fi network when it is in range.
Connecting the Onboard Computing Module to a network
Note
You will need an Ethernet to USB-C adapter for this part
Warning
Connecting the USB-C dongle to the USB-C port on the back will not work. Since this USB-C port goes to the Real-Time MCU and not the Compute Module.
- Connect a USB-C to Ethernet adapter to one of the 2 side USB-C ports.
- The drone should now be connected to the network. The IP will be assigned by the network's DHCP server.
If the network has a internet connection, then the drone will be able to access the internet as well.
Using Cerebra Lab to SSH into the Vertex One
The Robot Discovery feature in Cerebra Lab allows easy discovery of all Vertex One drones available in the local network. You can see them in the list and you can then be easily accessed through SSH.
- Make sure your PC has access to the Vertex One using one of the methods described above
-
Open the Robot Discovery menu in Cerebra Lab
-
Open a prompt to SSH into the Vertex One by pressing the highlighted button in the actionbar
-
Type in the username
avular
and click connect -
A powershell window opens that guides you through SSH connection into the onboard computing module in the Vertex One
-
To answer if you are sure you want to connect, type
yes
- You'll be asked for the password- type in
avular
; Note that the typing of the password in the powershell window is not visualized
Warning
When connecting to the onboard computing module for the first time, it is highly recommended to change the default password. Follow these steps on changing the password: How to change password (External Link).