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...
nrf5340+nrf7002 running Zephyr with NCS v2.6.x.
When trying to connect to a wifi AP with incorrect credentials, I have several issues:
1/ the result of the (failed) connect...
Hello, After doing several things on my Ubuntu 24 host (I don't what might cause problem): -> Updating java OpenJDK to 17 -> running apt update & upgrade -> modifying my script...
I am encountering warnings while attempting to send Bluetooth notifications in my Zephyr-based project. The warnings are preventing successful notification of ECG data. Below...
HI ALL,
I am using v2.8.0, NRF54L15,and peripheral_uart demo has not made any modifications except for adding the following content. The test shows that the OTA upgrade...
1.test code
the code run separately on ble-softdevice and only timer demo .test code as follow:
2. test data
test result as follows:
picture A,show timer2 timing...
Hi,
I am using nRF Connect SDK v2.8.0 and nRF54L15-DK.
I am about to design custom hardware and have a question.
For Matter, I am trying to use the following pins for...
I am working with the unicast samples where one board is configured as a server and the other as client. Initially i had trouble installing the SDK, but it seems to be working...
Hello.
I am developing using nRF5340DK and nRF Connect SDK v2.8.0. I want to create a DFU distributor that updates both Application core firmware and Network core firmware...
We have been porting from v2.5.3 to v2.8.0. So far the only thing that we've had to change has been the board files, but one thing that was noticed is that the CONFIG_FLASH_LOAD_OFFSET...
Hello,
On my Thingy:53, I would like to try Matter. I use Google Home to connect to Matter and I use the QR codes on the following page: docs.nordicsemi.com/.../README.html...
I need to build a PC-based workstation (Windows 10) for programming our boards that contain a nRF52840. Do I need to download / install the command line tools and the nRF...
I'm trying to update the modem core from the standard firmware to the production test image on my nRF9161 dk to experiment with the PTI before doing the same on a custom board...
I'm using firmware 1.3.6 and SDK 2.7.
I have a ppp connection problem for IPV6. Tables below show connection status:
When I use SLM:
ISP / PDP + APN
"IPV6" ...
I read some previous posts that there was limited support for sysbuild for the VSCode extension. There are two things that I noticed: 1. When creating a build configuration...
For a project i need to use the channel sounding feature of bluetooth. On checking samples on nRF Connect SDK couldn't find any examples. But the Zephyr project is providing...