AWS Pub/Sub example - Subscribe not getting test messages
Posted: Mon Apr 09, 2018 3:55 am
Hi,
I am starting my R&D on ESP32 modules with the ESP32-EVB.
I have loaded the subscribe_publish esp-idf example. I have setup device as per aws/esp requirements, and set the app config.
The device is completing the connection procedure and I can see publish events coming in on the AWS MQTT test page from the device.
However, I cannot seem to get the device to receive any published messages. The subscribe callback is never called. I can confirm the subscription is at least initially connected, as if I change the policy to a different sub topic, the unit does not connect.
Have tried different topics as well as separate pub and sub topics.
Is there some sort of filtering happening? Or is the subscribe just not working?
Cheers,
Grant
I am starting my R&D on ESP32 modules with the ESP32-EVB.
I have loaded the subscribe_publish esp-idf example. I have setup device as per aws/esp requirements, and set the app config.
The device is completing the connection procedure and I can see publish events coming in on the AWS MQTT test page from the device.
However, I cannot seem to get the device to receive any published messages. The subscribe callback is never called. I can confirm the subscription is at least initially connected, as if I change the policy to a different sub topic, the unit does not connect.
Have tried different topics as well as separate pub and sub topics.
Is there some sort of filtering happening? Or is the subscribe just not working?
Cheers,
Grant