Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
raspberry:sound_card [2018/08/03 13:04]
admin [GPIO use]
raspberry:sound_card [2018/08/03 13:40]
admin
Line 1: Line 1:
-===== Sound Card for the Raspberry Pi =====+===== PiFi DAC - A Sound Card for the Raspberry Pi =====
  
-The PiFi DAC+ is a cheap Chinese clone of the HiFi Berry made by [[http://ukonline2000.com/?p=471|ukonline2000]]. It's based on the I2S digital audio converter (DAC) chip [[http://www.ti.com/lit/ds/symlink/pcm5122.pdf|PCM5122]].\\+{{:raspberry:foto_pifi_dac_2018-08-03.jpg?600|}}\\ 
 + 
 +The PiFi DAC+ is a cheap Chinese clone of the HiFi Berry DAC+ Standard made by [[http://ukonline2000.com/?p=471|ukonline2000]]. It's based on the I2S digital audio converter (DAC) chip [[http://www.ti.com/lit/ds/symlink/pcm5122.pdf|PCM5122]].\\
 The drivers are already included in the kernel, to activate them check:\\ The drivers are already included in the kernel, to activate them check:\\
   * for the 3.12 kernel [[https://www.hifiberry.com/build/documentation/hifiberry-software-configuration/]]   * for the 3.12 kernel [[https://www.hifiberry.com/build/documentation/hifiberry-software-configuration/]]
   * for the 4.x kernel [[https://www.hifiberry.com/build/documentation/configuring-linux-3-18-x/]].\\   * for the 4.x kernel [[https://www.hifiberry.com/build/documentation/configuring-linux-3-18-x/]].\\
  
-==== GPIO use ==== +It's recommended **not to use earphones directly** - no headphone amp is build in.\\ 
-GPIO 2-3 (pins 3 and 5) are used for configuration I2C + 
-GPIOs 18-21 (pins 12, 35, 38 and 40are used for the sound interface I2S+---- 
 +==== Use of GPIOs ==== 
 +The following GPIOs are used for the Sound Card:\\ 
 +For configuration over I2C:\\ 
 +GPIO2 (SDA 1and GPIO3 (SCL1\\ 
 + 
 +And as the sound interface over I2S:\\ 
 +GPIO18 (PCM CLK), GPIO19 (PCM FS), GPIO20 (PCM D-IN), GPIO21 (D-OUT).\\ 
 +PCM stands for Pulse-Code Modulation.\\
  
 <html> <html>
-<img src="<img src="https://indibit.de/wp-content/uploads/2015/08/Raspberry-Pi-2-Model-B-GPIO-Belegung.png" alt="" width="200">+<img src="https://indibit.de/wp-content/uploads/2015/08/Raspberry-Pi-2-Model-B-GPIO-Belegung.png" alt="" width="400">
 </html> </html>