# VOXL2-MINI Serial Pin Mapping for Ardupilot

Source: https://forum.modalai.com/topic/4295/voxl2-mini-serial-pin-mapping-for-ardupilot
Category: Flight Core and Legacy VOXL (https://forum.modalai.com/category/9/flight-core-and-legacy-voxl)
Tags: flight-core-v2
Posted: 2025-03-26 21:11:56 UTC by TomP
Replies: 1 · Views: 1077

## TomP · 2025-03-26 21:11:56 UTC

Re: [ArduPilot on Voxl2](/topic/3640/ardupilot-on-voxl2)
Hi,

Which pins on the J19 connector of the VOXL2-Mini are mapped to ArduPilot's SERIALx ports?

For the VOXL2-Mini J19 connector, one of the UART connections (pins 7 and 8) is reserved for PWM signals. With pins 2 and 3 dedicated to GPS, which ArduPilot SERIALx port does that correspond to? Additionally, which SERIALx port is mapped to pins 10 and 11?

Best regards,
Tom

## Reply by Eric Katzfey (ModalAI staff) · 2025-03-27 16:11:45 UTC

@TomP GPS on pins 2 and 3 is mapped to serial port 3 in ArduPilot. The RC port on pins 10 and 11 is mapped to 4. https://github.com/ArduPilot/ardupilot/blob/d977f318c68faf69b8afa9b5c1afe73932a1d946/libraries/AP_HAL_QURT/HAL_QURT_Class.cpp#L50
