<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: Bluetooth SCO over PCM ?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-SCO-over-PCM/m-p/478059#M75965</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the comment , i checked the document you attached . And the sample rate is supported by IMX6 and driver too. &lt;/P&gt;&lt;P&gt;Here is my HW/SW configuration: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) BT module interfaced on AUDMUX 3 and internal port is SSI, BT module is pcm master and imx6 is slave &lt;/P&gt;&lt;P&gt;2) When i am in sco connection i get a BCLK =256Khz and Framsync = 8Khz from BT moudle to ====&amp;gt;IMX6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) I modified SSI driver to support "Normal mode to work in plan PCM/TDM " &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my question is : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does PCM data transferred over this bus should be SBC encoded or not ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it should be SBC encoded then i need to integarte a SBC encoder/decoder ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to verify the understanding if somebody can answer here , will be a great help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Robin &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 May 2016 16:54:17 GMT</pubDate>
    <dc:creator>robinsingh</dc:creator>
    <dc:date>2016-05-18T16:54:17Z</dc:date>
    <item>
      <title>Bluetooth SCO over PCM ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-SCO-over-PCM/m-p/478057#M75963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on bluetooth sco data over PCM at IMX6dl based custom HW&amp;nbsp; with android 4.4.3 and&amp;nbsp; I can record audio&amp;nbsp; by using “tinycap” and played it back on BT headset via “tinyplay” ,&amp;nbsp; which sound good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I get the problem when I tried to play some other&amp;nbsp; * .wav file(which is not recorded from BT headset.) via tinyplay. all those file sound like faster or someting noise,&amp;nbsp;&amp;nbsp; So I have a question about sco over pcm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Does PCM data transferred over PCM bus, need to be SBC encoded if the pcm interface connected with Bluetooth module ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Robin Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 01:45:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-SCO-over-PCM/m-p/478057#M75963</guid>
      <dc:creator>robinsingh</dc:creator>
      <dc:date>2016-05-18T01:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth SCO over PCM ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-SCO-over-PCM/m-p/478058#M75964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi robin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reason may be unsupported sample rate by i.MX6 alsa driver, please check&lt;/P&gt;&lt;P&gt;sect.28.2.1, 28.2.2 Stereo CODEC Features attached Linux Manual, also&lt;/P&gt;&lt;P&gt;please try to use aplay described in sect.28.5 Unit Test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 04:29:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-SCO-over-PCM/m-p/478058#M75964</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-05-18T04:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth SCO over PCM ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-SCO-over-PCM/m-p/478059#M75965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the comment , i checked the document you attached . And the sample rate is supported by IMX6 and driver too. &lt;/P&gt;&lt;P&gt;Here is my HW/SW configuration: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) BT module interfaced on AUDMUX 3 and internal port is SSI, BT module is pcm master and imx6 is slave &lt;/P&gt;&lt;P&gt;2) When i am in sco connection i get a BCLK =256Khz and Framsync = 8Khz from BT moudle to ====&amp;gt;IMX6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) I modified SSI driver to support "Normal mode to work in plan PCM/TDM " &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my question is : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does PCM data transferred over this bus should be SBC encoded or not ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it should be SBC encoded then i need to integarte a SBC encoder/decoder ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to verify the understanding if somebody can answer here , will be a great help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Robin &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 16:54:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-SCO-over-PCM/m-p/478059#M75965</guid>
      <dc:creator>robinsingh</dc:creator>
      <dc:date>2016-05-18T16:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth SCO over PCM ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-SCO-over-PCM/m-p/478060#M75966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe it may be useful to check documentation&lt;/P&gt;&lt;P&gt;of this bluetooth module for supported formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 01:39:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-SCO-over-PCM/m-p/478060#M75966</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-05-19T01:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth SCO over PCM ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-SCO-over-PCM/m-p/478061#M75967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin, Igorpaddykov&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also using bcm4339 BT chip. I do face a problem in BT SCO over PCM. &amp;nbsp;My issue is that the PCM signals are not getting generated by bcm4339, i tried to probe at the BCLK and FrameSync pin of bcm4339.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using hciattach i am able to download the FW to the bcm4339&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ hciattach /dev/ttymxc2 bcm43xx 3000000 flow -t 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are able to access bluetooth services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using BCM4339 with imx6 sabre auto, i am able to use A2DP and stream music from mobile phone. While trying with HFP i am not getting any PCM signals, i checked the chip's default SCO routing, it is PCM ,following sco routing configuration. So i tried to route SCO packets through UART and HFP is working but quality is low, due to latency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="" style="color: #333333; background-color: #f5f5f5; border: 1px solid #cccccc; font-size: 13px; margin: 0px 0px 10px; padding: 9.5px;"&gt;HCI Log for PCM setting&amp;nbsp; hcitool cmd 0x3f 0x01D &amp;lt; HCI Command: ogf 0x3f, ocf 0x001d, plen 0 &amp;gt; HCI Event: 0x0e plen 9&amp;nbsp;&amp;nbsp;&amp;nbsp; 01 1D FC 00 00 02 00 01 01 &lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following are my concerns please help me to pass through it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) What are the necessary steps that i need to do to get PCM signals from BCM4339.....?&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) What is the mode that BCM4339 is to be configured Master or Slave...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I request your help to solve this issue...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vimal Babu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 04:19:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-SCO-over-PCM/m-p/478061#M75967</guid>
      <dc:creator>vimalbabu</dc:creator>
      <dc:date>2017-11-28T04:19:03Z</dc:date>
    </item>
  </channel>
</rss>

