File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
MavLink_FrSkySPort
2
2
==================
3
- Copy from source found at
4
- http://diydrones.com/forum/topics/amp-to-frsky-x8r-sport-converter
3
+ This is a modified version of the mavlink to frsky s.port code found here:
4
+ http://diydrones.com/forum/topics/amp-to-frsky-x8r-sport-converter
5
+
6
+ It's based on the official 1.3 version.
7
+
8
+ Changes:
9
+
10
+ - Acc X/Y/Z reports the average vibrations (difference between max/min) instead of actual accelerometer values.
11
+ - Reports gps-speed instead of hud-speed.
12
+ - Change how the code responds to tx telemetry requests. This fixes the missing cell/cells in the latest open-tx versions.
13
+ - Updated the cell detection to minimize the risk of detecting to many cells (unless the battery is low upon connection)
14
+ and changing the cell count inflight when the battery voltage drops.
15
+ - Changed the averaging for voltage/current to be more accurate to the voltage/current fluctuations. Hoping of increasing the
16
+ accurasy of the mAh-counter. Use FAS as both voltage/current source.
17
+ - Delays sending the voltage/current until the voltage reading through mavlink has stabilized. This should minimize the false
18
+ low battery-warnings upon model powerup.
You can’t perform that action at this time.
0 commit comments