Orbit Nano X Quickstart Guide
Setting Up with Ardupilot Firmware
Connection
- Connect the Orbit Nano X to one of the available serial ports on the flight controller (e.g., SERIAL3/TELEM1, SERIAL4/GPS2, etc.)
- Ensure proper pin connections:
- TX (GPS) → RX (Flight Controller)
- RX (GPS) → TX (Flight Controller)
- SDA (Compass) → SDA (I2C)
- SCL (Compass) → SCL (I2C)
- VCC → 5V
- GND → GND
Power and Configuration
- Power the flight controller and connect it to Mission Planner
- Navigate to Config/Tuning > Full Parameter List
- Set the following parameters (example using SERIAL3 port):
SERIAL3_PROTOCOL: Set to5(GPS)SERIAL3_BAUD: Set to38(38400 baud) or115(115200 baud)GPS_TYPE: Set to1(AUTO) or2(u-blox)GPS_AUTO_CONFIG: Set to1(Enable)COMPASS_TYPEMASK: Ensure external compass is enabledCOMPASS_ORIENT: Set to0(None) or adjust based on mounting orientation
RTK Configuration
- For RTK operation, configure RTCM correction input:
- Set
GPS_INJECT_TO: Set to1(First GPS) - Configure telemetry port for RTCM data if using network RTK
- Set
- Alternatively, connect to RTK base station via telemetry radio or network
Completing Setup
- Click Write Params in Mission Planner after modifying the parameters
- Reboot the flight controller to activate the serial GPS
- Verify proper connection by checking the LEDs:
- Green LED should be solid ON (power status)
- Blue PPS LED should be solid ON after powering up and start blinking at 1Hz once the GNSS gets a 3D fix
- Orange LED indicates RTK status (blinking when receiving corrections, solid when RTK fixed)
- In Mission Planner, check the Flight Data screen to confirm GPS lock and RTK status
Setting Up with PX4 Firmware
Firmware and Connection
- Load the PX4 firmware onto the autopilot
- Connect the Orbit Nano X to one of the available serial ports on the flight controller (e.g., TELEM2, GPS2, etc.)
- Ensure proper pin connections:
- TX (GPS) → RX (Flight Controller)
- RX (GPS) → TX (Flight Controller)
- SDA (Compass) → SDA (I2C)
- SCL (Compass) → SCL (I2C)
- VCC → 5V
- GND → GND
Configuration
- Connect the flight controller to QGroundControl
- Navigate to Vehicle Setup > Parameters
- Set the following parameters (example using TELEM2 port):
SER_TEL2_BAUD: Set to38400or115200GPS_1_CONFIG: Set to the appropriate serial port number (e.g.,102for TELEM2)GPS_1_PROTOCOL: Set to1(u-blox) or0(Auto-Detect)
RTK Configuration
- For RTK operation via MAVLink:
- Set
GPS_1_GNSS: Configure GNSS systems as needed - Configure RTK correction data stream through telemetry or network
- Set
- QGroundControl will automatically forward RTCM corrections if connected to RTK service
Completing Setup
- Reboot the flight controller to apply the changes
- The Orbit Nano X will automatically configure and start working once connected
- Verify the connection by checking that:
- Green LED is solid ON (power status)
- Blue PPS LED indicator is blinking at 1Hz once a GNSS fix is obtained
- Orange LED shows RTK status (blinking with corrections, solid with RTK fixed)
- GPS status in QGroundControl shows position fix and RTK status
- Satellite count is displayed in the main flight view
- Compass calibration can be performed successfully