<?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: Sniffer code and UART flow control in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/Sniffer-code-and-UART-flow-control/m-p/978332#M8165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To set-up a packet sniffer using the provided firmware, could you please take a look at Appendix B of the &lt;A href="https://www.nxp.com/docs/en/user-guide/JN-UG-3108.pdf"&gt;JN516x-EK004 Evaluation Kit User Guide&lt;/A&gt;? It provides a step by step guide on how to use the USB dongle and connect it to Ubiqua Protocol Analyzer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the dongle can not connect to Ubiqua, could you please check that the COM port is not being used by any program other than Ubiqua?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you continue to have issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Nov 2019 18:50:14 GMT</pubDate>
    <dc:creator>Sebastian_Del_Rio</dc:creator>
    <dc:date>2019-11-13T18:50:14Z</dc:date>
    <item>
      <title>Sniffer code and UART flow control</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Sniffer-code-and-UART-flow-control/m-p/978329#M8162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is the code for the sniffer included in the SDK JN-SW-4168 available for users to edit?&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the UART interface used in the sniffer code? Is flow control using CTS/RTS required?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2019 10:37:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Sniffer-code-and-UART-flow-control/m-p/978329#M8162</guid>
      <dc:creator>mural20</dc:creator>
      <dc:date>2019-11-12T10:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sniffer code and UART flow control</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Sniffer-code-and-UART-flow-control/m-p/978330#M8163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali, I hope you're doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The UART used in the Sniffer firmware does not make use of CTS or RTS for flow control.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, we cannot share the source code for the Jennic sniffer included with JN-SW-4168.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I'm really sorry for the inconveniences this may cause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2019 21:12:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Sniffer-code-and-UART-flow-control/m-p/978330#M8163</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2019-11-12T21:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sniffer code and UART flow control</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Sniffer-code-and-UART-flow-control/m-p/978331#M8164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;On trying with ubiqua, I'm unable to connect. I thought the flow control&lt;/P&gt;&lt;P&gt;was the issue. Is there any guide on how to connect with ubiqua sofware?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2019 15:10:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Sniffer-code-and-UART-flow-control/m-p/978331#M8164</guid>
      <dc:creator>mural20</dc:creator>
      <dc:date>2019-11-13T15:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sniffer code and UART flow control</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Sniffer-code-and-UART-flow-control/m-p/978332#M8165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To set-up a packet sniffer using the provided firmware, could you please take a look at Appendix B of the &lt;A href="https://www.nxp.com/docs/en/user-guide/JN-UG-3108.pdf"&gt;JN516x-EK004 Evaluation Kit User Guide&lt;/A&gt;? It provides a step by step guide on how to use the USB dongle and connect it to Ubiqua Protocol Analyzer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the dongle can not connect to Ubiqua, could you please check that the COM port is not being used by any program other than Ubiqua?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you continue to have issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2019 18:50:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Sniffer-code-and-UART-flow-control/m-p/978332#M8165</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2019-11-13T18:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sniffer code and UART flow control</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Sniffer-code-and-UART-flow-control/m-p/978333#M8166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I don't have the dongle. I have the jn5168 module in a custom PCB with&lt;/P&gt;&lt;P&gt;uart0 port connected to pc through a usb TTL converter. The correct com&lt;/P&gt;&lt;P&gt;port is chosen and the ubiqua software initially shows a green light in&lt;/P&gt;&lt;P&gt;icon and then shows disconnected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2019 01:00:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Sniffer-code-and-UART-flow-control/m-p/978333#M8166</guid>
      <dc:creator>mural20</dc:creator>
      <dc:date>2019-11-15T01:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sniffer code and UART flow control</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Sniffer-code-and-UART-flow-control/m-p/978334#M8167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please compare the schematics of the USB dongle to the connections you're using for your TTL converter to see if they're connected correctly? The problem could be related to pin connections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The schematics for the USB dongle can be found in this page of our website as "JN-AN-6039", and the schematic for the JN5168 USB dongle islocated in the following path:&lt;/P&gt;&lt;P&gt;&amp;lt;…\JN-RD-6039\JN-RD-6039-JN516x-USB-Dongle\DR1198_OM15020_JN516x_USB_Dongle_1V1\Schematic\DR1198_Schematic_1V0.pdf&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you still have issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2019 16:35:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Sniffer-code-and-UART-flow-control/m-p/978334#M8167</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2019-11-15T16:35:38Z</dc:date>
    </item>
  </channel>
</rss>

