This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

AWS IoT Core don't receive the messagge of nrf9160

Hello 

I'm using the AWS IoT sample on nRF9160 DK, I have done the set up indicates in this link:

  https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/aws_iot/README.html#setup

and get this results in terminal

  

  

In aws account don't recieve any messagge, I don't know which is the default topic that sample use or if I need to create and suscribe a new topic 

Thanks

Julio

Parents
  • Hello Julio,

    as far as I can see from your logs, the AWS IoT application successfully connects to the AWS message broker.

    As described in the application documentation, the messages are published to the topic: 

    $aws/things/<thingname>/shadow/update

    If you subscribe to this topic in your AWS account (and/or a multi-level wildcard to shadow alternatively), are you able to receive messages then?

    $aws/things/<thingname>/shadow/#

    Regards,

    Markus

Reply
  • Hello Julio,

    as far as I can see from your logs, the AWS IoT application successfully connects to the AWS message broker.

    As described in the application documentation, the messages are published to the topic: 

    $aws/things/<thingname>/shadow/update

    If you subscribe to this topic in your AWS account (and/or a multi-level wildcard to shadow alternatively), are you able to receive messages then?

    $aws/things/<thingname>/shadow/#

    Regards,

    Markus

Children
Related