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

Thingy:91 -> nrfcloud -> AWS

Hello,

My thingy:91 is publishing its messages to nrfcloud (=to the corresponding AWS mqttEndPoint and topics/ I suppose AWS IoT Core).

Now I want to get/process these messages in our IoT platform. Here I could:

- setting up a bridge: nordic - bridge - (our) AWS IoT Core

- develop a subscriber to the topics,

- use something as Apache NiFi.

However, I was wondering if using an AWS Lambda to the nordic mqttEndpoint (and topics) would be possible?

Thanks.

Guy

  • Hi.

    As you mention there are several ways of getting the messages from nRF Cloud to your own cloud service. I have only done a few simple tests using the messages API, but from the documentation, it looks like it might also be possible to subscribe to the MQTT topics.

    I am not quite sure what you mean by the last question. If you mean whether you can create a new AWS Lambda that runs in nRF Cloud, then no I very much doubt that. If you mean whether you can create an AWS Lambda in your own AWS instance, then I am not quite experienced enough with AWS to give a certain answer, but as long as you can make API requests, and trigger the Lambda according to your needs, then yes, that sounds like a viable approach.

    I would also consider using your own AWS IoT Core instance (or similar for your cloud service provider of choice).

    Best regards,

    Didrik

  • Hi Guys!,

    Even I have a have this question,

    I am going to buy a nordic thingy:91 but I have lot of queries like

    1. How many days does the battery losts?

    2. Can i connect to my AWS cloud with MQTT?

    3. Need more details and documents of nordic thingy:91?

  • Hi .

    You might want to open a new ticket for your questions, instead of commenting on one that is 6 months old.

     

    balajixrevol said:
    1. How many days does the battery losts?

     That depends heavily on the application you use, how it is configured, what SIM card and network you are connected to, etc.

     

    balajixrevol said:
    2. Can i connect to my AWS cloud with MQTT?

     Yes. The application it comes with from the factory (the asset_tracker application) will connect to nRF Cloud, which is based on AWS. But you can also program the Thingy with other samples that can connect to a generic AWS solution.

     

    balajixrevol said:
    3. Need more details and documents of nordic thingy:91?

     What documentation do you need?

    Have you seen the Thingy:91 page on our website, the infocenter page, and our NCS documentation?

    Best regards,

    Didrik

Related