Published AudioPlus boards

This commit is contained in:
Phil Howard 2018-05-13 09:10:30 +01:00
parent d302519b3b
commit 940e5f5546
27 changed files with 1363 additions and 0 deletions

View File

Before

Width:  |  Height:  |  Size: 170 KiB

After

Width:  |  Height:  |  Size: 170 KiB

View File

Before

Width:  |  Height:  |  Size: 170 KiB

After

Width:  |  Height:  |  Size: 170 KiB

View File

Before

Width:  |  Height:  |  Size: 170 KiB

After

Width:  |  Height:  |  Size: 170 KiB

View File

@ -165,3 +165,6 @@ overlays:
- fepi-audio-z-V2
- medo64-cananka
- waveshare213paper
- audioplus
- audioplus_speakerplus
- audioplus_speakerplus_micplus

View File

@ -0,0 +1,75 @@
<!--
---
name: RASPIAUDIO AUDIO+
class: board
type: audio
formfactor: Pi ZERO
manufacturer: RASPIAUDIO
description: An I2S digital to analog audio converter
buy: https://raspiaudio.com
image: 'audioplus.png'
pincount: 40
eeprom: no
power:
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'12':
name: I2S
'35':
name: I2S
'40':
name: I2S
install:
'devices':
- 'i2s'
-->
#Audio +
RaspiAudio enables your Raspberry Pi ( Pi 3, 2, B+, A+, and Zero) with a state of the art audio DAC.
Great for home audio sound sytems, an internet radio, or any project with audio.
##Features
1. DAC I2s 24-bit 96KHz audio with studio sampling quality
2. Included dual RCA phono connector line out stereo (soldering required)
3. Line out stereo jack 3.5mm
4. Female header 2x20 (soldering required)
5. Compatible with Raspberry Pi 3, 2, B+, A+, and Zero
##INSTALLATION for Raspian users:
* Plug Audio+ firmly on top of your Raspberry Pi GPIO and turn on your Pi
* Make sure your audio jack is plugged in to your amplifier
* Open a terminal and type:
```bash
sudo wget -O - script.raspiaudio.com | bash
```
* Answer yes to reboot
* If everything went fine you should hear a test sound when typing this command:
```bash
sudo speaker-test -l5 -c2 -t wav
```
* NEW! : On the next reboot you will be able to control the volume from your desktop or by using the command-line tool `alsamixer`

View File

@ -0,0 +1,89 @@
<!--
---
name: RASPIAUDIO AUDIO+ SPEAKERS+
class: board
type: audio,io
formfactor: HAT ZERO FORMAT
manufacturer: RASPIAUDIO
description: An I2S digital to analog audio converter with 2X5W STEREO AMP FOR ONBOARD/EXTERNAL SPEAKERS
buy: https://raspiaudio.com
image: 'audioplus_speakerplus.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'12':
name: I2S Clock
'16':
name: Button
mode: input
active: low
'22':
name: LED
mode: output
active: high
'35':
name: I2S WS
'40':
name: I2S Data
install:
'devices':
- 'i2s'
-->
#Audio+ Speaker+
##2X5W STEREO AMP FOR ONBOARD/EXTERNAL SPEAKERS
* Great for any portable radio project where you need built in speaker
* Power your old speaker directly
* No extra power supply required
##Features:
(There is no microphone on this board, for a microphone see our other model MIC+)
1. 2x5w Stereo Amplification 2 onboard speaker included
2. DAC I2s 24-bit audio with studio sampling quality
3. Line out stereo 3.5mm jack
4. Onboard red button, 1 status led
5. Extention screw terminal for external speakers (2 to 8 ohm)
6. Extention screw terminal for external push button, external led.
7. Soldered Long female header 2x20 (NO soldering required) Compatible with Raspberry Pi 3, 2, B+, A+, and Zero
##INSTALLATION for Raspian users:
* Plug Audio+ firmly on top of your Raspberry Pi GPIO and turn on your Pi
* Open a terminal and type the following to download and run the installer:
```bash
sudo wget -O - script.raspiaudio.com | bash
```
* Say yes TO the reboot
* On the next reboot you have to run the test to finish the installation (it is an ALSA oddness):
```bash
sudo speaker-test -l5 -c2 -t wav
```
* Reboot again and you will be able to control the volume from your desktop or by using the command-line tool `alsamixer`

