Skip to content

Commit a1f82b0

Browse files
committed
add VSpeak telemetry sensor description to HoTT TLM section
1 parent acbb154 commit a1f82b0

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

docs/software/serial-protocols.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,12 @@ Tested HoTT Telemetry devices (OEM and 3rd party):
185185
- YGE 35LVT. ESC (all other YGE Telemetry ESCs will work too)
186186
- VSpeak Vario Pro
187187
- X-Vario 2
188+
- VSpeak turbine telemetry (miniumum requirement ExpressLRS firmware V4, EdgeTX firmware 2.11.0)
188189

189190
HoTT Telemetry protocol is running on a multi-device capable single wire half duplex bus and requires a bus master to orchestrate the communication between the bus master and the connected devices. The ELRS receiver acts as the bus master communicating with the devices. The bus master receives selected HoTT Telemetry data to be forward to the ELRS CRSF protocol based over-the-air telemetry down link. The list of additional telemetry sensors provided shows the telemetry sensors available for EdgeTX depending on the HoTT Telemetry devices connected to the HoTT Telemetry bus:
190191

191192
- Baro altitude (AGL)
192193
- Baro vertical speed (Vario)
193-
194194
- GPS latitude
195195
- GPS longitude
196196
- GPS groundspeed
@@ -199,11 +199,23 @@ HoTT Telemetry protocol is running on a multi-device capable single wire half du
199199
- GPS number of satellites
200200
- GPS distance - possible if added as EdgeTX calculated sensor
201201
- GPS traveled distance - possible with LUA script
202-
203202
- Batt voltage
204203
- Batt current
205204
- Batt capacity
206205
- Batt remaining
206+
- additional Temp, Volt and RPM sensors depending on connected HoTT Telemetry devices
207+
208+
Supported VSpeak ESC turbine telemetry sensors:
209+
210+
- ESC ASpd Airspeed 1 = 1km/h (only if ECU provides)
211+
- ESC VOLT0 ECU 1 = 0.1V
212+
- ESC VOLT1 Pump voltage/PWM 1 = 0.1V or 100PWM depending on ECU
213+
- ESC RPM0 RPM 1 = 10 RPM
214+
- ESC RPM2 Fuel in ml 1 = 1ml
215+
- ESC RPM3 Fuel in ml/min 1 = 1ml/min
216+
- ESC TEMP2 EGT 1 = 10C
217+
- ESC TEMP5 Throttle 1 = 1%
218+
- ESC TEMP6 Status ECU specific status table index
207219

208220
Requirements for using HoTT Telemetry:
209221

0 commit comments

Comments
 (0)