-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
37 lines (18 loc) · 1.07 KB
/
Copy pathREADME
File metadata and controls
37 lines (18 loc) · 1.07 KB
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
GUI Application to present the Data FrSky Telemetry downlink data for my DIY Antenna project in
a more easily accessible format.
See http://www.zoomworks.org/fpv/antenna_tracker/index.html for more details of the Tracker.
See https://github.com/kwikius/mavlink_to_frsky for more details of the downlink.
See my other Github projects for further code associated with the project.
The FrSky Telemetry data is read from the serial port ( or USB port using a Serial port emulator/ driver)
(website coming soon with more details of the overall project and for details of the frsky_data app in action.
Currently built for Linux and Mac ( The serial port library will need rewriting for Windows)
prerequisites
*** C++ compiler which conforms to the C++11 standard. ***
(e.g gcc-4.7 and above)
*** my quan library ***
https://github.com/kwikius/quan-trunk
*** The cross-platform wxWidgets GUI library ***
http://www.wxwidgets.org/downloads/
*Acknowledgements*
Thanks to xythobuz for getting it workin on MacOS
----------------------------------------------