View File

@ -0,0 +1,105 @@
<!--
---
name: RASPIAUDIO AUDIO+ SPEAKERS+ MIC+
class: board
type: audio,io
formfactor: HAT ZERO FORMAT
manufacturer: RASPIAUDIO
description: An I2S digital to analog audio converter with 2X5W STEREO AMP FOR ONBOARD/EXTERNAL SPEAKERS and detachable ONBOARD I2S MICROPHONE
buy: https://raspiaudio.com
image: 'audioplus_speakerplus_micplus.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'12':
name: I2S Clock
'16':
name: Button
mode: input
active: low
'22':
name: LED
mode: output
active: high
'35':
name: I2S WS
'40':
name: I2S Data
install:
'devices':
- 'i2s'
-->
#Audio+ Speaker+ Microphone+
##2X5W STEREO AMP FOR ONBOARD/EXTERNAL SPEAKERS
* Experiment with the Google AIY assistant (100% pin to pin compatible).
* Use open source assistants such as ADRIAN, SNIPS project and others
* Voice changer
* Great for any portable radio project where you need a built in speaker
* Power your old speaker directly
* No extra power supply required
##Features:
1. Microphone I2S High sensitivity on board (can be separate from the main boad using the included cable)
2. 2x5w Stereo Amplification anf 2 onboard speaker included
3. DAC I2s 24-bit audio with studio sampling quality
4. Line out stereo 3.5mm jack
5. Onboard red button, 1 status led
6. Extention screw terminal for external speakers (2 to 8 ohm)
7. Extention screw terminal for external push button and external led.
8. Soldered Long female header 2x20 (NO soldering required) Compatible with Raspberry Pi 3, 2, B+, A+, and Zero
##INSTALLATION:
* Plug Audio+ firmly on top of your Raspberry Pi GPIO and turn on your Pi
* Open a terminal and type the following to download and run the installer:
```bash
sudo wget -O mic mic.raspiaudio.com
sudo bash mic
```
* Say yes to reboot
* On the next reboot you must run the test to finish the installation (it is an ALSA oddness):
```bash
sudo wget -O test test.raspiaudio.com
sudo bash test
```
* Push the onboard button, you should hear "Front Left" "Front Right" then the recorded sequence by the microphone.
* If the volume is too low you can adjust the gain of the microphone by rebooting and typing the following into a terminal:
```bash
alsamixer
```

View File

@ -164,3 +164,6 @@ overlays:
- fepi-audio-z-V2
- medo64-cananka
- waveshare213paper
- audioplus
- audioplus_speakerplus
- audioplus_speakerplus_micplus

View File

@ -164,3 +164,6 @@ overlays:
- fepi-audio-z-V2
- medo64-cananka
- waveshare213paper
- audioplus
- audioplus_speakerplus
- audioplus_speakerplus_micplus

View File

