-
Notifications
You must be signed in to change notification settings - Fork 3
/
m5_stick.ssf
71 lines (70 loc) · 1.86 KB
/
m5_stick.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
{
"uuid": "1de28820-dfbc-4841-8699-eb354724c2b0",
"device_name": "m5 Stick",
"device_manufacturer": " M5STACK",
"plugin_developer": "SensiML",
"firmware_download_links": [
{
"title": "Data Collection Firmware",
"description": "",
"link": "https://sensiml.com/documentation/firmware/"
}
],
"documentation_links": [
{
"title": "Getting Started Guide",
"description": "",
"link": "https://sensiml.com/documentation/guides/getting-started/overview.html"
}
],
"collection_methods": [
{
"name": "live",
"display_name": "Live Stream Capture",
"is_default": true
}
],
"device_connections": [
{
"display_name": "WiFi",
"value": 2,
"is_default": true,
"wifi_configuration": {
"max_live_sample_rate": 400
}
}
],
"capture_sources": [
{
"name": "Motion",
"part": "Default",
"sample_rates": [
100,
],
"is_default": true,
"sensors": [
{
"type": "Accelerometer",
"is_default": true,
"column_count": 3,
"column_suffixes": [
"X",
"Y",
"Z"
]
},
{
"type": "Gyroscope",
"is_default": true,
"column_count": 3,
"column_suffixes": [
"X",
"Y",
"Z"
]
},
]
}
],
"is_little_endian": true
}