Environment
SoC: nRF54LM20A (cpuapp, non-secure / TF-M)
nRF Connect SDK: v3.3.0
sQSPI soft peripheral driving an AMOLED display via the FLPR
BLE active via MPSL...
In our project we have functions for outputting a single frequency via PWM for an indefinite amount of time until we call a function to turn it off. See attached code.
...
Hi,
We had connectivity issues on our end for the Message Routing Service webhook since May 13, 2026. It has been restored and tested with the nRF Cloud verification test...
Hi,
I see the different behavior of the function sd_ble_gap_conn_param_update when connected to Windows integrated Bluetooth.
Using bare-metal SDK v0.9.0 it succeeds...
Hello Team,
We are evaluating an architecture where an NXP MIMXRT700 EVK powers an nRF9151 DK externally while using the nRF9151 DK as an LTE modem.
Hardware:
MIMXRT700...
Hello, We have registered our project with Nordic. Our project ID is 60803622472. Project title: DECT NR+ Star Topology Sensor Node Evaluation with nRF9151 We would like to...
Hello,
Quick one:
https://docs.nordicsemi.com/r/bundle/nordic-mcp/page/index.html seems to be broken. I have a myNordic account and everything. I tried on two different...
HI
when i use 51822 connect to a host like iphone how can I get the host 's Ver info?
As I know there is a function to get local version info:sd_ble_version_get
and I do...
Using:
nRF51822 (nRFgo starterkit with nRF6310 and PCA10005)
Softdevice s110 version 6.0
Nordic Sdk 5.2.0
Compiled with GCC 4.8 using pure-gcc setup
I...
Is it possible to whitelist a private resolvable address without bonding, or is bonding required? I want to limit reconnection to the same central after it disconnects, but...
Hi,
I'm using the makefile from ble_hrs to write my own makefile. I need to had libraries .lib and .a files.
How should I add my files in the makefile?
Thanks in advance...
hi. dear.
I have custom board using the NRF51822 - nRF24LU1P.
use the gazell protocol.
I want to unencryption key data.
Plz, tell me how to use unencryption key data...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
I have an issue with the ble_app_lbs. I can compile it OK, but when I run it it gets as far as calling sd_ble_gap_device_name_set(), which returns error 0x3001.
Can someone...
Im writing a serial bootloader for the NRF51822 128kB. Im not using much of the SDK and its a custom protocol i.e. no bluetooth. The boot loader can be squeezed into 16kB...
I looked at a very similar thread that had this title for MacOS and I feel that my issues are the same however changing the hardware debugger only changes the error I get...
Halo, is there any linux ( possibly debian or even better raspbian ) driver for
nRF24AP2-USB dongle?
Do you have ANTware II linux ( possibly debian or even better raspbian...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
I'm using Keil to debug my application. Softdevice was loaded w/ Studio and when I click on Debug Keil loads the code but it does not stop at any breakpoint I set. It does...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
First I'm new to these devices and BLE in general.
I am however very experienced at embedded design and Keil tools and ARM processors.
I have got the demo heart beat...