@ -0,0 +1,75 @@
<!--
---
name: RASPIAUDIO AUDIO+
class: board
type: audio
formfactor: Pi ZERO
manufacturer: RASPIAUDIO
description: An I2S digital to analog audio converter
buy: https://raspiaudio.com
image: 'audioplus.png'
pincount: 40
eeprom: no
power:
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'12':
name: I2S
'35':
name: I2S
'40':
name: I2S
install:
'devices':
- 'i2s'
-->
#Audio +
RaspiAudio enables your Raspberry Pi ( Pi 3, 2, B+, A+, and Zero) with a state of the art audio DAC.
Great for home audio sound sytems, an internet radio, or any project with audio.
##Features
1. DAC I2s 24-bit 96KHz audio with studio sampling quality
2. Included dual RCA phono connector line out stereo (soldering required)
3. Line out stereo jack 3.5mm
4. Female header 2x20 (soldering required)
5. Compatible with Raspberry Pi 3, 2, B+, A+, and Zero
##INSTALLATION for Raspian users:
* Plug Audio+ firmly on top of your Raspberry Pi GPIO and turn on your Pi
* Make sure your audio jack is plugged in to your amplifier
* Open a terminal and type:
```bash
sudo wget -O - script.raspiaudio.com | bash
```
* Answer yes to reboot
* If everything went fine you should hear a test sound when typing this command:
```bash
sudo speaker-test -l5 -c2 -t wav
```
* NEW! : On the next reboot you will be able to control the volume from your desktop or by using the command-line tool `alsamixer`

View File

@ -0,0 +1,89 @@
<!--
---
name: RASPIAUDIO AUDIO+ SPEAKERS+
class: board
type: audio,io
formfactor: HAT ZERO FORMAT
manufacturer: RASPIAUDIO
description: An I2S digital to analog audio converter with 2X5W STEREO AMP FOR ONBOARD/EXTERNAL SPEAKERS
buy: https://raspiaudio.com
image: 'audioplus_speakerplus.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'12':
name: I2S Clock
'16':
name: Button
mode: input
active: low
'22':
name: LED
mode: output
active: high
'35':
name: I2S WS
'40':
name: I2S Data
install:
'devices':
- 'i2s'
-->
#Audio+ Speaker+
##2X5W STEREO AMP FOR ONBOARD/EXTERNAL SPEAKERS
* Great for any portable radio project where you need built in speaker
* Power your old speaker directly
* No extra power supply required
##Features:
(There is no microphone on this board, for a microphone see our other model MIC+)
1. 2x5w Stereo Amplification 2 onboard speaker included
2. DAC I2s 24-bit audio with studio sampling quality
3. Line out stereo 3.5mm jack
4. Onboard red button, 1 status led
5. Extention screw terminal for external speakers (2 to 8 ohm)
6. Extention screw terminal for external push button, external led.
7. Soldered Long female header 2x20 (NO soldering required) Compatible with Raspberry Pi 3, 2, B+, A+, and Zero
##INSTALLATION for Raspian users:
* Plug Audio+ firmly on top of your Raspberry Pi GPIO and turn on your Pi
* Open a terminal and type the following to download and run the installer:
```bash
sudo wget -O - script.raspiaudio.com | bash
```
* Say yes TO the reboot
* On the next reboot you have to run the test to finish the installation (it is an ALSA oddness):
```bash
sudo speaker-test -l5 -c2 -t wav
```
* Reboot again and you will be able to control the volume from your desktop or by using the command-line tool `alsamixer`

View File

