<?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>topic Re: QN9080 BLE private profile service or others in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/QN9080-BLE-private-profile-service-or-others/m-p/1916652#M18450</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing well. I apologize for the inconveniences, but there is no way to modify the Qtool.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The best would be to create a custom application on your PC with the QPP custom profile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For using Wireless UART custom profile, your PC must support this profile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ricardo&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2024 22:24:49 GMT</pubDate>
    <dc:creator>Ricardo_Zamora</dc:creator>
    <dc:date>2024-07-24T22:24:49Z</dc:date>
    <item>
      <title>QN9080 BLE private profile service or others</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN9080-BLE-private-profile-service-or-others/m-p/1912262#M18317</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In these days, I try to do some big project and I choose QN9080 MCU for BLE communication. Here is what I have done:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Make my own PCB board of which FPGA and QN9080 are mounted and communicated through I2C communication. I use SDK:&amp;nbsp;&lt;EM&gt;"qn908xcdk_driver_examples_i2c_dma_transfer"&lt;/EM&gt; and two devices communicates well.&lt;/LI&gt;&lt;LI&gt;Perform BLE communication between QN9080 and my PC (with USB dongle) through SDK:&amp;nbsp;&lt;EM&gt;"qn908xcdk_wireless_examples_bluetooth_private_profile_server_bm"&lt;/EM&gt;&lt;SPAN&gt;. Here, I select QPP(private profile service) because I think it is easy to deal with to beginners like me. I use &lt;/SPAN&gt;&lt;EM&gt;Connectivity QTool&lt;/EM&gt;&lt;SPAN&gt; for BLE communication and it works fine well.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, I want to do both simultaneously: receive data from FPGA to QN9080 through I2C and send the data from QN9080 to PC through BLE QPP. However, here comes a big problem. &lt;STRONG&gt;My I2C speed is near 12kBps(Bytes per second), so BLE communication should be much faster than that (like prevent FIFO overflow).&amp;nbsp; However, when I test QPP through &lt;EM&gt;Connectivity QTool&lt;/EM&gt;, it is too slow to communicate.&lt;/STRONG&gt; Here I want to ask these questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I know that one packets of data Byte length (&lt;EM&gt;tx_data[]&lt;/EM&gt; on code) can goes up to 244(maybe 247 MTU), so I increase it and receive data from Phone &lt;EM&gt;IoT toolbox&lt;/EM&gt;, it has near 15kBps (fine good, it can go even higher near 60kBps). However, I cannot receive more than 20Bytes per one packets from &lt;EM&gt;Connectivity QTool&lt;/EM&gt; (there is no way to control). &lt;U&gt;Is there a way to increase one packets' Byte length in &lt;EM&gt;Connectivity QTool&lt;/EM&gt; (similar with IoT toolbox)?&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mjkimbravo_1-1721389570364.png" style="width: 638px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/289406iCB191A0E833182B7/image-dimensions/638x338?v=v2" width="638" height="338" role="button" title="mjkimbravo_1-1721389570364.png" alt="mjkimbravo_1-1721389570364.png" /&gt;&lt;/span&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qpp_phone.jpg" style="width: 138px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/289407iD8FAC0EBB8DFE1DF/image-dimensions/138x298?v=v2" width="138" height="298" role="button" title="qpp_phone.jpg" alt="qpp_phone.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mjkimbravo_2-1721389636057.png" style="width: 503px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/289409iB4FD9CD0885D3248/image-dimensions/503x224?v=v2" width="503" height="224" role="button" title="mjkimbravo_2-1721389636057.png" alt="mjkimbravo_2-1721389636057.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Data transmission gets start when I press the &lt;U&gt;Notification enable&lt;/U&gt; on QTool. &lt;U&gt;Is there any other way to start transmitting without press it?&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. I think Connectivity QTool and IoT toolbox is not appropriate to me because: In QTool, Byte length is limited so it is too slow; In IoT toolbox, I cannot extract the data (I have to plot the data in MATLAB or python). &lt;U&gt;Is there any other way to perform QPP communication between QN9080 and PC without using&amp;nbsp;&lt;EM&gt;Connectivity QTool&lt;/EM&gt; or &lt;EM&gt;IoT toolbox&lt;/EM&gt;?&amp;nbsp;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. &lt;U&gt;Is there any other better solution than QPP to do data communication between QN9080 and PC? What I want to do is to transfer data faster than I2C speed and plot it on my PC.&lt;/U&gt; I also consider wireless UART, but it also have to use &lt;EM&gt;Connectivity QTool&lt;/EM&gt; and the BLE connection is keep disconnected (I don't know the reason why). How can I deal with it? &lt;U&gt;Is there other ways to do WUART without using Connectivity QTool or IoT toolbox?&lt;/U&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When I run &lt;EM&gt;"qn908xcdk_wireless_examples_bluetooth_wireless_uart_bm"&lt;/EM&gt;, if qn9080 is slave (keep advertising) and USB dongle is master (scan device), the connection once perform but it disconnected immediately.&lt;/LI&gt;&lt;LI&gt;When I run &lt;EM&gt;"qn908xcdk_wireless_examples_bluetooth_wireless_uart_bm"&lt;/EM&gt;,&amp;nbsp; if qn9080 is master (keep scanning) and USB dongle is salve (advertising), the qn9080 cannot find the usb dongle (no pairing occurs)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Those are very important to me for my project, so I really appreciate if you answer my questions...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 12:14:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN9080-BLE-private-profile-service-or-others/m-p/1912262#M18317</guid>
      <dc:creator>mjkimbravo</dc:creator>
      <dc:date>2024-07-19T12:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: QN9080 BLE private profile service or others</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN9080-BLE-private-profile-service-or-others/m-p/1916652#M18450</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing well. I apologize for the inconveniences, but there is no way to modify the Qtool.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The best would be to create a custom application on your PC with the QPP custom profile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For using Wireless UART custom profile, your PC must support this profile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ricardo&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 22:24:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN9080-BLE-private-profile-service-or-others/m-p/1916652#M18450</guid>
      <dc:creator>Ricardo_Zamora</dc:creator>
      <dc:date>2024-07-24T22:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: QN9080 BLE private profile service or others</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN9080-BLE-private-profile-service-or-others/m-p/1916692#M18452</link>
      <description>&lt;P&gt;Thank you for the reply. Unfortunately, would you please help me in more detail?&lt;/P&gt;&lt;P&gt;I understand that I cannot modify QTool. &lt;STRONG&gt;Then how can I&amp;nbsp;create a custom application on my PC with the QPP custom profile or UART custom profile without any tool...? How can I make connection and receiving data? I want some exact examples or application tools to communicate with QN9080. Is there any specific way to communicate with QN9080 and my PC with no help of QTool?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me in more detail. I beg you...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 00:17:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN9080-BLE-private-profile-service-or-others/m-p/1916692#M18452</guid>
      <dc:creator>mjkimbravo</dc:creator>
      <dc:date>2024-07-25T00:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: QN9080 BLE private profile service or others</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN9080-BLE-private-profile-service-or-others/m-p/1916741#M18455</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/77904"&gt;@pengfei_zhen&lt;/a&gt;&amp;nbsp;Please help check.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 02:19:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN9080-BLE-private-profile-service-or-others/m-p/1916741#M18455</guid>
      <dc:creator>xing_chang</dc:creator>
      <dc:date>2024-07-25T02:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: QN9080 BLE private profile service or others</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN9080-BLE-private-profile-service-or-others/m-p/1917057#M18460</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/231391"&gt;@mjkimbravo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Connectivity QTool is not&amp;nbsp;under maintenance, there is another tool can be used "Test Tool for connectivity product"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pengfei_zhen_0-1721890934095.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/290270i9041DF77BB8D7837/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pengfei_zhen_0-1721890934095.png" alt="pengfei_zhen_0-1721890934095.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;if your requirement is data transmission between PC and QN9080, there is a third part Python library bleak can be used, which and drive the BLE on the PC directly. you can develop your PC application based on this python library. On QN9080 side, you can use QPPS, WUART or something else defined by yourself.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 09:50:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN9080-BLE-private-profile-service-or-others/m-p/1917057#M18460</guid>
      <dc:creator>pengfei_zhen</dc:creator>
      <dc:date>2024-07-25T09:50:50Z</dc:date>
    </item>
  </channel>
</rss>

