Hi,
I have an nRF7002-DK. I am trying the MQTT over Wi-Fi following this blog below.
I have a previous post regarding this and it did work one time. But, just today I tried again same procedure but I am not able receive the messages from the
MQTT Dashboard Android app. I can see from the logs that the nRF7002-DK is connected to the MQTT broker, see below.
[00:02:00.018,341] <inf> MQTT_OVER_WIFI: broker_init: IPv4 Address found 91.121.93.94
[00:02:00.325,012] <inf> net_mqtt: client_connect: Connect completed
[00:02:00.634,368] <inf> MQTT_OVER_WIFI: mqtt_evt_handler: MQTT client connected
[00:02:00.634,399] <inf> MQTT_OVER_WIFI: subscribe: Subscribing to: devacademy/subscribe/topic44 len 28
[00:02:00.906,158] <inf> MQTT_OVER_WIFI: mqtt_evt_handler: SUBACK packet id: 1234
Also, at proj.conf I changed the the mqtt broker to broker.hivemq.com see below.