CJMCU-5102

This commit is contained in:
2019-01-29 17:28:47 +01:00
parent c5d54de4cd
commit b50a381b73
4 changed files with 435 additions and 2 deletions
+11 -2
View File
@@ -137,7 +137,7 @@ h2, h3, h4 {
width="480" alt="Electronic parts for the Qudio player" /></a>
<ul>
<li>JBL On Stage IIIP (Caution: The older On Stage III with the mini USB port will probably <em>not work!</em> I tried several and they either did not power the Raspberry Pi properly or I had noise issues that I could not resolve)</li>
<li>JBL On Stage IIIP - can be found on ebay for little money<br/><span style="color:red;">Caution:</span> The older On Stage III with the mini USB port will probably <em>not work!</em> I tried several and they either did not power the Raspberry Pi properly or I had noise issues that I could not resolve.</li>
<li>The <a href="https://github.com/tliero/qudio/tree/master/case">case, which consists of four parts</a>. I printed mine in standard PLA.</li>
<li>Raspberry Pi Zero W with a micro SD card a pin header</li>
<li><a href="images/IMG_20190122_091336.jpg" data-fancybox="part" data-caption="CJMCU-5102 with 10 k&#8486; resistor">CJMCU-5102 plus a 10 k&#8486; resistor</a>, some PCM5102A based module or any other I2S DAC that is supported by volumio. Search for 'pHAT DAC'. A USB sound card will not work, since the USB port is used by the webcam. (And the sound of the DAC modules is usually better.)</li>
@@ -255,10 +255,19 @@ h2, h3, h4 {
<h3 id="wiring">Wiring</h3>
<p>
Apart from preparing the audio module there is not much soldering involved. All the components are plugged together with jumper wires and put into the case.
</p>
<p class="gallery">
<a href="misc/qudio_connections.png" data-fancybox data-caption="All Qudio component connections in a <a href='misc/qudio.fzz'>Fritzing schema</a>"><img src="misc/qudio_connections.png"
width="640" alt="All Qudio component connections in a Fritzing schema" /></a>
</p>
<h4 id="audio-module">Audio Module</h4>
<p>
If you are also using the CMJCU-5102 module, you will have to <a href="https://blog.sengotta.net/connecting-a-pcm5102a-breakout-board-to-a-raspberry-pi/">pull the XMT pin to high by connecting it to the 3.3V pin via a 10 k&#8486; resistor.</a> This will unmute the audio output. Also, the FLT, DMT, SCL and FMT pins should be <a href="images/IMG_20190122_120812.jpg" data-fancybox data-caption="While not being the nicest soldering job known to man, the connection of the FLT, DMT, SCL and FMT pins to GND serves its purpose.">connected to the module's GND pin on the backside</a>. That way, only a single cable connection to GND on the Raspberry Pi is needed.
If you are also using the CJMCU-5102 module, you will have to <a href="https://blog.sengotta.net/connecting-a-pcm5102a-breakout-board-to-a-raspberry-pi/">pull the XMT pin to high by connecting it to the 3.3V pin via a 10 k&#8486; resistor.</a> This will unmute the audio output. Also, the FLT, DMT, SCL and FMT pins should be <a href="images/IMG_20190122_120812.jpg" data-fancybox data-caption="While not being the nicest soldering job known to man, the connection of the FLT, DMT, SCL and FMT pins to GND serves its purpose.">connected to the module's GND pin on the backside</a>. That way, only a single cable connection to GND on the Raspberry Pi is needed.
</p>
<p>