-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
38 lines (38 loc) · 1.01 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"id": "nl.merlijnvermeer.nrf905",
"name": {
"en": "nRF905"
},
"version": "0.0.1",
"compatibility": "0.x",
"author": {
"name": "Merlijn Vermeer",
"email": "[email protected]"
},
"signals": {
"433": {
"nRF905":{
"sof": [1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0,1],
"words": [
[1, 0],
[0, 1]
],
"eof": [],
"manchesterUnit": 10,
"manchesterMaxUnits": 10,
"carrier": 433934000,
"repetitions": 200,
"sensitivity": 1.0,
"interval": 500,
"packing": true,
"rxTimeout": 200,
"modulation": {
"type": "GFSK",
"baudRate": 100000,
"channelSpacing": 100000,
"channelDeviation": 50000
}
}
}
}
}