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
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
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?