Hello,
I am using the NRF9160 DK to try the NRF9160 with AWS IOT.. I have experience with making ESP32 work with AWS IOT but i cant say the same for this controller.
I am developing on VS code and used the AWS iot sample code. Followed the tutorial, set aws up, put the cetrificates into the device and used all the default settings. But i cannot even get the program to the point where it tries to connect to AWS.
I used LTE link monitor to see what is happening. With the use of the AT command i am able to see that it connects with the sim card to the network, but the firmware does not seem to able to use the modem correctly.
Starting the firmware the first few things it say is the following:
The big errors:
failed to get system mode, could not get current system mode, modem could not be configured.
i am not sure what they mean. I have looked through the internet and i cannot find a dirrect answer.
The only two things i can think of is the sim card or the low signal.
I am planning to try it again on another pc on a different location but i am not optimistic of that helping
I am open for suggestions, any help would be appreciated.