<?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: scan wifi and parser the text a internal table in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/scan-wifi-and-parser-the-text-a-internal-table/m-p/519042#M2959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by rocketdawg on Tue May 10 09:22:31 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;So you are building a device finder or a simple packet sniffer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Big Job.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;go here to get Microchips wifi stack&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.microchip.com%2Fdesign-centers%2Fwireless-connectivity" rel="nofollow" target="_blank"&gt;http://www.microchip.com/design-centers/wireless-connectivity&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then read the licensing docs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If Microchip is OK with you running their stack on ARM parts, then you would have to port it to ARM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The rest is cake, just capture all the packets with beacons and probes and decode them to get all the goodness out of them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am sure you mean SSID rather the SSDI.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:36:18 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:36:18Z</dc:date>
    <item>
      <title>scan wifi and parser the text a internal table</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/scan-wifi-and-parser-the-text-a-internal-table/m-p/519041#M2958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Maverik on Tue May 10 05:10:11 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello, I'm new and I need some help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a Wifly 171RN connected to the UART 3 of a LPC1769 and CP2102 connected to the UART 0 of the LPC. I need to do a scan and parse the Wifly scan data to catch only the networks that interest me:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Make scan&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Parser each line and take out the pair SSDI - RSSI&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I keep it in an internal table&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I send by the UART.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wait 10 seconds and re-do all&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and not know where to start.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PD: I apologize for my poor English&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:36:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/scan-wifi-and-parser-the-text-a-internal-table/m-p/519041#M2958</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: scan wifi and parser the text a internal table</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/scan-wifi-and-parser-the-text-a-internal-table/m-p/519042#M2959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by rocketdawg on Tue May 10 09:22:31 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;So you are building a device finder or a simple packet sniffer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Big Job.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;go here to get Microchips wifi stack&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.microchip.com%2Fdesign-centers%2Fwireless-connectivity" rel="nofollow" target="_blank"&gt;http://www.microchip.com/design-centers/wireless-connectivity&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then read the licensing docs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If Microchip is OK with you running their stack on ARM parts, then you would have to port it to ARM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The rest is cake, just capture all the packets with beacons and probes and decode them to get all the goodness out of them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am sure you mean SSID rather the SSDI.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:36:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/scan-wifi-and-parser-the-text-a-internal-table/m-p/519042#M2959</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: scan wifi and parser the text a internal table</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/scan-wifi-and-parser-the-text-a-internal-table/m-p/519043#M2960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Maverik on Tue May 10 09:57:04 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for answering rocketdawg.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is a practice course. I need to read from the UART0 input and store the contents on a table or array. But:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- I do not know how you read the UART and save the data in a table or array.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Separator input data is a ","&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Keep them in different fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The data received is the "scan" command module wifly 171RN.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to understand how to program&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:36:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/scan-wifi-and-parser-the-text-a-internal-table/m-p/519043#M2960</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: scan wifi and parser the text a internal table</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/scan-wifi-and-parser-the-text-a-internal-table/m-p/519044#M2961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;bump&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2016 01:10:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/scan-wifi-and-parser-the-text-a-internal-table/m-p/519044#M2961</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-19T01:10:35Z</dc:date>
    </item>
  </channel>
</rss>

