This project was originally made in an outdated version of NCS, but it has now been updated to NCS v1.5.0. The instructions are the same as before, but the code is different.
Disclaimer: This is a student project, and thus we can not guarantee ...
The nRF9160 DK comes with an on-board antenna for GPS, but on some boards this antenna is not functional on board versions up to and including v0.8.2 due to this errata.
It can also be very practical to attach an external GPS antenna when doing devel...
UPDATE MAY 2021:Please follow the official documentation in infocenter.
The following information is deprecated, please follow the documentation link at the top.
Trace Collector app collects UART traces from the nRF91, over serial port. User can co...
In this example we are using the nRF Connect for Cloud Device API, which is a free service for protyping IoT products and is built on top of AWS IoT, to store dust sensor readings.
The API is device-agnostic and can store data from any kind of device.
In this example we use an Espruino Wifi (firmware version 2v01). The Espruino will connect to the AWS IoT MQTT broker using TLS, and regularly publish temperatore and…