Implementing MQTT over Wi-Fi on the nRF7002 led does not turn on?

Hi,

I have an nRF7002-DK. I am trying the MQTT over Wi-Fi following this blog below.

https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/implementing-mqtt-over-wi-fi-on-the-nrf7002-development-kit

The difference from the guide is I am using v2.4.2. I tried to change to v2.4.0 but was not successful using VSCode. 

Also I set the CONFIG_MQTT_CLIENT_ID to below. I also set the same at nRF Wi-Fi Provisioner Android App.

CONFIG_MQTT_CLIENT_ID="nRF7002DK_Test_Markel"
At nRF Wi-Fi Provisioner Android App, I can see it publishing from the logs, but the led's does not turn on at nRF7002-DK.
Regards,
Markel
  • From the guide I only changed the MQTT broker to broker.hivemq.com. Makes sure you have provisioned your board using nRF WiFI Provisioner. Every time you program the board you need to unpair the board at your smartphone Bluetooth settings. 

    You need to see the serial terminal logs at VS Studio Code to know what is going on with your board.

    Also at MQTT Dashboard make sure you do not reverse the topics.

    Regards,

    Markel

Related