forked from project-alice-assistant/HermesLedControl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hardware.json
108 lines (108 loc) · 2.12 KB
/
hardware.json
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
102
103
104
105
106
107
108
{
"respeaker2": {
"name": "ReSpeaker 2",
"numberOfLeds": 3,
"interface": "apa102",
"endFrame": 255,
"extras": {
"buttons": {
"button1": {
"bcm_gpio": 17,
"function": "onButton1"
}
}
}
},
"respeaker4": {
"name": "ReSpeaker 4",
"numberOfLeds": 12,
"interface": "apa102",
"doa": true,
"endFrame": 255
},
"respeakerMicArrayV2": {
"name": "ReSpeaker Mic array v2",
"numberOfLeds": 12,
"interface": "respeakerMicArrayV2",
"vid": "0x2886",
"pid": "0x0018",
"endFrame": 0,
"extras": {
"volume": {
"min": 0,
"max": 12
},
"vadLed": true
}
},
"respeaker6MicArray": {
"name": "ReSpeaker 6-Mic Circular Array",
"numberOfLeds": 12,
"interface": "apa102",
"doa": true,
"endFrame": 255
},
"respeaker7MicArray": {
"name": "ReSpeaker 7-Mic Array",
"numberOfLeds": 12,
"interface": "respeaker7MicArray",
"doa": true,
"extras": {
"volume": {
"min": 0,
"max": 12
}
}
},
"respeakerCoreV2": {
"name": "Respeaker Core v2",
"numberOfLeds": 12,
"interface": "apa102",
"doa": true,
"endFrame": 0
},
"neoPixelsSK6812RGBW": {
"name": "Adafruit NeoPixels SK6812 RGBW",
"numberOfLeds": 12,
"interface": "neopixels",
"gpioPin": 10,
"type": "SK6812_RGBW"
},
"neoPixelsWS2812RGB": {
"name": "Adafruit NeoPixels WS2812 RGB",
"numberOfLeds": 12,
"interface": "neopixels",
"gpioPin": 10,
"type": "WS2812"
},
"matrixvoice": {
"name": "Matrix Voice",
"numberOfLeds": 18,
"interface": "matrixvoice",
"matrixIp": "127.0.0.1",
"everloopPort": 20021
},
"matrixcreator": {
"name": "Matrix Creator",
"numberOfLeds": 18,
"interface": "matrixvoice",
"matrixIp": "127.0.0.1",
"everloopPort": 20021
},
"googleAIY": {
"__comment__": "Use the broadcom gpio number, not the physical pin number!",
"name": "Google AIY",
"numberOfLeds": 1,
"interface": "pureGPIO",
"activeHigh": true,
"gpios": [25]
},
"puregpio": {
"__comment__": "Use the broadcom gpio number, not the physical pin number!",
"name": "Pure GPIO",
"numberOfLeds": 3,
"interface": "pureGPIO",
"activeHigh": true,
"gpios": [14, 15, 18]
}
}