@ -0,0 +1,105 @@
<!--
---
name: RASPIAUDIO AUDIO+ SPEAKERS+ MIC+
class: board
type: audio,io
formfactor: HAT ZERO FORMAT
manufacturer: RASPIAUDIO
description: An I2S digital to analog audio converter with 2X5W STEREO AMP FOR ONBOARD/EXTERNAL SPEAKERS and detachable ONBOARD I2S MICROPHONE
buy: https://raspiaudio.com
image: 'audioplus_speakerplus_micplus.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'12':
name: I2S Clock
'16':
name: Button
mode: input
active: low
'22':
name: LED
mode: output
active: high
'35':
name: I2S WS
'40':
name: I2S Data
install:
'devices':
- 'i2s'
-->
#Audio+ Speaker+ Microphone+
##2X5W STEREO AMP FOR ONBOARD/EXTERNAL SPEAKERS
* Experiment with the Google AIY assistant (100% pin to pin compatible).
* Use open source assistants such as ADRIAN, SNIPS project and others
* Voice changer
* Great for any portable radio project where you need a built in speaker
* Power your old speaker directly
* No extra power supply required
##Features:
1. Microphone I2S High sensitivity on board (can be separate from the main boad using the included cable)
2. 2x5w Stereo Amplification anf 2 onboard speaker included
3. DAC I2s 24-bit audio with studio sampling quality
4. Line out stereo 3.5mm jack
5. Onboard red button, 1 status led
6. Extention screw terminal for external speakers (2 to 8 ohm)
7. Extention screw terminal for external push button and external led.
8. Soldered Long female header 2x20 (NO soldering required) Compatible with Raspberry Pi 3, 2, B+, A+, and Zero
##INSTALLATION:
* Plug Audio+ firmly on top of your Raspberry Pi GPIO and turn on your Pi
* Open a terminal and type the following to download and run the installer:
```bash
sudo wget -O mic mic.raspiaudio.com
sudo bash mic
```
* Say yes to reboot
* On the next reboot you must run the test to finish the installation (it is an ALSA oddness):
```bash
sudo wget -O test test.raspiaudio.com
sudo bash test
```
* Push the onboard button, you should hear "Front Left" "Front Right" then the recorded sequence by the microphone.
* If the volume is too low you can adjust the gain of the microphone by rebooting and typing the following into a terminal:
```bash
alsamixer
```

View File

@ -165,3 +165,6 @@ overlays:
- fepi-audio-z-V2
- medo64-cananka
- waveshare213paper
- audioplus
- audioplus_speakerplus
- audioplus_speakerplus_micplus

View File

@ -0,0 +1,75 @@
<!--
---
name: RASPIAUDIO AUDIO+
class: board
type: audio
formfactor: Pi ZERO
manufacturer: RASPIAUDIO
description: An I2S digital to analog audio converter
buy: https://raspiaudio.com
image: 'audioplus.png'
pincount: 40
eeprom: no
power:
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'12':
name: I2S
'35':
name: I2S
'40':
name: I2S
install:
'devices':
- 'i2s'
-->
#Audio +
RaspiAudio enables your Raspberry Pi ( Pi 3, 2, B+, A+, and Zero) with a state of the art audio DAC.
Great for home audio sound sytems, an internet radio, or any project with audio.
##Features
1. DAC I2s 24-bit 96KHz audio with studio sampling quality
2. Included dual RCA phono connector line out stereo (soldering required)
3. Line out stereo jack 3.5mm
4. Female header 2x20 (soldering required)
5. Compatible with Raspberry Pi 3, 2, B+, A+, and Zero
##INSTALLATION for Raspian users:
* Plug Audio+ firmly on top of your Raspberry Pi GPIO and turn on your Pi
* Make sure your audio jack is plugged in to your amplifier
* Open a terminal and type:
```bash
sudo wget -O - script.raspiaudio.com | bash
```
* Answer yes to reboot
* If everything went fine you should hear a test sound when typing this command:
```bash
sudo speaker-test -l5 -c2 -t wav
```
* NEW! : On the next reboot you will be able to control the volume from your desktop or by using the command-line tool `alsamixer`

View File

