From 940e5f55469fa44f5f444ff39dd201051780a1d7 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Sun, 13 May 2018 09:10:30 +0100 Subject: [PATCH] Published AudioPlus boards --- {draft => resources}/boards/audioplus.png | Bin .../boards/audioplus_speakerplus.png | Bin .../boards/audioplus_speakerplus_micplus.png | Bin src/de/settings.yaml | 3 + .../overlay => src/de/translate}/audioplus.md | 0 .../de/translate}/audioplus_speakerplus.md | 0 .../audioplus_speakerplus_micplus.md | 0 src/en/overlay/audioplus.md | 75 +++++++++++++ src/en/overlay/audioplus_speakerplus.md | 89 +++++++++++++++ .../overlay/audioplus_speakerplus_micplus.md | 105 ++++++++++++++++++ src/en/settings.yaml | 3 + src/es/settings.yaml | 3 + src/es/translate/audioplus.md | 75 +++++++++++++ src/es/translate/audioplus_speakerplus.md | 89 +++++++++++++++ .../audioplus_speakerplus_micplus.md | 105 ++++++++++++++++++ src/fr/settings.yaml | 3 + src/fr/translate/audioplus.md | 75 +++++++++++++ src/fr/translate/audioplus_speakerplus.md | 89 +++++++++++++++ .../audioplus_speakerplus_micplus.md | 105 ++++++++++++++++++ src/it/settings.yaml | 3 + src/it/translate/audioplus.md | 75 +++++++++++++ src/it/translate/audioplus_speakerplus.md | 89 +++++++++++++++ .../audioplus_speakerplus_micplus.md | 105 ++++++++++++++++++ src/tr/settings.yaml | 3 + src/tr/translate/audioplus.md | 75 +++++++++++++ src/tr/translate/audioplus_speakerplus.md | 89 +++++++++++++++ .../audioplus_speakerplus_micplus.md | 105 ++++++++++++++++++ 27 files changed, 1363 insertions(+) rename {draft => resources}/boards/audioplus.png (100%) rename {draft => resources}/boards/audioplus_speakerplus.png (100%) rename {draft => resources}/boards/audioplus_speakerplus_micplus.png (100%) rename {draft/overlay => src/de/translate}/audioplus.md (100%) rename {draft/overlay => src/de/translate}/audioplus_speakerplus.md (100%) rename {draft/overlay => src/de/translate}/audioplus_speakerplus_micplus.md (100%) create mode 100644 src/en/overlay/audioplus.md create mode 100644 src/en/overlay/audioplus_speakerplus.md create mode 100644 src/en/overlay/audioplus_speakerplus_micplus.md create mode 100644 src/es/translate/audioplus.md create mode 100644 src/es/translate/audioplus_speakerplus.md create mode 100644 src/es/translate/audioplus_speakerplus_micplus.md create mode 100644 src/fr/translate/audioplus.md create mode 100644 src/fr/translate/audioplus_speakerplus.md create mode 100644 src/fr/translate/audioplus_speakerplus_micplus.md create mode 100644 src/it/translate/audioplus.md create mode 100644 src/it/translate/audioplus_speakerplus.md create mode 100644 src/it/translate/audioplus_speakerplus_micplus.md create mode 100644 src/tr/translate/audioplus.md create mode 100644 src/tr/translate/audioplus_speakerplus.md create mode 100644 src/tr/translate/audioplus_speakerplus_micplus.md diff --git a/draft/boards/audioplus.png b/resources/boards/audioplus.png similarity index 100% rename from draft/boards/audioplus.png rename to resources/boards/audioplus.png diff --git a/draft/boards/audioplus_speakerplus.png b/resources/boards/audioplus_speakerplus.png similarity index 100% rename from draft/boards/audioplus_speakerplus.png rename to resources/boards/audioplus_speakerplus.png diff --git a/draft/boards/audioplus_speakerplus_micplus.png b/resources/boards/audioplus_speakerplus_micplus.png similarity index 100% rename from draft/boards/audioplus_speakerplus_micplus.png rename to resources/boards/audioplus_speakerplus_micplus.png diff --git a/src/de/settings.yaml b/src/de/settings.yaml index 3591b7a..66aa7a5 100644 --- a/src/de/settings.yaml +++ b/src/de/settings.yaml @@ -165,3 +165,6 @@ overlays: - fepi-audio-z-V2 - medo64-cananka - waveshare213paper +- audioplus +- audioplus_speakerplus +- audioplus_speakerplus_micplus diff --git a/draft/overlay/audioplus.md b/src/de/translate/audioplus.md similarity index 100% rename from draft/overlay/audioplus.md rename to src/de/translate/audioplus.md diff --git a/draft/overlay/audioplus_speakerplus.md b/src/de/translate/audioplus_speakerplus.md similarity index 100% rename from draft/overlay/audioplus_speakerplus.md rename to src/de/translate/audioplus_speakerplus.md diff --git a/draft/overlay/audioplus_speakerplus_micplus.md b/src/de/translate/audioplus_speakerplus_micplus.md similarity index 100% rename from draft/overlay/audioplus_speakerplus_micplus.md rename to src/de/translate/audioplus_speakerplus_micplus.md diff --git a/src/en/overlay/audioplus.md b/src/en/overlay/audioplus.md new file mode 100644 index 0000000..e2f6b03 --- /dev/null +++ b/src/en/overlay/audioplus.md @@ -0,0 +1,75 @@ + +#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` + + + diff --git a/src/en/overlay/audioplus_speakerplus.md b/src/en/overlay/audioplus_speakerplus.md new file mode 100644 index 0000000..e012fa4 --- /dev/null +++ b/src/en/overlay/audioplus_speakerplus.md @@ -0,0 +1,89 @@ + +#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` diff --git a/src/en/overlay/audioplus_speakerplus_micplus.md b/src/en/overlay/audioplus_speakerplus_micplus.md new file mode 100644 index 0000000..b998509 --- /dev/null +++ b/src/en/overlay/audioplus_speakerplus_micplus.md @@ -0,0 +1,105 @@ + +#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 +``` + + diff --git a/src/en/settings.yaml b/src/en/settings.yaml index 3b898d3..e1ef084 100644 --- a/src/en/settings.yaml +++ b/src/en/settings.yaml @@ -164,3 +164,6 @@ overlays: - fepi-audio-z-V2 - medo64-cananka - waveshare213paper +- audioplus +- audioplus_speakerplus +- audioplus_speakerplus_micplus diff --git a/src/es/settings.yaml b/src/es/settings.yaml index 60fd384..164e6cd 100644 --- a/src/es/settings.yaml +++ b/src/es/settings.yaml @@ -164,3 +164,6 @@ overlays: - fepi-audio-z-V2 - medo64-cananka - waveshare213paper +- audioplus +- audioplus_speakerplus +- audioplus_speakerplus_micplus diff --git a/src/es/translate/audioplus.md b/src/es/translate/audioplus.md new file mode 100644 index 0000000..e2f6b03 --- /dev/null +++ b/src/es/translate/audioplus.md @@ -0,0 +1,75 @@ + +#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` + + + diff --git a/src/es/translate/audioplus_speakerplus.md b/src/es/translate/audioplus_speakerplus.md new file mode 100644 index 0000000..e012fa4 --- /dev/null +++ b/src/es/translate/audioplus_speakerplus.md @@ -0,0 +1,89 @@ + +#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` diff --git a/src/es/translate/audioplus_speakerplus_micplus.md b/src/es/translate/audioplus_speakerplus_micplus.md new file mode 100644 index 0000000..b998509 --- /dev/null +++ b/src/es/translate/audioplus_speakerplus_micplus.md @@ -0,0 +1,105 @@ + +#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 +``` + + diff --git a/src/fr/settings.yaml b/src/fr/settings.yaml index a61e027..8421271 100644 --- a/src/fr/settings.yaml +++ b/src/fr/settings.yaml @@ -165,3 +165,6 @@ overlays: - fepi-audio-z-V2 - medo64-cananka - waveshare213paper +- audioplus +- audioplus_speakerplus +- audioplus_speakerplus_micplus diff --git a/src/fr/translate/audioplus.md b/src/fr/translate/audioplus.md new file mode 100644 index 0000000..e2f6b03 --- /dev/null +++ b/src/fr/translate/audioplus.md @@ -0,0 +1,75 @@ + +#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` + + + diff --git a/src/fr/translate/audioplus_speakerplus.md b/src/fr/translate/audioplus_speakerplus.md new file mode 100644 index 0000000..e012fa4 --- /dev/null +++ b/src/fr/translate/audioplus_speakerplus.md @@ -0,0 +1,89 @@ + +#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` diff --git a/src/fr/translate/audioplus_speakerplus_micplus.md b/src/fr/translate/audioplus_speakerplus_micplus.md new file mode 100644 index 0000000..b998509 --- /dev/null +++ b/src/fr/translate/audioplus_speakerplus_micplus.md @@ -0,0 +1,105 @@ + +#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 +``` + + diff --git a/src/it/settings.yaml b/src/it/settings.yaml index c0fa7d6..1a782fe 100644 --- a/src/it/settings.yaml +++ b/src/it/settings.yaml @@ -165,3 +165,6 @@ overlays: - fepi-audio-z-V2 - medo64-cananka - waveshare213paper +- audioplus +- audioplus_speakerplus +- audioplus_speakerplus_micplus diff --git a/src/it/translate/audioplus.md b/src/it/translate/audioplus.md new file mode 100644 index 0000000..e2f6b03 --- /dev/null +++ b/src/it/translate/audioplus.md @@ -0,0 +1,75 @@ + +#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` + + + diff --git a/src/it/translate/audioplus_speakerplus.md b/src/it/translate/audioplus_speakerplus.md new file mode 100644 index 0000000..e012fa4 --- /dev/null +++ b/src/it/translate/audioplus_speakerplus.md @@ -0,0 +1,89 @@ + +#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` diff --git a/src/it/translate/audioplus_speakerplus_micplus.md b/src/it/translate/audioplus_speakerplus_micplus.md new file mode 100644 index 0000000..b998509 --- /dev/null +++ b/src/it/translate/audioplus_speakerplus_micplus.md @@ -0,0 +1,105 @@ + +#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 +``` + + diff --git a/src/tr/settings.yaml b/src/tr/settings.yaml index 53c1b83..ed26180 100644 --- a/src/tr/settings.yaml +++ b/src/tr/settings.yaml @@ -165,3 +165,6 @@ overlays: - fepi-audio-z-V2 - medo64-cananka - waveshare213paper +- audioplus +- audioplus_speakerplus +- audioplus_speakerplus_micplus diff --git a/src/tr/translate/audioplus.md b/src/tr/translate/audioplus.md new file mode 100644 index 0000000..e2f6b03 --- /dev/null +++ b/src/tr/translate/audioplus.md @@ -0,0 +1,75 @@ + +#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` + + + diff --git a/src/tr/translate/audioplus_speakerplus.md b/src/tr/translate/audioplus_speakerplus.md new file mode 100644 index 0000000..e012fa4 --- /dev/null +++ b/src/tr/translate/audioplus_speakerplus.md @@ -0,0 +1,89 @@ + +#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` diff --git a/src/tr/translate/audioplus_speakerplus_micplus.md b/src/tr/translate/audioplus_speakerplus_micplus.md new file mode 100644 index 0000000..b998509 --- /dev/null +++ b/src/tr/translate/audioplus_speakerplus_micplus.md @@ -0,0 +1,105 @@ + +#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 +``` + +