<?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>Wireless MCUのトピックRe: QN9080-001-M17-Wireless-uart- Automatically receive data</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/QN9080-001-M17-Wireless-uart-Automatically-receive-data/m-p/1263824#M11049</link>
    <description>&lt;P&gt;&lt;U&gt;Please help me. I don't know how to add a timer in this.&lt;/U&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 17 Apr 2021 01:21:41 GMT</pubDate>
    <dc:creator>1758793535</dc:creator>
    <dc:date>2021-04-17T01:21:41Z</dc:date>
    <item>
      <title>QN9080-001-M17-Wireless-uart- Automatically receive data</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN9080-001-M17-Wireless-uart-Automatically-receive-data/m-p/1262417#M11029</link>
      <description>&lt;P&gt;I use "BleApp_ Flushuartstream "function defines an array. I want to use this function to automatically send my customized array to my mobile phone。&lt;/P&gt;&lt;DIV class="trans-left"&gt;&lt;DIV class="trans-input-wrap"&gt;&lt;DIV class="input-wrap"&gt;&lt;DIV class="input-operate"&gt;&lt;DIV class="op-favor-container"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="trans-right"&gt;&lt;DIV class="output-wrap"&gt;&lt;DIV class="output-mod ordinary-wrap"&gt;&lt;DIV class="output-bd"&gt;&lt;P class="ordinary-output target-output clearfix"&gt;&lt;SPAN class=""&gt;There were no errors when compiling&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;but it doesn't seem to work. What should I do?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MM3DUX25XAL)HNXT}BHE987.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/142307iEAF072550993DF49/image-size/large?v=v2&amp;amp;px=999" role="button" title="MM3DUX25XAL)HNXT&amp;amp;#125;BHE987.png" alt="MM3DUX25XAL)HNXT&amp;amp;#125;BHE987.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 02:31:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN9080-001-M17-Wireless-uart-Automatically-receive-data/m-p/1262417#M11029</guid>
      <dc:creator>1758793535</dc:creator>
      <dc:date>2021-04-15T02:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: QN9080-001-M17-Wireless-uart- Automatically receive data</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN9080-001-M17-Wireless-uart-Automatically-receive-data/m-p/1262956#M11036</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What app are you using on your phone? If you use the IoT Toolbox app, and send a number like in your code (1,2,3,4), you won't be able to see it. You should send "1", "2", "3", "4".&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>Thu, 15 Apr 2021 15:43:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN9080-001-M17-Wireless-uart-Automatically-receive-data/m-p/1262956#M11036</guid>
      <dc:creator>Ricardo_Zamora</dc:creator>
      <dc:date>2021-04-15T15:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: QN9080-001-M17-Wireless-uart- Automatically receive data</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN9080-001-M17-Wireless-uart-Automatically-receive-data/m-p/1263193#M11042</link>
      <description>&lt;P&gt;Yes, I use IOT toolbox. I've changed the array to a character type, but the function that sends air data doesn't seem to automatically send the character array to my phone. Do I need to modify some code?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 03:29:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN9080-001-M17-Wireless-uart-Automatically-receive-data/m-p/1263193#M11042</guid>
      <dc:creator>1758793535</dc:creator>
      <dc:date>2021-04-16T03:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: QN9080-001-M17-Wireless-uart- Automatically receive data</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN9080-001-M17-Wireless-uart-Automatically-receive-data/m-p/1263689#M11046</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you are correct. The Wireless UART example sends the information received from the serial terminal over the air. For the modification you made, your information will be sent until you receive it through the serial terminal&lt;/P&gt;
&lt;P&gt;Now that you can send to your cell phone, what you have to do is use a timer so that you don't need to wait for a stream through the serial terminal, and you can send your data over the air.&lt;/P&gt;
&lt;P&gt;Hope this makes sense.&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>Fri, 16 Apr 2021 17:14:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN9080-001-M17-Wireless-uart-Automatically-receive-data/m-p/1263689#M11046</guid>
      <dc:creator>Ricardo_Zamora</dc:creator>
      <dc:date>2021-04-16T17:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: QN9080-001-M17-Wireless-uart- Automatically receive data</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN9080-001-M17-Wireless-uart-Automatically-receive-data/m-p/1263824#M11049</link>
      <description>&lt;P&gt;&lt;U&gt;Please help me. I don't know how to add a timer in this.&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Apr 2021 01:21:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN9080-001-M17-Wireless-uart-Automatically-receive-data/m-p/1263824#M11049</guid>
      <dc:creator>1758793535</dc:creator>
      <dc:date>2021-04-17T01:21:41Z</dc:date>
    </item>
  </channel>
</rss>

