Hi,
I would like to know how to ensure that AP-protect is disabled for application based on 17.1.0 nRF5 SDK.
I've understood that the procedure is:
1. recover the device...
Hello Nordic team,
We are reviewing the GNSS LNA design for an nRF9151-based product and noticed a difference between the nRF9151 DK and Thingy:91 X implementations of the...
Hi Yall,
I designed a custom board with SoC nRF52840, and developing software with nRF Connect extension in Visual Studio Code.
I followed the dev academy instructions...
Dear Nordic
There are two questions. Thanks
Q1. Did you have temperature test report of nRF54LM20A (with NFC functionality)?
Q2. We want to implement FIDO (Fast Identity...
Background
Custom board: nRF54L15, external SPI NOR 16MB (GD25LE128, jedec-id = c8 60 18 )
NCS upgraded v3.2.1 → v3.2.4 ; after months of use, one unit failed to boot...
Writing a BLE firmware can now be done with a few lines of code. The code example bellow is all you need to write for a non-connectable BLE firmware that advertise a counter value every second in the…
Hello
I wrote a tutorial on using the nrF52 Development Kit with Keil MDK.
www.keil.com/appnotes/docs/apnt_308.asp
This document features essential debugging capabilities of the nrF52 series.
ETM Instruction…
1.Profile
During connection procedure of BLE, there are three packages: SCAN_REQ, SCAN_RSP 和 CONNECT_REQ。
SCAN_REQ: Scan request, issued by MASTER DEVICE, send to SLAVE DEVICE,sent by the Link Layer…
1.Profile
MTU: ATT Maximum Transmission Unit (MTU) is the maximum length of an ATT packet. The ATT MTU is defined by the L2CAP and can be anywhere between 23 and infinity. The implementation of the Bluetooth…
Today I tried to find the better ways to debug program on nRF52840 PDK from CLI on linux.
The ways that I tried
[Failed] openocd (both stlink and jlink) & gdb
[Succeeded] JLink & JLinkGDBServer &…
This article baed on "pca10040", nRF52832
example code path "examples/ble_peripheral/ble_app_uart"
IMPORTANT!!!!
board config file of this example located in "components/boards/pca10040.h"
and uart…