I'd like to update a firmware which is essentially made of 2 parts, say 0x1000-0x8000 is a "read-only" part and 0x8000-0x50000 is a "read-write" part. If I flash this firmware...
Hello,
As the subject says, I am working on a project that when I try to enable the CONFIG_USB_CDC_ACM in my prj.conf I see this error post-build. It seems to not matter...
Description:
I encountered an issue where my NRF54L15DK development board fails to connect to my Windows 11 PC. Upon plugging in the board, the LED near the debugger starts...
I'm trying to connect a SIM800L to my nrf52840-dk which I power through 5V USB. I'm a beginner at electronics so just want to make sure I understand how to wire things, please...
Hi,
I would like to know what are the prerequisites to get the ICCID of the sim card:
This is the code I use, nothing special. I can get the IMEI of the modem but not...
Building kernel for RPi2 with bluetooth_6lowpan
In this guide, you will have two choices:
Cross-compilation build
Native build
Choose the one that fits your needs. Cross-compilation is…
In SDK 12.0.0 or later, logging/debugging over RTT is built in to the logger module NRF_LOG. To enable logging over RTT, "check" the NRF_LOG_BACKEND_SERIAL_USES_RTT option in sdk_config.h in the configuration…
Hello.
I was spending the last few days to implement an interface to access the BLE mesh via the Internet. The mesh consists of devices with LEDs, which then could be turned on and off in my browser.…
This tutorial uses an outdated version of nRF Connect SDK.
We recommend using the latest version of nRF Connect SDK when getting started with development.
Please see academy…
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…