<?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 End device does't receive direct data from coordinator in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/End-device-does-t-receive-direct-data-from-coordinator/m-p/202606#M16693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hi,&lt;BR /&gt;unfortunately I do not get ahead and I need your assistance. I can establish a 802.15.4 connection between Coordinator (CO) and End-Device (ED). The datatransfer from ED--&amp;gt; CO is working well. As a response of this data frame I would like immediately send back a data telegram from CO--&amp;gt; ED.&lt;BR /&gt;The problem is the ED does never receive the paket. Why not?&lt;BR /&gt;If I run the communication with beacons and in indirect mode, it works.&lt;BR /&gt;Attached you can see the daintree trace of the establishment of the communication and the first data transfer from ED--&amp;gt;CO. Why does the communication from CO--&amp;gt;ED not work?&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for any help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.freescale.com%2Ffiles%2Fcommunity_files%2F8BITCOMM%2F12562_081117_directdatatransmissionfailed1.jpg" rel="nofollow" target="_blank"&gt;081117_DirectDataTransmissionFailed1.jpg&lt;/A&gt;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by t.dowe on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-10-27&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;12:02 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Nov 2008 16:59:54 GMT</pubDate>
    <dc:creator>Solus</dc:creator>
    <dc:date>2008-11-17T16:59:54Z</dc:date>
    <item>
      <title>End device does't receive direct data from coordinator</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/End-device-does-t-receive-direct-data-from-coordinator/m-p/202606#M16693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hi,&lt;BR /&gt;unfortunately I do not get ahead and I need your assistance. I can establish a 802.15.4 connection between Coordinator (CO) and End-Device (ED). The datatransfer from ED--&amp;gt; CO is working well. As a response of this data frame I would like immediately send back a data telegram from CO--&amp;gt; ED.&lt;BR /&gt;The problem is the ED does never receive the paket. Why not?&lt;BR /&gt;If I run the communication with beacons and in indirect mode, it works.&lt;BR /&gt;Attached you can see the daintree trace of the establishment of the communication and the first data transfer from ED--&amp;gt;CO. Why does the communication from CO--&amp;gt;ED not work?&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for any help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.freescale.com%2Ffiles%2Fcommunity_files%2F8BITCOMM%2F12562_081117_directdatatransmissionfailed1.jpg" rel="nofollow" target="_blank"&gt;081117_DirectDataTransmissionFailed1.jpg&lt;/A&gt;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by t.dowe on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-10-27&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;12:02 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 16:59:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/End-device-does-t-receive-direct-data-from-coordinator/m-p/202606#M16693</guid>
      <dc:creator>Solus</dc:creator>
      <dc:date>2008-11-17T16:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: End device does't receive direct data from coordinator</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/End-device-does-t-receive-direct-data-from-coordinator/m-p/202607#M16694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I found the problem :smileyhappy:&lt;BR /&gt;I have to set the mlmeRxEnableReq_tag request on the end device. This means I have to switch on the receiver for a period.&lt;BR /&gt;But I'm a little bit confused about the structure&lt;BR /&gt;&lt;BR /&gt;typedef struct mlmeRxEnableReq_tag {&lt;BR /&gt;&amp;nbsp; bool_t&amp;nbsp;&amp;nbsp; deferPermit;&lt;BR /&gt;&amp;nbsp; uint8_t&amp;nbsp; rxOnTime[3];&lt;BR /&gt;&amp;nbsp; uint8_t&amp;nbsp; rxOnDuration[3];&lt;BR /&gt;} mlmeRxEnableReq_t;&lt;BR /&gt;&lt;BR /&gt;What does deferPermit, rxOnTime[3] and rxOnDuration[3] exactly mean? I can't find any documentation about this!&lt;BR /&gt;&lt;BR /&gt;Thanks for any help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 19:42:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/End-device-does-t-receive-direct-data-from-coordinator/m-p/202607#M16694</guid>
      <dc:creator>Solus</dc:creator>
      <dc:date>2008-11-17T19:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: End device does't receive direct data from coordinator</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/End-device-does-t-receive-direct-data-from-coordinator/m-p/202608#M16695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;deferPermit - TRUE if the receiver enable can be deferred until during the next superframe if the requested time has already passed. FALSE if the receiver enable is only to be attempted in the current superframe. This&lt;BR /&gt;parameter is ignored for nonbeacon-enabled PANs.&lt;BR /&gt;&lt;BR /&gt;RxOnTime - The number of symbols from the start of the superframe before the receiver is to be enabled. The precision of this value is a minimum of 20 bits, with the lowest 4 bits being the least significant. This parameter is ignored for nonbeacon-enabled PANs.&lt;BR /&gt;&lt;BR /&gt;RxOnDuration - The number of symbols for which the receiver is to be enabled.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Adrian&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 17:41:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/End-device-does-t-receive-direct-data-from-coordinator/m-p/202608#M16695</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2008-11-18T17:41:10Z</dc:date>
    </item>
  </channel>
</rss>