@ -0,0 +1,89 @@
<!--
---
name: RASPIAUDIO AUDIO+ SPEAKERS+
class: board
type: audio,io
formfactor: HAT ZERO FORMAT
manufacturer: RASPIAUDIO
description: An I2S digital to analog audio converter with 2X5W STEREO AMP FOR ONBOARD/EXTERNAL SPEAKERS
buy: https://raspiaudio.com
image: 'audioplus_speakerplus.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'12':
name: I2S Clock
'16':
name: Button
mode: input
active: low
'22':
name: LED
mode: output
active: high
'35':
name: I2S WS
'40':
name: I2S Data
install:
'devices':
- 'i2s'
-->
#Audio+ Speaker+
##2X5W STEREO AMP FOR ONBOARD/EXTERNAL SPEAKERS
* Great for any portable radio project where you need built in speaker
* Power your old speaker directly
* No extra power supply required
##Features:
(There is no microphone on this board, for a microphone see our other model MIC+)
1. 2x5w Stereo Amplification 2 onboard speaker included
2. DAC I2s 24-bit audio with studio sampling quality
3. Line out stereo 3.5mm jack
4. Onboard red button, 1 status led
5. Extention screw terminal for external speakers (2 to 8 ohm)
6. Extention screw terminal for external push button, external led.
7. Soldered Long female header 2x20 (NO soldering required) Compatible with Raspberry Pi 3, 2, B+, A+, and Zero
##INSTALLATION for Raspian users:
* Plug Audio+ firmly on top of your Raspberry Pi GPIO and turn on your Pi
* Open a terminal and type the following to download and run the installer:
```bash
sudo wget -O - script.raspiaudio.com | bash
```
* Say yes TO the reboot
* On the next reboot you have to run the test to finish the installation (it is an ALSA oddness):
```bash
sudo speaker-test -l5 -c2 -t wav
```
* Reboot again and you will be able to control the volume from your desktop or by using the command-line tool `alsamixer`

View File

@ -0,0 +1,105 @@
<!--
---
name: RASPIAUDIO AUDIO+ SPEAKERS+ MIC+
class: board
type: audio,io
formfactor: HAT ZERO FORMAT
manufacturer: RASPIAUDIO
description: An I2S digital to analog audio converter with 2X5W STEREO AMP FOR ONBOARD/EXTERNAL SPEAKERS and detachable ONBOARD I2S MICROPHONE
buy: https://raspiaudio.com
image: 'audioplus_speakerplus_micplus.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'12':
name: I2S Clock
'16':
name: Button
mode: input
active: low
'22':
name: LED
mode: output
active: high
'35':
name: I2S WS
'40':
name: I2S Data
install:
'devices':
- 'i2s'
-->
#Audio+ Speaker+ Microphone+
##2X5W STEREO AMP FOR ONBOARD/EXTERNAL SPEAKERS
* Experiment with the Google AIY assistant (100% pin to pin compatible).
* Use open source assistants such as ADRIAN, SNIPS project and others
* Voice changer
* Great for any portable radio project where you need a built in speaker
* Power your old speaker directly
* No extra power supply required
##Features:
1. Microphone I2S High sensitivity on board (can be separate from the main boad using the included cable)
2. 2x5w Stereo Amplification anf 2 onboard speaker included
3. DAC I2s 24-bit audio with studio sampling quality
4. Line out stereo 3.5mm jack
5. Onboard red button, 1 status led
6. Extention screw terminal for external speakers (2 to 8 ohm)
7. Extention screw terminal for external push button and external led.
8. Soldered Long female header 2x20 (NO soldering required) Compatible with Raspberry Pi 3, 2, B+, A+, and Zero
##INSTALLATION:
* Plug Audio+ firmly on top of your Raspberry Pi GPIO and turn on your Pi
* Open a terminal and type the following to download and run the installer:
```bash
sudo wget -O mic mic.raspiaudio.com
sudo bash mic
```
* Say yes to reboot
* On the next reboot you must run the test to finish the installation (it is an ALSA oddness):
```bash
sudo wget -O test test.raspiaudio.com
sudo bash test
```
* Push the onboard button, you should hear "Front Left" "Front Right" then the recorded sequence by the microphone.
* If the volume is too low you can adjust the gain of the microphone by rebooting and typing the following into a terminal:
```bash
alsamixer
```

View File

@ -165,3 +165,6 @@ overlays:
- fepi-audio-z-V2
- medo64-cananka
- waveshare213paper
- audioplus
- audioplus_speakerplus
- audioplus_speakerplus_micplus

View File

