I am a beginning at this. Does anyone have step by step instruction/tutorial on how to connect nRF9160 to AWS IOT?
Thanks.
I am a beginning at this. Does anyone have step by step instruction/tutorial on how to connect nRF9160 to AWS IOT?
Thanks.
Hello Haifan,
flash modern firmware
https://www.nordicsemi.com/Products/Low-power-cellular-IoT/nRF9160/Download#infotabs
Start with MQTT simple and give your ip address, subscribe, publish topic and client id in project.conf file.
Build and flash your dk.
Regards,
Nikunj
HI Haifan,
I am afraid that we do not have any official tutorial on setting up the nRF9160 with another AWS endpoint than the nRF Cloud.
There are several other DevZone users that have done this, please see the links below.
https://devzone.nordicsemi.com/f/nordic-q-a/46764/connecting-an-nrf9160-to-aws
Best regards
Bjørn
When we try to build simple MQTT, we get error on line 402 (return net_addr_ntop(family, src, dst, size). The error is "undefined reference to 'net_addr-ntop"
Which branch/tag did you checkout from the https://github.com/NordicPlayground/fw-nrfconnect-nrf repo?