Procedure for connecting to AWS IoT using nRF7002

Hello, 

I am configuring nRF7002 board to connect to AWS IoT based on the 'aws_iot' sample code (https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/net/aws_iot/README.html)

Using nRF SDK 2.4.99-dev2, we can see that nrf7002dk is now supported in boards/.

Certificates are also generated from AWS and is in certs/ path

However, this has an issue on build similar to the nordic-q-a :AWS IoT WiFi MQTT with nRF7002DK 

Also tried the reply from the nordic-q-a, and this is the log:

prj.conf: /cfs-file/__key/communityserver-discussions-components-files/4/3125.prj.conf

Please advise on what to configure to nRF7002 to connect to AWS IoT or if there are other sample code

Thank you very much.

Parents Reply
  • Hello,

    After configuring from 2.4.99-dev2, (edit build configuration by adding overlay and mcuboot.conf) I was able to build and flash it.
    Currently, it is publishing from device to AWS IoT

    However, when I publish from AWS IoT, it is not logged by the topic subscribed by the device.

    Was expecting AWS_IOT_EVT_DATA_RECEIVED but there's no log.

    Please advise.

    Thank you.

Children
Related