-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnano33_custom.ssf
85 lines (85 loc) · 2.33 KB
/
nano33_custom.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
{
"uuid": "00000000-0000-0000-0000-000000000000",
"device_name": "Nano33 BLE Sense Custom",
"device_manufacturer": "Arduino",
"plugin_developer": "Custom",
"firmware_download_links": [
{
"title": "Data Collection Firmware",
"description": "SensiML documentation for building data collection and recognition firmware",
"link": "https://sensiml.com/documentation/firmware/arduino-nano33/arduino-nano33.html"
}
],
"documentation_links": [
{
"title": "Arduino Product Page",
"description": "Product and support documentation for the Arduino Nano33 BLE Sense",
"link": "https://store.arduino.cc/usa/nano-33-ble-sense-with-headers"
}
],
"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
}
],
"capture_sources": [
{
"name": "Motion",
"part": "LSM9DS1",
"sample_rates": [
476,
238,
119,
50,
10
],
"sensors": [
{
"column_count": 3,
"column_suffixes": [
"X",
"Y",
"Z"
],
"type": "Accelerometer"
},
{
"column_count": 3,
"column_suffixes": [
"X",
"Y",
"Z"
],
"type": "Gyroscope"
}
]
},
{
"name": "Audio",
"part": "Default",
"sample_rates": [
16000
],
"sensors": [
{
"column_count": 1,
"type": "Microphone"
}
]
}
],
"is_little_endian": true
}