<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AWS IoT WiFi MQTT with nRF7002DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/101119/aws-iot-wifi-mqtt-with-nrf7002dk</link><description>I am having trouble getting a sample application to compile using the nRF7002DK and AWS IoT core. I am using nRF Connect 2.3.0. I followed the getting started with MQTT guide and was able to verify connection using the default settings and a desktop MQTT</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 28 Jun 2023 22:09:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/101119/aws-iot-wifi-mqtt-with-nrf7002dk" /><item><title>RE: AWS IoT WiFi MQTT with nRF7002DK</title><link>https://devzone.nordicsemi.com/thread/433558?ContentTypeID=1</link><pubDate>Wed, 28 Jun 2023 22:09:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8b9b8ab9-7c2d-4f84-8d86-cbaca2b189fc</guid><dc:creator>erichotterbeefcurry</dc:creator><description>&lt;p&gt;Hi Epietro and Amanda, I tried checking out the PR and building the new aws_iot sample but couldn&amp;#39;t get it to work. I have a nrf7002dk and am on v2.4.0. What I did was git remote add the pull request&amp;#39;s branch to /opt/nordic/ncs/v2.4.0/nrf, checked out the branch, and opened the newly added&amp;nbsp;&lt;span class="s1"&gt;./samples/net/aws_iot&lt;/span&gt;&amp;nbsp;sample. When I build using nrf7002dk board file (with its KConfig fragments), I get these errors:&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;-- Including generated dts.cmake file: /Users/looki/Desktop/aws_iot_dev/build/zephyr/dts.cmake

warning: Experimental symbol NET_SOCKETS_SOCKOPT_TLS is enabled.


warning: Experimental symbol NET_CONNECTION_MANAGER is enabled.


warning: the choice symbol CHOICE_PSA_EITS_BACKEND_ZEPHYR_SETTINGS (defined at /opt/nordic/ncs/v2.4.0/nrf/subsys/nrf_security/Kconfig.psa:112, /opt/nordic/ncs/v2.4.0/nrfxlib/nrf_security/Kconfig.psa:105) is defined with a prompt outside the choice

warning: the choice symbol CHOICE_PSA_EITS_BACKEND_ZEPHYR_SETTINGS (defined at /opt/nordic/ncs/v2.4.0/nrf/subsys/nrf_security/Kconfig.psa:112, /opt/nordic/ncs/v2.4.0/nrfxlib/nrf_security/Kconfig.psa:105) is defined with a prompt outside the choice

warning: MBEDTLS_ENTROPY_C (defined at /opt/nordic/ncs/v2.4.0/nrf/subsys/net/openthread/Kconfig.defconfig:89, /opt/nordic/ncs/v2.4.0/nrf/subsys/nrf_security/Kconfig.legacy:357, /opt/nordic/ncs/v2.4.0/nrfxlib/nrf_security/Kconfig.legacy:359) has direct dependencies NET_L2_OPENTHREAD || (!MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG &amp;amp;&amp;amp; MBEDTLS_LEGACY_CRYPTO_C &amp;amp;&amp;amp; NRF_SECURITY) || (!MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG &amp;amp;&amp;amp; MBEDTLS_LEGACY_CRYPTO_C &amp;amp;&amp;amp; NRF_SECURITY) with value n, but is currently being y-selected by the following symbols:
 - WPA_SUPP_CRYPTO (defined at /opt/nordic/ncs/v2.4.0/modules/lib/hostap/zephyr/Kconfig:66), with value y, direct dependencies WPA_SUPP (value: y), and select condition WPA_SUPP (value: y)

error: Aborting due to Kconfig warnings

Parsing /Users/looki/Desktop/aws_iot_dev/Kconfig
Loaded configuration &amp;#39;/opt/nordic/ncs/v2.4.0/nrf/boards/arm/nrf7002dk_nrf5340/nrf7002dk_nrf5340_cpuapp_defconfig&amp;#39;
Merged configuration &amp;#39;/Users/looki/Desktop/aws_iot_dev/prj.conf&amp;#39;
Merged configuration &amp;#39;/Users/looki/Desktop/aws_iot_dev/boards/nrf7002dk_nrf5340_cpuapp.conf&amp;#39;
Merged configuration &amp;#39;/Users/looki/Desktop/aws_iot_dev/boards/nrf7002dk_nrf5340_cpuapp.conf&amp;#39;
CMake Error at /opt/nordic/ncs/v2.4.0/zephyr/cmake/modules/kconfig.cmake:339 (message):
  command failed with return code: 1
Call Stack (most recent call first):
  /opt/nordic/ncs/v2.4.0/nrf/cmake/modules/kconfig.cmake:29 (include)
  /opt/nordic/ncs/v2.4.0/zephyr/cmake/modules/zephyr_default.cmake:115 (include)
  /opt/nordic/ncs/v2.4.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /opt/nordic/ncs/v2.4.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:9 (find_package)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve tried debugging them today and had no luck. I checked out this post&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/90732/kconfig-selection-error-in-lwm2m-client-project"&gt;Kconfig selection error in lwm2m client project&lt;/a&gt;&amp;nbsp;but didn&amp;#39;t fully understand what the problem was. I&amp;#39;m wondering if it&amp;#39;s because 1. I made some error while checking out the upstream branch or 2. some internal dependency problem in my zephyr. It sounds like&amp;nbsp;both of you were able to make the sample work, so it&amp;#39;d be great if I can get some help on the issue!&lt;/p&gt;
&lt;p&gt;P.S.: After checking out the nrf branch, building other existing projects fail for me too.&lt;/p&gt;
&lt;p&gt;-Best,&lt;/p&gt;
&lt;p&gt;Eric&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AWS IoT WiFi MQTT with nRF7002DK</title><link>https://devzone.nordicsemi.com/thread/432703?ContentTypeID=1</link><pubDate>Fri, 23 Jun 2023 12:59:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d29596f7-ac3b-43f5-9a8c-c8c3f7809507</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can&amp;nbsp;have a look at the PR here adding Wi-Fi support to the AWS IoT sample: &lt;a title="https://github.com/nrfconnect/sdk-nrf/pull/11345" href="https://github.com/nrfconnect/sdk-nrf/pull/11345" rel="noopener noreferrer" target="_blank"&gt;https://github.com/nrfconnect/sdk-nrf/pull/11345&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Here is the config file for nRF7002DK:&lt;br /&gt; &lt;a title="https://github.com/nrfconnect/sdk-nrf/blob/a628cb0239f8436a66637249ebf24991a6f2a48d/samples/net/aws_iot/boards/nrf7002dk_nrf5340_cpuapp.conf#l62" href="https://github.com/nrfconnect/sdk-nrf/blob/a628cb0239f8436a66637249ebf24991a6f2a48d/samples/net/aws_iot/boards/nrf7002dk_nrf5340_cpuapp.conf#L62" rel="noopener noreferrer" target="_blank"&gt;https://github.com/nrfconnect/sdk-nrf/blob/a628cb0239f8436a66637249ebf24991a6f2a48d/samples/net/aws_iot/boards/nrf7002dk_nrf5340_cpuapp.conf#L62&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>