<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>BBB - Building a DAC - part 2</title><link>/products/devtools/single-board-computers/next-genbeaglebone/b/blog/posts/bbb---building-a-dac---part-2</link><description>( BBB - Building a DAC part 1 can be found here ). Part 3 implements a complete design in an enclosure for a Sonos-like solution. IntroductionThe BeagleBone Black (BBB) has a digital audio interface and this was explored slightly in an earlier post .The</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: BBB - Building a DAC - part 2</title><link>https://community.element14.com/products/devtools/single-board-computers/next-genbeaglebone/b/blog/posts/bbb---building-a-dac---part-2</link><pubDate>Mon, 07 Oct 2019 13:53:07 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f557b7e2-6d08-4af4-a928-893d4ebad273</guid><dc:creator>clem57</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span&gt;[mention:b0bc65b9ecdc4307bd967592f00e340a:e9ed411860ed4f2ba0265705b8793d05]&lt;/span&gt; do you think this would work on the BB-AI? If you can, please try it out.&lt;/p&gt;&lt;p&gt;Thanks Clem&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=17175&amp;AppID=80&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: BBB - Building a DAC - part 2</title><link>https://community.element14.com/products/devtools/single-board-computers/next-genbeaglebone/b/blog/posts/bbb---building-a-dac---part-2</link><pubDate>Sat, 02 Aug 2014 17:32:41 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f557b7e2-6d08-4af4-a928-893d4ebad273</guid><dc:creator>Former Member</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;There is a nice discussion of how to add a PCM5102A-based audio device driver to linux: &lt;a class="jive-link-external-small" href="http://processors.wiki.ti.com/index.php/Sitara_Linux_SDK_Audio_DAC_Example" rel="nofollow ugc noopener" target="_blank" title="http://processors.wiki.ti.com/index.php/Sitara_Linux_SDK_Audio_DAC_Example"&gt;Sitara Linux SDK Audio DAC Example - Texas Instruments Wiki&lt;/a&gt;&lt;/p&gt;&lt;p&gt;You can use it &amp;quot;as is&amp;quot; with shabaz&amp;#39;s design. This lets you get rid of the pesky BCLK inversion problem, as well as use sample rates other than 48kHz. Of course, to use a BCLK rate that is not a multiple of 48kHz, you need an external MCLK source. If you want the ultimate fidelity, an external low-jitter MCLK source is necessary, but fidelity with the internal MCLK is really pretty awesome. I can barely detect any difference between external and internal clocking on my $10K hifi system. What I hear is that positions of instruments are slightly more clear and precise, and transients like piano notes are more distinct, with the external clock. Don&amp;#39;t hold me to a blind testing!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you wish to supply the MCLK externall just change &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;ret = snd_soc_dai_set_sysclk(cpu_dai, 0, sysclk, SND_SOC_CLOCK_OUT); &lt;p&gt;to&lt;/p&gt;ret = snd_soc_dai_set_sysclk(cpu_dai, 0, sysclk, SND_SOC_CLOCK_IN);&lt;p&gt;and activate the appropriate pinmux for AHCLKX.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Although this example is based on kernel 3.12.10, I found it quite easy to adapt for kernel 3.15.4. I wish this had been available last Jan., it would have saved me a lot of work.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=17175&amp;AppID=80&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: BBB - Building a DAC - part 2</title><link>https://community.element14.com/products/devtools/single-board-computers/next-genbeaglebone/b/blog/posts/bbb---building-a-dac---part-2</link><pubDate>Fri, 01 Aug 2014 19:55:52 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f557b7e2-6d08-4af4-a928-893d4ebad273</guid><dc:creator>shabaz</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi John,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Good stuff! Nice compact board.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=17175&amp;AppID=80&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: BBB - Building a DAC - part 2</title><link>https://community.element14.com/products/devtools/single-board-computers/next-genbeaglebone/b/blog/posts/bbb---building-a-dac---part-2</link><pubDate>Fri, 01 Aug 2014 19:25:51 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f557b7e2-6d08-4af4-a928-893d4ebad273</guid><dc:creator>Former Member</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I taught myself to make PC boards, using the free gEDA tools (gschem and pcb). My first project was a small 1.5x2 inch Beaglebone outboard 2 channel DAC.&amp;nbsp; I&amp;#39;m also using the pcm5102a, due to the ease of interfacing and the small number of external parts needed. The central chip is the DAC and the other large rectangular chip is a crystal oscillator that generates the master clock. I used 3 x 3.3 v regulators with plenty of bypass capacitance, and I cannot detect any trace of digital grunge. I thought that working with very tiny SMD parts would be problem, but actually it is easier than the old way. Fewer holes to drill, and solder bridges are easily fixed using solder wick.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/612x816/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-f557b7e2-6d08-4af4-a928-893d4ebad273/contentimage_5F00_186765.jpg:612:816]&lt;/span&gt;&lt;span&gt;[View:/resized-image/__size/612x816/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-f557b7e2-6d08-4af4-a928-893d4ebad273/contentimage_5F00_186766.jpg:612:816]&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=17175&amp;AppID=80&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: BBB - Building a DAC - part 2</title><link>https://community.element14.com/products/devtools/single-board-computers/next-genbeaglebone/b/blog/posts/bbb---building-a-dac---part-2</link><pubDate>Thu, 29 May 2014 20:16:12 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f557b7e2-6d08-4af4-a928-893d4ebad273</guid><dc:creator>Former Member</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;&lt;span&gt;[mention:b0bc65b9ecdc4307bd967592f00e340a:e9ed411860ed4f2ba0265705b8793d05]&lt;/span&gt;, very inspiring. I&amp;#39;m attempting to do a pcb for this in Eagle and hitting some snags. Happy to share my output with you if you&amp;#39;d like. Would you consider sharing your layout (front and back)? If that&amp;#39;s a big faux pas to ask then I apologize. Amazing work! Thank you.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=17175&amp;AppID=80&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: BBB - Building a DAC - part 2</title><link>https://community.element14.com/products/devtools/single-board-computers/next-genbeaglebone/b/blog/posts/bbb---building-a-dac---part-2</link><pubDate>Thu, 15 May 2014 14:16:33 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f557b7e2-6d08-4af4-a928-893d4ebad273</guid><dc:creator>Former Member</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi, I&amp;#39;m unable to download the atached zip file or to see the schematics png files, any way to get them from another source ?&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;p&gt;+++&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=17175&amp;AppID=80&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: BBB - Building a DAC - part 2</title><link>https://community.element14.com/products/devtools/single-board-computers/next-genbeaglebone/b/blog/posts/bbb---building-a-dac---part-2</link><pubDate>Sun, 16 Feb 2014 01:23:38 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f557b7e2-6d08-4af4-a928-893d4ebad273</guid><dc:creator>alonzo</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;oh, so you&amp;#39;ve disabled it? anyways, thanks for checking.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=17175&amp;AppID=80&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: BBB - Building a DAC - part 2</title><link>https://community.element14.com/products/devtools/single-board-computers/next-genbeaglebone/b/blog/posts/bbb---building-a-dac---part-2</link><pubDate>Sun, 16 Feb 2014 00:07:47 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f557b7e2-6d08-4af4-a928-893d4ebad273</guid><dc:creator>alonzo</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;hi, may i ask a question? -- the bitclock inversion thing, has this been solved? or is there any hope it will?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks!&lt;/p&gt;&lt;p&gt;AS&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=17175&amp;AppID=80&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>