-
Notifications
You must be signed in to change notification settings - Fork 167
User Guide: FrSKY Sensor Hub
Note: this Sensor Hub module applies to "D8" mode telemetry. If you are using D16 mode (i.e. S.Port then see this article for the SmartPort module. Different receivers either use D8 or D16 mode, so make sure you check what your receiver uses. E.g. D4R-ii uses D8.
FrSKY Sensor Hub enables your board to send UAVO data to a FrSKY receiver. This a replacement of real FrSKY Sensor Hub hardware.
This video demonstrated configuring the Sensor Hub telemetry on Sparky
If you are using F1 or F4 hardware, external hardware is required to connect to your receiver. This is to invert the signal transmitted from the flight controller to the protocol received on receiver. For an F3 board (e.g. Sparky) this hardware is not required as there is a built in inverter.
- Create a suitable connection cable with TTL<=>RS232 converter
- Connect RS232 side to the FrSKY receiver.
- Connect TTL side to a free uart
For Sparky simply connect the TX from the flight controller to the RX on the receiver.
- Set that serial ports on your board to "FrSKY Sensor Hub" in the hardware settings
- Enable the UAVOFrSKYSensorHubBridge module in module settings
- Restart your flight control
The module will send this data:
- altitude (variable 'Alt')
- temperatures (from baro and from accelerometer, variables 'T1' and 'T2')
- x, y and z acceleration (variables 'AccX', 'AccY' and 'AccZ')
- current, voltage and cell voltages (if battery module is enabled, variables 'Curr' and 'Cels')
- gps data (if gps module has a fix, variable 'GPS Alt' latitude, longitude)
see http://code.google.com/p/opentx/wiki/OpenTx_FrSky_EN#Telemetry or http://frsky-rc.com/download/down.php?id=126 for protocol documentation
Using GPS coordinates in Google Maps
-
in Taranis radio setup set 'GPS coordinate format' to NMEA
-
Taranis will display coordinates like this
54° 12.3456 N
12° 12.3456 E -
Enter them in Google Maps or Earth as 54.123456, 12.123456 to find the location
Wiring example for Revo and D4R-II