@ -0,0 +1,75 @@
<!--
---
name: RASPIAUDIO AUDIO+
class: board
type: audio
formfactor: Pi ZERO
manufacturer: RASPIAUDIO
description: An I2S digital to analog audio converter
buy: https://raspiaudio.com
image: 'audioplus.png'
pincount: 40
eeprom: no
power:
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'12':
name: I2S
'35':
name: I2S
'40':
name: I2S
install:
'devices':
- 'i2s'
-->
#Audio +
RaspiAudio enables your Raspberry Pi ( Pi 3, 2, B+, A+, and Zero) with a state of the art audio DAC.
Great for home audio sound sytems, an internet radio, or any project with audio.
##Features
1. DAC I2s 24-bit 96KHz audio with studio sampling quality
2. Included dual RCA phono connector line out stereo (soldering required)
3. Line out stereo jack 3.5mm
4. Female header 2x20 (soldering required)
5. Compatible with Raspberry Pi 3, 2, B+, A+, and Zero
##INSTALLATION for Raspian users:
* Plug Audio+ firmly on top of your Raspberry Pi GPIO and turn on your Pi
* Make sure your audio jack is plugged in to your amplifier
* Open a terminal and type:
```bash
sudo wget -O - script.raspiaudio.com | bash
```
* Answer yes to reboot
* If everything went fine you should hear a test sound when typing this command:
```bash
sudo speaker-test -l5 -c2 -t wav
```
* NEW! : On the next reboot you will be able to control the volume from your desktop or by using the command-line tool `alsamixer`

View File

@ -0,0 +1,89 @@
<!--
---
name: RASPIAUDIO AUDIO+ SPEAKERS+
class: board
type: audio,io
formfactor: HAT ZERO FORMAT
manufacturer: RASPIAUDIO
description: An I2S digital to analog audio converter with 2X5W STEREO AMP FOR ONBOARD/EXTERNAL SPEAKERS
buy: https://raspiaudio.com
image: 'audioplus_speakerplus.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'12':
name: I2S Clock
'16':
name: Button
mode: input
active: low
'22':
name: LED
mode: output
active: high
'35':
name: I2S WS
'40':
name: I2S Data
install:
'devices':
- 'i2s'
-->
#Audio+ Speaker+
##2X5W STEREO AMP FOR ONBOARD/EXTERNAL SPEAKERS
* Great for any portable radio project where you need built in speaker
* Power your old speaker directly
* No extra power supply required
##Features:
(There is no microphone on this board, for a microphone see our other model MIC+)
1. 2x5w Stereo Amplification 2 onboard speaker included
2. DAC I2s 24-bit audio with studio sampling quality
3. Line out stereo 3.5mm jack
4. Onboard red button, 1 status led
5. Extention screw terminal for external speakers (2 to 8 ohm)
6. Extention screw terminal for external push button, external led.
7. Soldered Long female header 2x20 (NO soldering required) Compatible with Raspberry Pi 3, 2, B+, A+, and Zero
##INSTALLATION for Raspian users:
* Plug Audio+ firmly on top of your Raspberry Pi GPIO and turn on your Pi
* Open a terminal and type the following to download and run the installer:
```bash
sudo wget -O - script.raspiaudio.com | bash
```
* Say yes TO the reboot
* On the next reboot you have to run the test to finish the installation (it is an ALSA oddness):
```bash
sudo speaker-test -l5 -c2 -t wav
```
* Reboot again and you will be able to control the volume from your desktop or by using the command-line tool `alsamixer`

View File

