Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 849 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 849 Bytes

tilda-mavlink

Mavlink message decoding on the Tilda MKe

Takes mavlink messages from the on board serial UART, decodes them, and displays them on the LCD. The messages can come straight from an autopilot modules, or a telemetry system like the 3DR radios, and clones.

http://i.imgur.com/rvCok07.jpg

Requires MavLink library - https://github.com/mavlink/c_library and drrk's port of GLCD https://github.com/drrk/glcd-tilda

I'm afraid there is not much here yet :)

Currently, the following messages are decoded:

MAVLINK_MSG_ID_HEARTBEAT for system status

MAVLINK_MSG_ID_VFR_HUD for Alt, Speed, Heading, Course etc

MAVLINK_MSG_ID_GPS_RAW_INT for GPS data

This small project is based on the Tilda MKE, an Arduino Due like board with an LCD, from EMF Camp 2014 See https://badge.emfcamp.org/wiki/TiLDA_MKe for more details about the hardware.