Hello, We're in EMC testing for a host product built on the nRF9151 (LACA A1A, FCC ID 2ANPO00NRF9151), running modem firmware mfw_nrf9151-ntn 1.0.1.
For our lab build, we...
Hello,
we have been testing channel sounding with single antenna configuration, however we are not sure of which accuracy to expect. Also, we are not sure of the reliability...
Hello:
Hello Nordic Support,
We are developing a battery-powered product based on the nPM2100 and nRF54L15 , powered by either a CR2032 or CR2450 primary coin-cell battery...
We are using the nRF54L15 chip in a new product that is essentially a sniffer. We periodically turn the receiver on for 5 to 10 seconds to sniff for BLE advertisements from...
Environment
- nRF Connect SDK v3.4.1, Windows with zh-CN locale (default code page CP936/GBK), the Python bundled with the NCS toolchain
- Building nrf9151dk/nrf9151/ns...
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 &…