Skip to content
Idzuwan edited this page Oct 20, 2016 · 2 revisions

Ghettoproxy converts many telemetry protocols to LTM (Light Telemetry).

LTM fits low baudrates transmission like 1200/2400 bauds so this can be used to send data to GhettoStation over long range transmission like OpenLRSng transparent serial link, or FSK modem trough fpv Video TX Audio channel.

Input Protocols:

  • MAVLink
  • UAVTalk
  • Multiwii MSP
  • GPS NMEA (ascii)
  • GPS UBlox (binary)

Hardware: Any Atmega328P arduino. Arduino mini recommended

Configuration:

Edit the Config.h according to your own needs.

Wiring:

  • Telemetry Input: pad Tx0/Rx1 ( Tx0 not needed if listening only)
  • LTM Output: pad D9 (act as Tx and goes to your wireless serial transmission)

##############################################################################

Clone this wiki locally