Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
Hello,
I’m encountering an issue with my nRF52 device where it reboots during the flash_erase operation. Below is the relevant part of my code and the overlay configuration...
Hello all,
I'm using nrfx_spim_spis non_blocking sample to make my nRF5340 DK as SPI SLAVE.
I don't need SPI MASTER, so I delete the SPIM code.
But I found that I can...
Hi,
Is there any relationship between RTC peripheral and the system clock (which from DTC it looks like attached to rtc0)?
I'm trying to use PPI to generate a radio task...
I am looking for a solution of a multi-protocol controller for Linux host.
1. Coexistence of Wifi & BLE & Thread / Zigbee
The ble-coex / thread-coex example has the...
I'm trying to do a power analysis of an embedded device with a PPK2 and nRF power profiler and i'm running into an issue where i'm losing samples on longer capture periods...
I have a simple Thread joiner program. I am trying to join to a thread network created by my OTBR. Attached is my program. This program resets on call to otJoinerStart()....
Hi,
We use SDK 2.5.2 on a nrf9160. And have a hardware issue due to a too late update with the first boards. The GNSS LNA enable is wrongly connected to COEX1.
COEX0 is...
We are using eDRX to save power, but it seems like eDRX is not active always.
We currently use LTE_LC_EVT_EDRX_UPDATE callback to determine if eDRX is active. Is this...
I was modifying the download code sample in nRF connect SDK v2.6.1. I was attempting to download https//google.com/favicon.ico.
When I attempted to add the certificate for...
Now I am using the https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/direction_finding_central/README.html and https://developer.nordicsemi...
Hello ! I'm currently working on a SPI slave implementation for the nRF54L15.
I already read the spi-master-slave example.
The idea atm is basic and as follow :
My slave...
I have printed and assembled this circuit. The board is programmed with the help of a development board, but it doesn’t work. What could be the problem?
my code (led toggling...
nRF_Segger_RTT I want to port it from the high version SDK14.2 SDK to SDK7.1, is it OK?
Will it be difficult?
Can it be transplanted?
Tell me, thank you
Dear team,
I would like to have a function to measure the pulse width of the pulse that I generated and wonder if that is possible.
For example, I can generate one pulse...
I'm trying to create a demo beacon with an advertising interval of 5s and I only ever see a single advertisement from the device, following boot up. I've encountered this...