Looking for the nRF 9160 SMS sample mentioned in Getting Started. I can not find it in the folder mentioned.
This sample can be found under samples/nrf9160/sms in the nRF Connect SDK folder structure.
Looking for the nRF 9160 SMS sample mentioned in Getting Started. I can not find it in the folder mentioned.
This sample can be found under samples/nrf9160/sms in the nRF Connect SDK folder structure.
If you want to you can still go ahead and use it, though it seems that you would have to use the master branch in order to do so. I can't vouch for anything in the master branch working perfectly, but you could try it if you want to test the latest features. In a few months there will be a new official release, and you could try to migrate it over.
If that is what you want to do then head into the Tool Manager in NrfConnect for Desktop, and press the drop down menu next to the NCS v1.5.1. Then enter the bash terminal, and change directory to ~/ncs/v1.5.1/nrf
Then run:
pip install -U west (as you might need to update west)
git fetch –all
git checkout master
If you want to you can still go ahead and use it, though it seems that you would have to use the master branch in order to do so. I can't vouch for anything in the master branch working perfectly, but you could try it if you want to test the latest features. In a few months there will be a new official release, and you could try to migrate it over.
If that is what you want to do then head into the Tool Manager in NrfConnect for Desktop, and press the drop down menu next to the NCS v1.5.1. Then enter the bash terminal, and change directory to ~/ncs/v1.5.1/nrf
Then run:
pip install -U west (as you might need to update west)
git fetch –all
git checkout master