@ -0,0 +1,105 @@
<!--
---
name: RASPIAUDIO AUDIO+ SPEAKERS+ MIC+
class: board
type: audio,io
formfactor: HAT ZERO FORMAT
manufacturer: RASPIAUDIO
description: An I2S digital to analog audio converter with 2X5W STEREO AMP FOR ONBOARD/EXTERNAL SPEAKERS and detachable ONBOARD I2S MICROPHONE
buy: https://raspiaudio.com
image: 'audioplus_speakerplus_micplus.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'12':
name: I2S Clock
'16':
name: Button
mode: input
active: low
'22':
name: LED
mode: output
active: high
'35':
name: I2S WS
'40':
name: I2S Data
install:
'devices':
- 'i2s'
-->
#Audio+ Speaker+ Microphone+
##2X5W STEREO AMP FOR ONBOARD/EXTERNAL SPEAKERS
* Experiment with the Google AIY assistant (100% pin to pin compatible).
* Use open source assistants such as ADRIAN, SNIPS project and others
* Voice changer
* Great for any portable radio project where you need a built in speaker
* Power your old speaker directly
* No extra power supply required
##Features:
1. Microphone I2S High sensitivity on board (can be separate from the main boad using the included cable)
2. 2x5w Stereo Amplification anf 2 onboard speaker included
3. DAC I2s 24-bit audio with studio sampling quality
4. Line out stereo 3.5mm jack
5. Onboard red button, 1 status led
6. Extention screw terminal for external speakers (2 to 8 ohm)
7. Extention screw terminal for external push button and external led.
8. Soldered Long female header 2x20 (NO soldering required) Compatible with Raspberry Pi 3, 2, B+, A+, and Zero
##INSTALLATION:
* Plug Audio+ firmly on top of your Raspberry Pi GPIO and turn on your Pi
* Open a terminal and type the following to download and run the installer:
```bash
sudo wget -O mic mic.raspiaudio.com
sudo bash mic
```
* Say yes to reboot
* On the next reboot you must run the test to finish the installation (it is an ALSA oddness):
```bash
sudo wget -O test test.raspiaudio.com
sudo bash test
```
* Push the onboard button, you should hear "Front Left" "Front Right" then the recorded sequence by the microphone.
* If the volume is too low you can adjust the gain of the microphone by rebooting and typing the following into a terminal:
```bash
alsamixer
```

View File

@ -165,3 +165,6 @@ overlays:
- fepi-audio-z-V2
- medo64-cananka
- waveshare213paper
- audioplus
- audioplus_speakerplus
- audioplus_speakerplus_micplus

View File

@ -0,0 +1,75 @@
<!--
---
name: RASPIAUDIO AUDIO+
class: board
type: audio
formfactor: Pi ZERO
manufacturer: RASPIAUDIO
description: An I2S digital to analog audio converter
buy: https://raspiaudio.com
image: 'audioplus.png'
pincount: 40
eeprom: no
power:
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'12':
name: I2S
'35':
name: I2S
'40':
name: I2S
install:
'devices':
- 'i2s'
-->
#Audio +
RaspiAudio enables your Raspberry Pi ( Pi 3, 2, B+, A+, and Zero) with a state of the art audio DAC.
Great for home audio sound sytems, an internet radio, or any project with audio.
##Features
1. DAC I2s 24-bit 96KHz audio with studio sampling quality
2. Included dual RCA phono connector line out stereo (soldering required)
3. Line out stereo jack 3.5mm
4. Female header 2x20 (soldering required)
5. Compatible with Raspberry Pi 3, 2, B+, A+, and Zero
##INSTALLATION for Raspian users:
* Plug Audio+ firmly on top of your Raspberry Pi GPIO and turn on your Pi
* Make sure your audio jack is plugged in to your amplifier
* Open a terminal and type:
```bash
sudo wget -O - script.raspiaudio.com | bash
```
* Answer yes to reboot
* If everything went fine you should hear a test sound when typing this command:
```bash
sudo speaker-test -l5 -c2 -t wav
```
* NEW! : On the next reboot you will be able to control the volume from your desktop or by using the command-line tool `alsamixer`

View File

