-
Notifications
You must be signed in to change notification settings - Fork 2
/
psoc6.ssf
90 lines (90 loc) · 2.57 KB
/
psoc6.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
{
"uuid": "00000000-0000-0000-0000-000000000000",
"device_name": "PSoC 6 Wi-Fi BT Pioneer Kit",
"device_manufacturer": "Infineon",
"plugin_developer": "SensiML",
"firmware_download_links": [
{
"title": "Data Collection Firmware",
"description": "SensiML documentation for building data collection and recognition firmware",
"link": "https://sensiml.com/documentation/firmware/infineon-psoc6/infineon-psoc6-cy8ckit-062s2-43012.html"
}
],
"documentation_links": [
{
"title": "Infineon Product Page",
"description": "Product and support documentation for the Infineon PSoC 6 Wi-Fi BT Pioneer Kit",
"link": "https://www.infineon.com/cms/en/product/evaluation-boards/cy8ckit-062s2-43012/"
}
],
"device_connections": [
{
"display_name": "Serial Port",
"value": 1,
"is_default": true,
"serial_port_configuration": {
"baud": 1000000,
"stop_bits": 1,
"parity": 0,
"handshake": 0
}
},
{
"display_name": "Wi-Fi",
"value": 2,
"is_default": false
}
],
"capture_sources": [
{
"name": "Motion",
"part": "BMX160",
"sample_rates": [
400,
200,
100,
50,
10
],
"sensors": [
{
"column_count": 3,
"column_suffixes": [
"X",
"Y",
"Z"
],
"type": "Accelerometer",
"is_default": true,
"parameters": []
},
{
"column_count": 3,
"column_suffixes": [
"X",
"Y",
"Z"
],
"type": "Gyroscope",
"is_default": true,
"parameters": []
}
]
},
{
"name": "Audio",
"part": "Default",
"sample_rates": [
16000
],
"sensors": [
{
"column_count": 1,
"type": "Microphone",
"parameters": []
}
]
}
],
"is_little_endian": true
}