How to access information of the external flight controller at VOXL2?
-
Hello,
I have successfully connected an external flight controller that utilizes Ardupilot to VOXL2 via UART.
Could you please guide me on how to access information (such as GPS and IMU Data) of the external flight controller at VOXL2?
I apologize if these questions seem basic; I am still a novice developer. -
Hello,
I have successfully connected an external flight controller that utilizes Ardupilot to VOXL2 via UART.
Could you please guide me on how to access information (such as GPS and IMU Data) of the external flight controller at VOXL2?
I apologize if these questions seem basic; I am still a novice developer.@황인호 You'll need access to the Mavlink messages coming over the UART. This is done with the voxl-mavlink-server application. The gitlab repository is here: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-mavlink-server and some documentation is here: https://docs.modalai.com/voxl2-external-flight-controller/#voxl-sdk-software-setup
-
Thank you for your prompt response.
I have an additional question.
I have set up the system as you instructed and successfully established a UDP connection for telemetry information using QGC and Mesh (DoodleLab).
In this state, is it possible to install a separate application on VOXL2 to read telemetry information?
The reason is that I would also like to store GPS and IMU information within VOXL2 additionally.
-
Thank you for your prompt response.
I have an additional question.
I have set up the system as you instructed and successfully established a UDP connection for telemetry information using QGC and Mesh (DoodleLab).
In this state, is it possible to install a separate application on VOXL2 to read telemetry information?
The reason is that I would also like to store GPS and IMU information within VOXL2 additionally.
@황인호 Yes, you can create an application that interfaces with voxl-mavlink-server to get the desired Mavlink messages.
Reading along? Create a free ModalAI Forum account to join in.
With an account you can reply, ask your own question, get an email when a ModalAI engineer answers, and mark the reply that solved it. Your place in each thread is saved between visits.
Questions about VOXL, Flight Core, ESCs and ModalAI drones are answered here by the engineers who build them.
Register Login