Add telemetry template for Serial Studio

pull/1/head
Mathis et Yohan 2021-11-27 22:57:46 +01:00
rodzic f57f6db32d
commit 489171ffad
3 zmienionych plików z 193 dodań i 0 usunięć

BIN
.DS_Store vendored

Plik binarny nie jest wyświetlany.

BIN
RLS_V1.0/.DS_Store vendored

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -0,0 +1,193 @@
{
"t":"R2Home",
"g":[
{
"t":"System Status",
"d":[
{
"t":"Runtime",
"v":"%1",
"u":"ms"
},
{
"t":"LoopTime",
"v":"%13",
"u":"µs"
},
{
"t":"LoopFrequency",
"v":"Math.round(1/(%13/1000000))",
"u":"Hz"
},
{
"t":"Packet Count",
"v":"%2"
},
{
"t":"GPS-Stab",
"v":"%7"
},
{
"t":"Baro-Stab",
"v":"%8"
}
]
},
{
"t":"Health Check",
"d":[
{
"t":"GPS-OK",
"v":"%4"
},
{
"t":"COG-OK",
"v":"%5"
},
{
"t":"FailSafe",
"v":"%6"
},
{
"t":"Voltage",
"v":"%12",
"u":"V",
"w":"bar",
"min":10,
"max":12.6
}
]
},
{
"t":"Mission Status",
"d":[
{
"t":"Initialised",
"v":"%11"
},
{
"t":"Mode",
"v":"%3"
},
{
"t":"Deployed",
"v":"%9"
},
{
"t":"Wing Opened",
"v":"%10"
}
]
},
{
"t":"GPS",
"w":"map",
"d":[
{
"t":"GPS Date",
"v":"%14"
},
{
"t":"GPS Time",
"v":"%15"
},
{
"t":"Latitude",
"v":"%16",
"u":"°",
"w":"lat"
},
{
"t":"Longitude",
"v":"%17",
"u":"°",
"w":"lon"
},
{
"t":"Altitude",
"v":"%18",
"u":"m",
"g": true
},
{
"t":"CoG",
"v":"%19",
"w":"compass"
},
{
"t":"2D Speed",
"v":"%20"
},
{
"t":"No. Sat",
"v":"%21"
},
{
"t":"HDOP",
"v":"%22"
},
{
"t":"PosAge",
"v":"%23",
"u":"ms",
"g":true,
"min":0,
"max":999
},
{
"t":"FixType",
"v":"%24"
}
]
},
{
"t":"I2C - Baro",
"d":[
{
"t":"AltBaro",
"v":"%25",
"u":"m",
"g": true
},
{
"t":"Vspeed",
"v":"%26",
"u":"m/s",
"g": true
}
]
},
{
"t":"Servo",
"d":[
{
"t":"Servo L",
"v":"%27",
"u":"pwm",
"w":"bar",
"min":1000,
"max":2000
},
{
"t":"Servo R",
"v":"%28",
"u":"pwm",
"w":"bar",
"min":1000,
"max":2000
},
{
"t":"Deploy",
"v":"%29",
"u":"pwm",
"w":"bar",
"min":1000,
"max":2000
}
]
}
]
}