forked from KipK/Ghettostation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
37 lines (24 loc) · 1.52 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
##############################################################################
# Ghettostation antenna tracker #
# README #
##############################################################################
##############################################################################
All setup & usage instruction are now on the Wiki:
https://github.com/KipK/Ghettostation/wiki
Project is separe in 3 different software:
- Ghettostation: Main groundstation/antenna tracker software running on
Teensy++2 or Arduino Mega. Reads data from UAVTalk, MAVLink,
Multiwii MSP, NMEA GPS, Ublox GPS.
- GhettOSD: Minimosd software for ground osd within the Ghettostation.
- GhettoProxy: Simple LTM (Lighttelemetry) telemetry converter running on
Arduino mini.
Takes UAVTalk, MAVlink, MSP, NMEA, Ublox protocols &
converts it to LTM. Allows using really low baudrate
wireless serial links.
Credits:
Author: Guillaume S (KipK)
Sample codes & inspirations from different projects:
- multiwii (https://github.com/multiwii/multiwii-firmware)
- minimosd-extra (http://code.google.com/p/minimosd-extra/)
- UAVTalk implementation from minoposd (http://code.google.com/p/minoposd/)
- NMEA & Ublox libraries from Jordi Muñoz and Jose Julio (DIYDrones.com)