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...
The role of this device is remote measurement environment parameters.
It could be accessed anywhere where access to the internet is possible.
It uses 6LoWPAN because it's modern IoT technology and have…
I've written up a note on programming external nRF51822 boards (like the RedBearLab Nano) using the SWD interface of the nRF51-DK.
http://electronut.in/nrf51-dk-external-programming/
I've written up a simple project that uses the nRF51-DK to send LDR light levels over BLE using the Nordic UART Service (NUS). In the process, I have set up a cross-platform toolchain (OS X, Windows) using…
Background
There is a need to enable Nordic hardware with the Direct Test Mode (DTM) firmware. This is so the physical layer and RF characteristics may be ascertained as set in the Bluetooth Sig Specification…
Requirements
This document uses:
Segger Embedded Studio (SES)
nRF5 SDK v17.1.0
an nRF52 DK to emulate the nRF52810
a BLE-enabled mobile device
You may want to review the blog here for a more comprehensive…
Requirements
This hands-on tutorial uses:
Segger Embedded Studio (SES)
nRF5 SDK v17.1.0
an nRF52840 DK
a BLE-enabled mobile device
You can use an nRF52 DK or nRF52833 DK instead of the nRF52840 DK,…
This is part 3 of the series Building a Bluetooth application on nRF Connect SDK
You can find other parts here:
Part 1 - Peripheral Role.
Part 2 - Central Role.
In Part 1 we covered the generic architecture…
Purpose
The purpose of this guide is to demonstrate the use of Bluetooth Shell. Bluetooth Shell (BT Shell) is a command-line shell application that runs over the UART. It allows one to manually type in…
Out of the box, the examples in the nRF Connect SDK are configured for ease of use, functionality, and debugging; they are not generally configured for optimal memory utilization. Some of the examples…