-
Notifications
You must be signed in to change notification settings - Fork 3
/
m5stickc-2-gloves.ssf
80 lines (80 loc) · 2.26 KB
/
m5stickc-2-gloves.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
{
"uuid": "1de28820-dfbc-4841-8699-eb354724c2b0",
"device_name": "M5 Stick-Cplus",
"device_manufacturer": " M5STACK",
"plugin_developer": "SensiML",
"firmware_download_links": [
{
"title": "Data Collection Firmware",
"description": "IMU Data Collection firmware",
"link": "https://github.com/sensiml/m5stickc_data_capture"
}
],
"documentation_links": [
{
"title": "Getting Started Guide",
"description": "",
"link": "https://sensiml.com/documentation/guides/getting-started/overview.html"
}
],
"device_connections": [
{
"display_name": "WiFi",
"value": 2,
"is_default": true
}
],
"capture_sources": [
{
"name": "Motion",
"part": "Default",
"sample_rates": [
100
],
"is_default": true,
"sensors": [
{
"type": "S_0_L_Accelerometer",
"is_default": true,
"column_count": 3,
"column_suffixes": [
"X",
"Y",
"Z"
]
},
{
"type": "S_0_L_Gyroscope",
"is_default": true,
"column_count": 3,
"column_suffixes": [
"X",
"Y",
"Z"
]
},
{
"type": "S_1_R_Accelerometer",
"is_default": true,
"column_count": 3,
"column_suffixes": [
"X",
"Y",
"Z"
]
},
{
"type": "S_1_R_Gyroscope",
"is_default": true,
"column_count": 3,
"column_suffixes": [
"X",
"Y",
"Z"
]
}
]
}
],
"is_little_endian": true
}