-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEFR32xG24-Dev-Kit-Board.ssf
101 lines (101 loc) · 2.92 KB
/
EFR32xG24-Dev-Kit-Board.ssf
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"uuid": "00000000-0000-0000-0000-000000000000",
"device_name": "EFR32xG24 Dev Kit Board Custom",
"device_manufacturer": "Silicon Labs",
"plugin_developer": "Silicon Labs",
"firmware_download_links": [
{
"title": "SensiML GitHub Repository for IMU Data Capture",
"link": "https://github.com/sensiml/SensiML_xG24_IMU_Capture",
"description": "Examples for building IMU data collection firmware"
},
{
"title": "SensiML GitHub Repository for Audio Data Capture",
"link": "https://github.com/sensiml/SensiML_xG24_Microphone_Capture",
"description": "Examples for building Audio data collection firmware"
}
],
"device_connections": [
{
"display_name": "Serial Port",
"value": 1,
"is_default": true,
"serial_port_configuration": {
"baud": 921600,
"stop_bits": 1,
"parity": 0,
"handshake": 0
}
},
{
"display_name": "Wi-Fi",
"value": 2,
"is_default": false
},
{
"display_name": "Bluetooth-LE",
"value": 0,
"is_default": false,
"bluetooth_le_configuration": {
"uuid_service": "16480000-0525-4ad5-b4fb-6dd83f49546b",
"uuid_sensor_data_out": "16480002-0525-4ad5-b4fb-6dd83f49546b",
"uuid_device_configuration": "16480001-0525-4ad5-b4fb-6dd83f49546b"
}
}
],
"capture_sources": [
{
"name": "Motion",
"part": "Default",
"sample_rates": [
562,
281,
187,
140,
102,
70,
48,
35,
17,
4
],
"sensors": [
{
"is_default": true,
"column_count": 3,
"column_suffixes": [
"X",
"Y",
"Z"
],
"type": "Accelerometer"
},
{
"is_default": true,
"column_count": 3,
"column_suffixes": [
"X",
"Y",
"Z"
],
"type": "Gyroscope"
}
]
},
{
"name": "Audio",
"part": "Default",
"sample_rates": [
16000
],
"sensors": [
{
"is_default": true,
"column_count": 1,
"type": "Microphone"
}
]
}
],
"is_little_endian": true
}