Hi,
I'm evaluating the nrf54l15dk and am trying to make a small application where nrf54 appears as a tag. Upon initialization the `nfc_t2t_setup` returns -1 which does not...
Hi, i have downloaded the app nRF for desktop, but when i try to download an app inside it (such as Programmer or Direct Connect) i get notified with this error
i try...
Hi DevZone! I'm migrating an app running on a Thingy91 from SDK 2.5.0 to 3.4.0. I will eventually try to adapt it to the newest Thingy91X. So far I managed to migrate the...
Hello Nordic support,
We are preparing a build-only NCS2.9.0 environment on an Apple Silicon Mac, macOS26.5.1 (25F80), with commands run in a managed workspace execution...
The first generation of wireless PC accessories to achieve widespread success (the ones that shipped with a dongle in the box) adopted 2.4GHz radios because these radios offered the optimal trade-off between…
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 &…