@ -0,0 +1,89 @@
<!--
---
name: RASPIAUDIO AUDIO+ SPEAKERS+
class: board
type: audio,io
formfactor: HAT ZERO FORMAT
manufacturer: RASPIAUDIO
description: An I2S digital to analog audio converter with 2X5W STEREO AMP FOR ONBOARD/EXTERNAL SPEAKERS
buy: https://raspiaudio.com
image: 'audioplus_speakerplus.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'12':
name: I2S Clock
'16':
name: Button
mode: input
active: low
'22':
name: LED
mode: output
active: high
'35':
name: I2S WS
'40':
name: I2S Data
install:
'devices':
- 'i2s'
-->
#Audio+ Speaker+
##2X5W STEREO AMP FOR ONBOARD/EXTERNAL SPEAKERS
* Great for any portable radio project where you need built in speaker
* Power your old speaker directly
* No extra power supply required
##Features:
(There is no microphone on this board, for a microphone see our other model MIC+)
1. 2x5w Stereo Amplification 2 onboard speaker included
2. DAC I2s 24-bit audio with studio sampling quality
3. Line out stereo 3.5mm jack
4. Onboard red button, 1 status led
5. Extention screw terminal for external speakers (2 to 8 ohm)
6. Extention screw terminal for external push button, external led.
7. Soldered Long female header 2x20 (NO soldering required) Compatible with Raspberry Pi 3, 2, B+, A+, and Zero
##INSTALLATION for Raspian users:
* Plug Audio+ firmly on top of your Raspberry Pi GPIO and turn on your Pi
* Open a terminal and type the following to download and run the installer:
```bash
sudo wget -O - script.raspiaudio.com | bash
```
* Say yes TO the reboot
* On the next reboot you have to run the test to finish the installation (it is an ALSA oddness):
```bash
sudo speaker-test -l5 -c2 -t wav
```
* Reboot again and you will be able to control the volume from your desktop or by using the command-line tool `alsamixer`

View File

@ -0,0 +1,105 @@
<!--
---
name: RASPIAUDIO AUDIO+ SPEAKERS+ MIC+
class: board
type: audio,io
formfactor: HAT ZERO FORMAT
manufacturer: RASPIAUDIO
description: An I2S digital to analog audio converter with 2X5W STEREO AMP FOR ONBOARD/EXTERNAL SPEAKERS and detachable ONBOARD I2S MICROPHONE
buy: https://raspiaudio.com
image: 'audioplus_speakerplus_micplus.png'
pincount: 40
eeprom: no
power:
'1':
'2':
ground:
'6':
'9':
'14':
'20':
'25':
'30':
'34':
'39':
pin:
'12':
name: I2S Clock
'16':
name: Button
mode: input
active: low
'22':
name: LED
mode: output
active: high
'35':
name: I2S WS
'40':
name: I2S Data
install:
'devices':
- 'i2s'
-->
#Audio+ Speaker+ Microphone+
##2X5W STEREO AMP FOR ONBOARD/EXTERNAL SPEAKERS
* Experiment with the Google AIY assistant (100% pin to pin compatible).
* Use open source assistants such as ADRIAN, SNIPS project and others
* Voice changer
* Great for any portable radio project where you need a built in speaker
* Power your old speaker directly
* No extra power supply required
##Features:
1. Microphone I2S High sensitivity on board (can be separate from the main boad using the included cable)
2. 2x5w Stereo Amplification anf 2 onboard speaker included
3. DAC I2s 24-bit audio with studio sampling quality
4. Line out stereo 3.5mm jack
5. Onboard red button, 1 status led
6. Extention screw terminal for external speakers (2 to 8 ohm)
7. Extention screw terminal for external push button and external led.
8. Soldered Long female header 2x20 (NO soldering required) Compatible with Raspberry Pi 3, 2, B+, A+, and Zero
##INSTALLATION:
* Plug Audio+ firmly on top of your Raspberry Pi GPIO and turn on your Pi
* Open a terminal and type the following to download and run the installer:
```bash
sudo wget -O mic mic.raspiaudio.com
sudo bash mic
```
* Say yes to reboot
* On the next reboot you must run the test to finish the installation (it is an ALSA oddness):
```bash
sudo wget -O test test.raspiaudio.com
sudo bash test
```
* Push the onboard button, you should hear "Front Left" "Front Right" then the recorded sequence by the microphone.
* If the volume is too low you can adjust the gain of the microphone by rebooting and typing the following into a terminal:
```bash
alsamixer
```