<?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のトピックPromiscuous Receive Procedure</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/Promiscuous-Receive-Procedure/m-p/347319#M99</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to perform a simple promiscuous receive in order to receive any packets regardless of PAN or destination address. The procedure I'm using is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Release RST_B and wait for IRQ_B&lt;/P&gt;&lt;P&gt;Clear Wakeup flag. IRQSTS2 = 0x01&lt;/P&gt;&lt;P&gt;Set PAN ID. MACPANID00 = 8, MACPANID01 = 0&lt;/P&gt;&lt;P&gt;Set channel to 2420MHz. PLL_INT0 = 0x0B, PLL_FRAC0_LSB = 0, PLL_FRAC0_MSB = A0&lt;/P&gt;&lt;P&gt;Enable promiscuous mode. PLL_FRAC0_LSB =0x4A&lt;/P&gt;&lt;P&gt;Select PAN0. DUAL_PAN_CTRL = 0xC4&lt;/P&gt;&lt;P&gt;Enable all interrupts. PHY_CTRL2 = 0x80, PHY_CTRL3 = 0x04&lt;/P&gt;&lt;P&gt;Start receive sequence.&amp;nbsp; PHY_CTRL1 =0x01&lt;/P&gt;&lt;P&gt;All other Modem registers are left as they are out of reset.&lt;/P&gt;&lt;P&gt;I then proceed to continuously read IRQSTS1, IRQSTS2 and PHY_CTRL1 but the receive interrupt is never set and XCVSEQ remains 1 (sequence R).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a transmitter sending a packet ever 2 seconds on 2420MHz and can confirm it with the Protocol Analyzer Tool.&lt;/P&gt;&lt;P&gt;Is there anything that I've missed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Mar 2015 05:48:19 GMT</pubDate>
    <dc:creator>jssn</dc:creator>
    <dc:date>2015-03-25T05:48:19Z</dc:date>
    <item>
      <title>Promiscuous Receive Procedure</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Promiscuous-Receive-Procedure/m-p/347319#M99</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to perform a simple promiscuous receive in order to receive any packets regardless of PAN or destination address. The procedure I'm using is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Release RST_B and wait for IRQ_B&lt;/P&gt;&lt;P&gt;Clear Wakeup flag. IRQSTS2 = 0x01&lt;/P&gt;&lt;P&gt;Set PAN ID. MACPANID00 = 8, MACPANID01 = 0&lt;/P&gt;&lt;P&gt;Set channel to 2420MHz. PLL_INT0 = 0x0B, PLL_FRAC0_LSB = 0, PLL_FRAC0_MSB = A0&lt;/P&gt;&lt;P&gt;Enable promiscuous mode. PLL_FRAC0_LSB =0x4A&lt;/P&gt;&lt;P&gt;Select PAN0. DUAL_PAN_CTRL = 0xC4&lt;/P&gt;&lt;P&gt;Enable all interrupts. PHY_CTRL2 = 0x80, PHY_CTRL3 = 0x04&lt;/P&gt;&lt;P&gt;Start receive sequence.&amp;nbsp; PHY_CTRL1 =0x01&lt;/P&gt;&lt;P&gt;All other Modem registers are left as they are out of reset.&lt;/P&gt;&lt;P&gt;I then proceed to continuously read IRQSTS1, IRQSTS2 and PHY_CTRL1 but the receive interrupt is never set and XCVSEQ remains 1 (sequence R).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a transmitter sending a packet ever 2 seconds on 2420MHz and can confirm it with the Protocol Analyzer Tool.&lt;/P&gt;&lt;P&gt;Is there anything that I've missed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 05:48:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Promiscuous-Receive-Procedure/m-p/347319#M99</guid>
      <dc:creator>jssn</dc:creator>
      <dc:date>2015-03-25T05:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Promiscuous Receive Procedure</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Promiscuous-Receive-Procedure/m-p/347320#M100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Dear Jssn, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;I would recommend you to use one of our tested applications based in our software stacks instead. Developing a radio driver from scratch could actually be more time-consuming and would require a larger test procedure. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;You could, for instance, use the SMAC Connectivity Test and set the radio to Continuous RX mode, which basically puts the radio in promiscuous mode by calling the MLMESetPromiscuousMode(TRUE) function. In this was you will not have to worry about missing configurations that could later affect your application. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;You can get the SMAC Connectivity Test application from BeeKit, which could be downloaded for free. After installing simply open the project located in C:\Program Files (x86)\Freescale\SMAC\MKW2x\Demo Apps\Connectivity Test.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;SPAN&gt;BeeKit:&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=BEEKIT_WIRELESS_CONNECTIVITY_TOOLKIT" target="_blank"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=BEEKIT_WIRELESS_CONNECTIVITY_TOOLKIT&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;If you would not like to use the Connectivity test application, you could also check the source code and verify how promiscuous mode is set. &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>Wed, 25 Mar 2015 17:52:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Promiscuous-Receive-Procedure/m-p/347320#M100</guid>
      <dc:creator>AngelC</dc:creator>
      <dc:date>2015-03-25T17:52:51Z</dc:date>
    </item>
  </channel>
</rss>

