Pirate Audio boards

This commit is contained in:
Phil Howard 2019-11-22 13:03:55 +00:00
parent 710489cf12
commit b0795e03bd
8 changed files with 244 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -0,0 +1,61 @@
<!--
---
name: Pirate Audio 3W Amp
class: board
type: audio
formfactor: pHAT
manufacturer: Pimoroni
description: I2S digital audio to 3w stereo amplifier
buy: https://shop.pimoroni.com/products/pirate-audio-3w-stereo-amp
github: https://github.com/pimoroni/pirate-audio
image: 'pimoroni-pirate-audio-3w-stereo-amp.png'
pincount: 40
eeprom: no
power:
'2':
ground:
'25':
'39':
pin:
'12':
name: I2S
'35':
name: I2S
'40':
name: I2S
'22':
name: Amp Enable
active: high
'29':
name: Button A
'31':
name: Button B
'36':
name: Button X
'38':
name: Button Y
'33':
name: LCD Backlight
'21':
name: LCD Data/Command
'19':
name: LCD SPI MOSI
mode: SPI
'23':
name: LCD SPI SCLK
mode: SPI
'24':
name: LCD SPI CS
mode: SPI
install:
'devices':
- 'i2s'
-->
# Pirate Audio: 3W Stereo Amp
Fully supported by Mopidy plugins to create an album-art-displaying digital audio player based on the Raspberry Pi.
* I2C DAC
* 3W Stereo Amplifier
* 240x240 SPI LCD
* 4 Playback control buttons

View File

@ -0,0 +1,61 @@
<!--
---
name: Pirate Audio Headphone Amp
class: board
type: audio
formfactor: pHAT
manufacturer: Pimoroni
description: I2S digital audio to amplified headphone output
buy: https://shop.pimoroni.com/products/pirate-audio-headphone-amp
github: https://github.com/pimoroni/pirate-audio
image: 'pimoroni-pirate-audio-headphone-amp.png'
pincount: 40
eeprom: no
power:
'2':
ground:
'25':
'39':
pin:
'12':
name: I2S
'35':
name: I2S
'40':
name: I2S
'22':
name: Amp Enable
active: high
'29':
name: Button A
'31':
name: Button B
'36':
name: Button X
'38':
name: Button Y
'33':
name: LCD Backlight
'21':
name: LCD Data/Command
'19':
name: LCD SPI MOSI
mode: SPI
'23':
name: LCD SPI SCLK
mode: SPI
'24':
name: LCD SPI CS
mode: SPI
install:
'devices':
- 'i2s'
-->
# Pirate Audio: Headphone Amp
Fully supported by Mopidy plugins to create an album-art-displaying digital audio player based on the Raspberry Pi.
* I2C DAC
* Headphone Amplifier
* 240x240 LCD
* 4 Playback control buttons

View File

@ -0,0 +1,61 @@
<!--
---
name: Pirate AUdio Line Out
class: board
type: audio
formfactor: pHAT
manufacturer: Pimoroni
description: I2S digital audio to amplified headphone output
buy: https://shop.pimoroni.com/products/pirate-audio-line-out
github: https://github.com/pimoroni/pirate-audio
image: 'pimoroni-pirate-audio-line-out.png'
pincount: 40
eeprom: no
power:
'2':
ground:
'25':
'39':
pin:
'12':
name: I2S
'35':
name: I2S
'40':
name: I2S
'22':
name: Amp Enable
active: high
'29':
name: Button A
'31':
name: Button B
'36':
name: Button X
'38':
name: Button Y
'33':
name: LCD Backlight
'21':
name: LCD Data/Command
'19':
name: LCD SPI MOSI
mode: SPI
'23':
name: LCD SPI SCLK
mode: SPI
'24':
name: LCD SPI CS
mode: SPI
install:
'devices':
- 'i2s'
-->
# Pirate Audio: Line-out
Fully supported by Mopidy plugins to create an album-art-displaying digital audio player based on the Raspberry Pi.
* I2C DAC
* Line-level 3.5mm output
* 240x240 LCD
* 4 Playback control buttons

View File

@ -0,0 +1,61 @@
<!--
---
name: Pirate Audio Speaker
class: board
type: audio
formfactor: pHAT
manufacturer: Pimoroni
description: I2S digital audio to onboard speaker
buy: https://shop.pimoroni.com/products/pirate-audio-speaker
github: https://github.com/pimoroni/pirate-audio
image: 'pimoroni-pirate-audio-speaker.png'
pincount: 40
eeprom: no
power:
'2':
ground:
'25':
'39':
pin:
'12':
name: I2S
'35':
name: I2S
'40':
name: I2S
'22':
name: Amp Enable
active: high
'29':
name: Button A
'31':
name: Button B
'36':
name: Button X
'38':
name: Button Y
'33':
name: LCD Backlight
'21':
name: LCD Data/Command
'19':
name: LCD SPI MOSI
mode: SPI
'23':
name: LCD SPI SCLK
mode: SPI
'24':
name: LCD SPI CS
mode: SPI
install:
'devices':
- 'i2s'
-->
# Pirate Audio: Speaker
Fully supported by Mopidy plugins to create an album-art-displaying digital audio player based on the Raspberry Pi.
* I2C DAC
* Onboard Speaker
* 240x240 SPI LCD
* 4 Playback control buttons