VOXL 2 ESC Configurations
Table of contents
Summary
We are working to expand the capabilities of VOXL 2 every day. The built-in PX4 flight controller enables industry leading SWAP for an autonomous flight controller, but not every interface and flight controller are supported yet. This page provides an overview of available connectivity. If this connectivity is insufficient for your application, VOXL 2 is a world-class companion computer for autonomous navigation and AI when paired with an external flight controller.
ESC Options for Built-in Flight Controller
Protocol | Driver | Instructions | Max Number of Channels | Example Hardware |
---|---|---|---|---|
UART | voxl_esc | Below | 4 | VOXL 4-in-1 ESC |
UART | voxl_esc | Below | 4 | VOXL Mini 4-in-1 ESC |
UART | voxl_esc | Below | 4 | VOXL FPV 4-in-1 ESC |
PWM | voxl2_io | VOXL 2 IO | 8 | VOXL 2 IO |
DSHOT | voxl2_io in development | Not yet supported | 8 |
UART ESC Option
Hardware Setup
Communications
For bi-direction UART communications, connect VOXL 2’s J18
connector to the VOXL ESC’s (M0049 or M0117) J2
using MCBL-00029 or building your own following this.
M0049/M0117 J2:
- Connector on board : Hirose DF13A-6P-1.25H
- Mating connector : DF13-6S-1.25C
M0054 J18:
- Connector on board : SM04B-GHS-TB(LF)(SN)
- Mating connector : GHR-04V-S
VBAT Power and Motors
Use standard installation processes following the datasheet pinouts.
Tuning
Most often, you will want to tune your ESC for your motor/prop setup. Tools to help facilitate this are here. The outcome of the tuning process are parameters that you flash to the ESC using tools aforementioned.
Software Setup
Checking Status
The px4-qshell modalai_esc
command can be used to access the driver which has debug info and tools.
The px4-listener esc_status
can be used to check status of published topics.
ModalAI ESC PX4 Driver
The PX4 parameters that are used by the system are here
For example, if you need to change the motor ordering or min/max RPMs, these are params you will want to tweak.
The driver source is here for reference.
When PX4 runs on VOXL2, this is where the driver is started
How to Spin Motors
At this time, the motor test functionality offered via QGroundControl and MAVLink isn’t routed into the ESC driver.
To do a spin test, please see here
PWM ESC Option
PWM ESCs can be used with VOXL 2 and VOXL 2 Mini’s built in flight controller. Due to the lack of PWM output on the Qualcomm QRB5165 chipset, an external PWM generator is required. The VOXL 2 ecosystem supports the VOXL 2 IO. To use the VOXL 2 IO to control PWM ESCs follow the VOXL 2 IO User’s Guide