I'm working on a IoT device that leverages the AWS IoT and AWS FOTA components from the nRF Connect SDK. The device is battery powered, and so I want to limit the connection...
Hi there,
We have a device that utilizes an NRF52840 chip. Several threads on DevZone - including this one and this one - warn about the dangers of applying voltage to a...
Using FreeRTOS and SDK 15.3 on nRF52840 and SES, SD 140
I'm following along with the NUS example project in this particular release and have a problem I'm a little stumped...
I'm developing firmware for a RAK4630 for IOT purposes. According to the datasheet, the average consumption of the nrf52840 is 1.5 ua in system ON mode. Mine is measuring...
Hi all,
I may have encountered an issue with nrf9151DK board.
When I only set LED1 with dk_set_leds (DK_LED1_MSK) the LED1 and LED2 are both lit.
Setting other leds...
Quick start (< 5 minutes)
Download the Espruino Web IDE from the Chrome web store.
Drag-and-drop espruino_nrf51.hex or espruino_nrf52.hex to your nRF51/nRF52 Development Kit. Espruino will run…
Support for nRF52 Series in Contiki OS is no longer maintained and is pending removal. Please check out nRF52x series support in Zephyr OS which offers BLE over IPv6 connectivity.
This tutorial shows you…
A new tool from Nordic has been released, pc-ble-driver-py, which allows Python developers to access the full SoftDevice 2.x.x API from a Python application.
Update: Raspberry Pi unofficial build available…
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…
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…
Purpose
This document will explain the Mesh Demo and the motivations behind the design decisions.
Please find attached PDF file at the bottom of this tutorial for high-resolution version of this tutorial…
The GNU Debugger (GDB) is a popular tool that provides familiar features like breakpoints along with a command syntax that allows creativity in the debugging process. Although its command line interface…
2020-08-04: The content of this guide is now covered in the documentation on Infocenter. For the most up-to-date Getting started guide with nRF9160 DK please follow this link.
2020-03-09: Updated tutorial to…
The scope of this tutorial is to make it clear how a developer can adjust the RAM and FLASH memory start addresses. The examples demonstrated in this tutorial uses SDK 15.2 The first three Sections explains…