<?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: Problems with Wireless UART based on Beestack [KW24D512] in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/Problems-with-Wireless-UART-based-on-Beestack-KW24D512/m-p/343965#M83</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Dear Shelley,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;The PTD1 is pin 8 of MKW24D512 device. It is available in pin 9 of J9- 2x10 connector of TWR-KW24D512 board (See image below).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="PTD1.JPG.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/51553i33E7533A17F286BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="PTD1.JPG.jpg" alt="PTD1.JPG.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;If you are using BeeStack codebase, I would strongly recommend you to use the available GPIO configuration functions such as GPIO_EnablePortClockGating(), GPIO_SetPinPortAttr(), GPIO_SetPinDir(), etc. You may refer to LED.c file as an example of how to configure the GPIOs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;As a side note, your CL_DQ definition might not be clearing the bit as expected.&amp;nbsp; You should use &lt;EM&gt;gSENSORPortDataClearReg_c &amp;amp;=~ gSENSORPin_c&lt;/EM&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #1f497d;"&gt;instead.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Moreover, the delay would depend in compiler’s optimizations. If you would like to know an approximate&amp;nbsp; time you could test it yourself by setting a GPIO and measuring it with an oscilloscope probe. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;AngelC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2015 17:47:00 GMT</pubDate>
    <dc:creator>AngelC</dc:creator>
    <dc:date>2015-04-02T17:47:00Z</dc:date>
    <item>
      <title>Problems with Wireless UART based on Beestack [KW24D512]</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Problems-with-Wireless-UART-based-on-Beestack-KW24D512/m-p/343960#M78</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I need to transmit letters between&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;end device and coordinator,so I &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; generated and modified the Wireless UART Code from Beekit based on Beestack.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;In the application,I use the char mode and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ReliableMode .Then I change the unicast to the broast in the code,But,if the coordinator send a string such as"&lt;SPAN style="color: #ff6600;"&gt;abcdefghijk&lt;/SPAN&gt;" ,the other end devices will receive the result :"abcd&lt;SPAN style="color: #ff0000;"&gt;ee&lt;/SPAN&gt;fghi&lt;SPAN style="color: #ff0000;"&gt;jj&lt;/SPAN&gt;k".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I think it may be something about the ACK ,but I do how it works.&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;maybe someone can give me suggestion ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 06:24:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Problems-with-Wireless-UART-based-on-Beestack-KW24D512/m-p/343960#M78</guid>
      <dc:creator>zhaotian</dc:creator>
      <dc:date>2015-03-24T06:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Wireless UART based on Beestack [KW24D512]</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Problems-with-Wireless-UART-based-on-Beestack-KW24D512/m-p/343961#M79</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Dear Zhao,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Is it necessary for your application to send it character by character? You could, for instance, build a packet with all the information you need (i.e. “abcdefghijk”) and then send it in a single packet instead of sending it in every letter. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;The broadcast messages do not require any ACK at all, so I do not think this is related to the issue you are seeing. How often are you sending letters in your application? Is it after certain amount of time, an event or asynchronous typing form user? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Also, how many devices are there in the network? What type of devices are they (how many routers and end devices) ?. If you have a sniffer, please send me a log to check over the air messages. Probable the message is not being sent twice, but the receiver is sending it twice to the uart console. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;AngelC&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 23:04:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Problems-with-Wireless-UART-based-on-Beestack-KW24D512/m-p/343961#M79</guid>
      <dc:creator>AngelC</dc:creator>
      <dc:date>2015-03-24T23:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Wireless UART based on Beestack [KW24D512]</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Problems-with-Wireless-UART-based-on-Beestack-KW24D512/m-p/343962#M80</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AngelC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes,I would like to use the block mode instead.My solution is based on the WirelessUART template exported from Freescale BeeKit&amp;nbsp; Codebase,and I changed uicast to broadcast .So should I commend out the codes about ACK at the same time？&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The messages is temperature data got by DS18B20.I want to monitor several points with 8 devices in all.But I did not get any helpful template about this,can you give me some advice?Which pin can be used to connect to 18B20 on the TWR-KW24D512 board or some documents ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shelley&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 02:38:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Problems-with-Wireless-UART-based-on-Beestack-KW24D512/m-p/343962#M80</guid>
      <dc:creator>zhaotian</dc:creator>
      <dc:date>2015-03-30T02:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Wireless UART based on Beestack [KW24D512]</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Problems-with-Wireless-UART-based-on-Beestack-KW24D512/m-p/343963#M81</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Dear Shelley,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;What codebase are you using? Is it BeeStack or SMAC? If you are using the BeeStack Wireless UART application, you do not need to modify the ACK part of the code since the ACK is not used in broadcasts. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Furthermore, the DS18B20 seems to have a 1-wire interface for measurement reading. Unfortunately, there is not any 1-wire driver for KW2x devices. You might need to develop your own code and use the general purpose pins for it. I ignore the details about such protocol. I would recommend you to look for similar implementations in the web. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;AngelC &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 22:51:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Problems-with-Wireless-UART-based-on-Beestack-KW24D512/m-p/343963#M81</guid>
      <dc:creator>AngelC</dc:creator>
      <dc:date>2015-03-30T22:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Wireless UART based on Beestack [KW24D512]</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Problems-with-Wireless-UART-based-on-Beestack-KW24D512/m-p/343964#M82</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear AngelC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the BeeStack codebase for the application. I am using the GPIO PTD1 for DS18B20 DQ pin,and I want to know whether it is avaliable or ocupied on the TWR-KW24D512v board.But the results I got were always&amp;nbsp; +&amp;nbsp; 0.0 .I think it maybe something about the CLK in the CPIO confignation. I write it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define CL_DQ (gSENSORPortDataClearReg_c |= gSENSORPin_c)&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp; PTD1=0&lt;/P&gt;&lt;P&gt;#define SET_DQ (gSENSORPortDataSetReg_c |= gSENSORPin_c)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp; PTD1=1&lt;/P&gt;&lt;P&gt;#define SET_OUT GPIOD_PDDR|=0x00000002&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //PTD1 for output&lt;/P&gt;&lt;P&gt;#define SET_IN&amp;nbsp; GPIOD_PDDR&amp;amp;=~0x00000002&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //PTD1 for intput&lt;/P&gt;&lt;P&gt;#define IN_DQ&amp;nbsp;&amp;nbsp; ((mSENSOR_PORT_c &amp;amp; mSENSOR_MASK_c)&amp;gt;&amp;gt;gSENSOR_PIN_c)&amp;nbsp; //get data for PTD1 pin!!!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In addition,how long will the following function delay for in the stack?&lt;/P&gt;&lt;P&gt;void Delay_nus(uint16_t s) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; while (s--)&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; asm("NOP");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; asm("NOP");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; asm("NOP");&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;Shelley&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 01:39:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Problems-with-Wireless-UART-based-on-Beestack-KW24D512/m-p/343964#M82</guid>
      <dc:creator>zhaotian</dc:creator>
      <dc:date>2015-04-02T01:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Wireless UART based on Beestack [KW24D512]</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Problems-with-Wireless-UART-based-on-Beestack-KW24D512/m-p/343965#M83</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Dear Shelley,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;The PTD1 is pin 8 of MKW24D512 device. It is available in pin 9 of J9- 2x10 connector of TWR-KW24D512 board (See image below).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="PTD1.JPG.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/51553i33E7533A17F286BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="PTD1.JPG.jpg" alt="PTD1.JPG.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;If you are using BeeStack codebase, I would strongly recommend you to use the available GPIO configuration functions such as GPIO_EnablePortClockGating(), GPIO_SetPinPortAttr(), GPIO_SetPinDir(), etc. You may refer to LED.c file as an example of how to configure the GPIOs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;As a side note, your CL_DQ definition might not be clearing the bit as expected.&amp;nbsp; You should use &lt;EM&gt;gSENSORPortDataClearReg_c &amp;amp;=~ gSENSORPin_c&lt;/EM&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #1f497d;"&gt;instead.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Moreover, the delay would depend in compiler’s optimizations. If you would like to know an approximate&amp;nbsp; time you could test it yourself by setting a GPIO and measuring it with an oscilloscope probe. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;AngelC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 17:47:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Problems-with-Wireless-UART-based-on-Beestack-KW24D512/m-p/343965#M83</guid>
      <dc:creator>AngelC</dc:creator>
      <dc:date>2015-04-02T17:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Wireless UART based on Beestack [KW24D512]</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Problems-with-Wireless-UART-based-on-Beestack-KW24D512/m-p/343966#M84</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Dear AngelC,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thank you for your answers,and I have &lt;SPAN style="color: #434343; font-family: Arial, sans-serif; font-size: 14px;"&gt;realized&lt;/SPAN&gt;&lt;SPAN style="color: #434343; font-family: Arial, sans-serif; font-size: 14px;"&gt; the &lt;/SPAN&gt;&lt;SPAN style="color: #434343; font-family: Arial, sans-serif; font-size: 14px;"&gt;fuction I &lt;SPAN style="color: #434343; font-family: Arial, sans-serif; font-size: 14px;"&gt;noted earlier。&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Shelley&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 12:31:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Problems-with-Wireless-UART-based-on-Beestack-KW24D512/m-p/343966#M84</guid>
      <dc:creator>zhaotian</dc:creator>
      <dc:date>2015-04-13T12:31:19Z</dc:date>
    </item>
  </channel>
</rss>

