-
Notifications
You must be signed in to change notification settings - Fork 8
/
ScottHansonEEPROMS.json
100 lines (100 loc) · 3.97 KB
/
ScottHansonEEPROMS.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
{
"name": "Scott Hanson",
"url": "scottnation.com",
"capes": {
"BBB16": {
"description": "Beaglebone Cape with 16 pixel ports, 1 remote differential port, 2 serial ports and an expansion header for additional 16 pixel outputs. Uses Falcon v4 Expansion Pinout(24 pins)",
"versions": {
"v1": {
"url": "https://github.com/computergeek1507/PB_16/raw/master/BBB_16/BBB16-220513130003-eeprom.bin"
},
"v2": {
"url": "https://github.com/computergeek1507/PB_16/raw/master/BBB_16/BBB16v2-221118135219-eeprom.bin"
}
},
"platforms": [
"BeagleBone Black"
]
},
"BBB16-EXP": {
"description": "BeagleBone Cape with Three Expansion Board Ports for 48 outputs. Uses Falcon v4 Expansion Pinout",
"versions": {
"Latest": {
"url": "https://github.com/computergeek1507/PB_16/raw/master/BBB_16_Expansion/BBB16-Exp-220513130004-eeprom.bin"
}
},
"platforms": [
"BeagleBone Black"
]
},
"BBB16-Flex": {
"description": "BeagleBone Cape to use with the HolidayCoro Flex System",
"versions": {
"Latest": {
"url": "hhttps://github.com/computergeek1507/PB_16/raw/master/BBB_16_Flex/BBB16-Flex-220513130003-eeprom.bin"
}
},
"platforms": [
"BeagleBone Black"
]
},
"PB16": {
"description": "Pocketbeagle Pixel Controllers with 16 pixel ports, 2 serial ports and an expansion header for additional 16 pixel outputs.",
"versions": {
"v1": {
"url": "https://github.com/computergeek1507/PB_16/raw/master/PB_16v1/PB16-220513130003-eeprom.bin"
},
"v2": {
"url": "https://github.com/computergeek1507/PB_16/raw/master/PB_16v2_SMD/PB16v2-220513130003-eeprom.bin"
}
},
"platforms": [
"PocketBeagle"
]
},
"Pi_Zero_24_Diff": {
"description": "Cape For PI Zero W or PI Zero 2 with six remote receiver port(24 remote ports), 5 Volt Only.",
"versions": {
"Latest": {
"url": "https://github.com/computergeek1507/PB_16/raw/master/Pi_Zero_24_Diff_SMD/Pi_Zero_24_Diff-eeprom.bin"
}
},
"platforms": [
"Raspberry Pi"
]
},
"Pi_Zero_W_16": {
"description": "Cape For PI Zero W or PI Zero 2 with 16 local pixel ports and two remote receiver port(8 remote ports)",
"versions": {
"Latest": {
"url": "https://github.com/computergeek1507/PB_16/raw/master/Pi_Zero_W_16_SMD/Pi_Zero_W_16-eeprom.bin"
}
},
"platforms": [
"Raspberry Pi"
]
},
"Pi_Zero_Expansion": {
"description": "Cape For PI Zero W or PI Zero 2 with a single Falcon v3/v4 Expansion port for 16 pixel outputs.",
"versions": {
"Latest": {
"url": "https://github.com/computergeek1507/PB_16/raw/master/Pi_Zero_Expansion_SMD/Pi_Zero_Expansion-eeprom.bin"
}
},
"platforms": [
"Raspberry Pi"
]
},
"Pi_Expansion": {
"description": "Cape For Raspberry PI with a single Falcon v3/v4 Expansion port for 16 pixel outputs, 5 Volt Only.",
"versions": {
"Latest": {
"url": "https://github.com/computergeek1507/PB_16/raw/master/Pi_Adapter/Pi_Expansion-eeprom.bin"
}
},
"platforms": [
"Raspberry Pi"
]
}
}
}