1
0
Fork 0

Add temporary fixture for testing qb50 decoder

merge-requests/91/head
Nikos Roussos 2016-05-08 18:44:44 +03:00
parent a2cc3f4dc0
commit 728d90b867
1 changed files with 44 additions and 1 deletions

View File

@ -3,7 +3,50 @@
"fields": {
"norad_cat_id": 7530,
"name": "OSCAR 7 (AO-7)",
"names": ""
"names": "",
"telemetry_schema": [
{
"key": "status",
"description": "Status",
"unit": "Boolean"
},
{
"key": "bat_v",
"description": "Battery Voltage",
"unit": "Volt"
},
{
"key": "bat_c",
"description": "Battery Current",
"unit": "Ampere"
},
{
"key": "v3_c",
"description": "3V3 bus current",
"unit": "Ampere"
},
{
"key": "v5_c",
"description": "5V bus current",
"unit": "Ampere"
},
{
"key": "comm_t",
"description": "COMM Temperature",
"unit": "Celsius"
},
{
"key": "eps_t",
"description": "EPS Temperature",
"unit": "Celsius"
},
{
"key": "batt_t",
"description": "Battery Temperature",
"unit": "Celsius"
}
],
"telemetry_decoder": "qb50"
},
"model": "base.satellite",
"pk": 1