Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hi everyone, I noticed something unusual while testing BLE transmission and reception:
Transmitter: nRF5340DK
Receiver setups tested:
config:Target board...
Hi,
If I build the extxip_smp_svr sample app for the nrf5340dk board. The network image firmware version is set to 0.0.0.0.
To reproduce the issue, do the following...
In Lesson-3 Ex-2 for the BLE Fundamentals course, the steps for setting preferred PHY (steps 7 thru 9) is causing fault on my nRF52840-DK board.
Log messages are as follows...
Hi Nordic Team,
I'm currently working on integrating TagoIO using MQTT in our application. While attempting to add the MQTT connection details—specifically the username...
Hello,
I have a problem with a custom board using a nRF9151.
I can flash the nRF9151 and it seams to flash successfully (I tried with a blinky program and the leds start...
Hello, I am experiencing issues with the current measurements taken by the PPK2 when using the nPM2100-EK to power a device. The current drawn from the 2.7V power source ...
Hi,
I'm using nRF Connect version 2.9.1 with the buildprog script method of building this project.
I've got some custom boards based on the nRF5340_audio_dk. We swapped...
I’m working with the nRF7002 DK and following the guide for the HTTP server sample here: HTTP Server Example . The build process is successful, but when I flash the device...
Hello,
I am using nRF52840 with nRF5SDK v17.1.0 , and I have several questions regarding DFU. Reference page: https://docs.nordicsemi.com/bundle/sdk_nrf5_v17.1.0/page/index...
Hello,
Are there any samples that show multi-core (sysbuild) configurations for the nRF54H20?
I've found the sysbuild HelloWorld project, but in the sysbuild.cmake file...
Hi
We have just been notified by our supplier that they have detected som anomalies when taking X-ray images after soldering our 208 pcb's. they estimate around 25% will...
Hi, I appreciate some help with my situation. Here's my setup.
nRF54L15-DK using nRF Connect SDK 3.1.0 .
using nRF52840 dongle as proxy for BLE
nRF Connect for Windows...
I am using nrf54l15 with NCS v3.1.0 with the following error when i connect it(i worked in NCS v2.9.1 successfully):
Controller unresponsive, command opcode 0x2035 timeout...
Recently, we decided we would try ESB, since the power consumption is similar to BLE, but the intervals are much shorter, and we could greatly benefit from this.
I've seen...