I am currently working with nRF52810 using nRF Connect SDK v3.2.1 , and I am trying to run the AES CCM PSA Crypto sample .
However, when running the unmodified sample, it...
Ncs v3.2.1 <SDK>\nrf\samples\dfu\single_slot
I want to try using this sample for SMP over ble dfu, so I tried several times in the nRF Connect and Device Manager in the...
I want to design a pair of TWS speakers using the nRF5340, but I'm having a hard time figuring out where to start. From what I understand, the unicast server nRF5340 audio...
Hi!
I just upgraded a product we developed using a Fanstel BT840X module (nrf52840 with a Skyworks SKY66112 amplifier) from SDK 2.3.0 to SDK 3.1.1 and I noticed that our...
Hi all,
I am trying to get going very simple connection between multiple devices - specifically the end product is first-responder walkie-talkies. Effectively all I need...
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 &…