<?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のトピックRe: CSI demo question</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/CSI-demo-question/m-p/2398424#M20430</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/205377"&gt;@Christine_Li&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the information. We have successfully run the basic wifi_cli example from the SDK.&lt;/P&gt;&lt;P&gt;We would like to go further and analyze CSI data to develop a demo. I came across the following repository for CSI motion detection on the RW61x — would this demo be compatible with our module?&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/nxp-appcodehub/dm-motion-detection-using-wifi-csi-on-rw61x" target="_blank" rel="noopener"&gt;https://github.com/nxp-appcodehub/dm-motion-detection-using-wifi-csi-on-rw61x&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Or is there a similar demo you could recommend?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bryan&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jul 2026 17:43:14 GMT</pubDate>
    <dc:creator>BryanNiu</dc:creator>
    <dc:date>2026-07-23T17:43:14Z</dc:date>
    <item>
      <title>CSI demo question</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/CSI-demo-question/m-p/2397934#M20427</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is Bryan form Quectel FAE team.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We are planning to prepare some CSI-related demos for the NXP trade show in September. Could you provide some assistance with demo examples? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For instance, I noticed you have examples similar to motion detection — I would like to know how to analyze and work with the CSI data captured on our board.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We have rw610 &amp;amp;&amp;amp; rw612&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;my email : bryan.niu@quectel.com&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2026 23:05:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/CSI-demo-question/m-p/2397934#M20427</guid>
      <dc:creator>BryanNiu</dc:creator>
      <dc:date>2026-07-22T23:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: CSI demo question</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/CSI-demo-question/m-p/2398078#M20428</link>
      <description>&lt;P&gt;Hi，&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/264947"&gt;@BryanNiu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For RW610 and RW612, both of them supports CSI.&lt;/P&gt;
&lt;P&gt;We already have demo in the default SDK release: wifi_cli example.&lt;/P&gt;
&lt;P class="p"&gt;The wifi_cli application is used to configure CSI generation and collection. The application is included in the SDK release. To generate CSI data, flash wi-fi_cli application onto the Wi-Fi device and run the following commands:&lt;/P&gt;
&lt;UL class="ul"&gt;
&lt;LI class="li"&gt;&lt;CODE class="ph codeph"&gt;wlan-set-csi-param-header&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI class="li"&gt;&lt;CODE class="ph codeph"&gt;wlan-set-csi-filter&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI class="li"&gt;&lt;CODE class="ph codeph"&gt;wlan-csi-cfg&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI class="li"&gt;&lt;CODE class="ph codeph"&gt;wlan-auto-null-tx&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For the details, you can refer to:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.nxp.com/bundle/AN14281/page/topics/csi_generation_freertos.html" target="_blank"&gt;AN14281: Channel State Information (CSI) on FreeRTOS | NXP Semiconductors&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please let me know whether still have any other concerns on this case, if no, please do not hesitate to mark my answer as a solution for this thread.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;
&lt;P&gt;&lt;CODE class="ph codeph"&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 07:09:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/CSI-demo-question/m-p/2398078#M20428</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2026-07-23T07:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: CSI demo question</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/CSI-demo-question/m-p/2398081#M20429</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/264947"&gt;@BryanNiu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, to download our default SDK, you can just directly go to below link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/select" target="_blank"&gt;Select Board | MCUXpresso SDK Builder&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Input and choose FRDM-RW612, then download the latest: SDK 26.06.00.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 07:13:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/CSI-demo-question/m-p/2398081#M20429</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2026-07-23T07:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: CSI demo question</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/CSI-demo-question/m-p/2398424#M20430</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/205377"&gt;@Christine_Li&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the information. We have successfully run the basic wifi_cli example from the SDK.&lt;/P&gt;&lt;P&gt;We would like to go further and analyze CSI data to develop a demo. I came across the following repository for CSI motion detection on the RW61x — would this demo be compatible with our module?&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/nxp-appcodehub/dm-motion-detection-using-wifi-csi-on-rw61x" target="_blank" rel="noopener"&gt;https://github.com/nxp-appcodehub/dm-motion-detection-using-wifi-csi-on-rw61x&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Or is there a similar demo you could recommend?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bryan&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2026 17:43:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/CSI-demo-question/m-p/2398424#M20430</guid>
      <dc:creator>BryanNiu</dc:creator>
      <dc:date>2026-07-23T17:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: CSI demo question</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/CSI-demo-question/m-p/2398631#M20431</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/264947"&gt;@BryanNiu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The demo you mentioned in the shared link is also designed for FRDM-RW612.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, yes, it should work on&amp;nbsp;FRDM-RW612.&lt;/P&gt;
&lt;P&gt;If you are using a RW612 module, I think it should also work.&lt;/P&gt;
&lt;P&gt;But from the SDK version, it is using SDK 25.09.00, a little older. Currently our latest SDK version is SDK 26.06.00.&lt;/P&gt;
&lt;P&gt;You can have a try with our latest SDK 26.06.00, and according the the AN I provided to you to learn more info about CSI on RW612.&lt;/P&gt;
&lt;P&gt;Please let me know whether still have any other concerns on this case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2026 09:10:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/CSI-demo-question/m-p/2398631#M20431</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2026-07-24T09:10:50Z</dc:date>
    </item>
  </channel>
</rss>

