Change pins and add DiscoCap for PiZero

This commit is contained in:
crtvalentincic 2015-12-16 07:15:10 +02:00
parent b4221b2047
commit e190c06631
1 changed files with 13 additions and 3 deletions

View File

@ -22,7 +22,7 @@ pin:
active: low active: low
mode: input mode: input
description: Button 2 description: Button 2
'7': '22':
name: Button3 name: Button3
active: low active: low
mode: input mode: input
@ -32,12 +32,12 @@ pin:
active: low active: low
mode: input mode: input
description: Button 4 description: Button 4
'29': '16':
name: Button5 name: Button5
active: low active: low
mode: input mode: input
description: Button 5 description: Button 5
'31': '37':
name: Button6 name: Button6
active: low active: low
mode: input mode: input
@ -60,6 +60,14 @@ pin:
name: SCLK name: SCLK
mode: spi mode: spi
description: LED strip clock description: LED strip clock
'12':
name: AudioR
mode: spi
description: Audio right
'33':
name: AudioL
mode: spi
description: Audio left
--> -->
#DiscoHAT #DiscoHAT
@ -73,6 +81,8 @@ DiscoHAT was created to be used with QLC+ an Open Source light and sound control
The Raspberry Pi 2 has a bit more power and is recommended for DiscoHAT. You can also exchange the 40 pin connector with the 26 pin connector for using it on older Raspberries but then you lose HAT functionality and 4 buttons. The connectors are not soldered to DiscoHAT. It uses SMD through pin sockets. The Raspberry Pi 2 has a bit more power and is recommended for DiscoHAT. You can also exchange the 40 pin connector with the 26 pin connector for using it on older Raspberries but then you lose HAT functionality and 4 buttons. The connectors are not soldered to DiscoHAT. It uses SMD through pin sockets.
For PiZero there is a smaller version called DiscoCap that includes audio out.
DiscoHAT is being used by myself in our theater productions. The DMX output and the pushbuttons are optically isolated and ESD protected to cope with static electricity that easily builds up on stage due to long wires, hot air, plastic surfaces and nylon clothing. DiscoHAT is being used by myself in our theater productions. The DMX output and the pushbuttons are optically isolated and ESD protected to cope with static electricity that easily builds up on stage due to long wires, hot air, plastic surfaces and nylon clothing.
The system has been in use for two plays so far and it is time to share the good things with other entertainers. The system has been in use for two plays so far and it is time to share the good things with other entertainers.