Skip to content

Commit 44f97a3

Browse files
authored
Merge pull request #494 from mha1/PR_VSpeak
Adds VSpeak telemetry sensor description to HoTT TLM section
2 parents 5dae3cc + a137568 commit 44f97a3

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

.wordlist.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,8 @@ USPTO
537537
Squadding
538538
UAV
539539
UAVfutures
540+
ASpd
541+
EGT
540542
MUSTARDTIGER
541543
RockIP
542544
UDRP
@@ -547,4 +549,4 @@ intermediary
547549
spuriously
548550
unambiguously
549551
injunctive
550-
counsel
552+
counsel

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 (minimum 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 flow 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)