I am experiencing a crash during system initialization stage (before main function) on the nrf54l15, with Bluetooth enabled in the proj.conf, using tooling and SDK 2.8.0 with...
I tried to use nRF54L15DK for program development, but so far I have run into some issues:
I wanted to use the coprocessor from nRF54L15DK to do some data processing, and...
Hi,
When add Homekit using the Matter Template(SDK V2.8.0) routine on the NRF52840DK development board, Homekit displays a final result of failed pairing with accessories...
Hello, After consulting the manual and understanding the composition of the calibration data page, the ant_bpwr_calib_handler was added, but the callback function was not...
Hello, I want ro test the channel sounding feature using the new nRF54L15-DK /PDK and I found a sample example for reflector role - "https://docs.nordicsemi.com/bundle/ncs...
Hello everyone,
I am working with nrf connect sdk toolchain v2.6.1.
My project requirements are as follows:
1 MBaud UART Async API
Two Modes for UART RX
fill...
Hello, I installed the the toolchains 1.9.0(working on existing project) successfully. However, i am not able to install manage SDKs.
This is my output:
Hello,
I am currently working with the NRF52840 Dongle and have integrated a W25Q512 QSPI Flash chip, connected to the following pins:
CSN: P0.17
SCK: P0.20
IO0...
Hello,
I am a beginner using the E73 nRF52810 module and developing my project in Visual Studio Code with the nrf connect desktop extension. In my build configuration, I...
Hi,
I am working on project where the peripheral has 2 services, and each has multiple characteristics.
The central needs to subscribe to all the characteristics and when...
These are customized UUIDS declared by me
/* Custom Service Variables */
#define BT_UUID_CUSTOM_SERVICE_VAL BT_UUID_128_ENCODE ( 0x821675c3 , 0x4046 , 0x45f9 , 0xb8df...
I ran across my devices reporting
Natenczas Wojski
from a UDS service that was included when running a sample HRS https://www.bluetooth.com/specifications/specs/user-data...
Hello,
In my project I am creating a BLE service with 7 characteristics that are all NOTIFY only characteristics.
My service setup looks like the following:
BT_GATT_SERVICE_DEFINE...
I created a new RTOS called nano RTOS . I would like to add support for the BLE hardware in nRF52840.
How are the BLE driver and stack organised in the build system? My...
Hello,
I am using the nRF5340-DK board along with the nRF7002-EK companion. I noticed that current consumption was high while running my MQTT application on this setup,...
With nRF7002DK and TF-M (nrf7002dk_nrf5340_cpuapp_ns.conf) configuration, the sample project works for example.com:
*** Booting nRF Connect SDK v3.5.99-ncs1-1 *** HTTPS...
Hi dear forum members,
I’m working on a firmware project for the NRF52840 that utilizes BLE, DFU, I2C, WDT, some cryptographic libraries, and a few sensor libraries. However...
Hi,
I am trying to enable the oberon crypto aead drivers. I believe I have the Kconfigs set correctly, but I can confirm through print statements that the define `PSA_NEED_OBERON_AEAD_DRIVER...
Hello,
I am having an issue with running my application in release mode. It will only run when NRF_LOG_ENABLED = 1 and NRF_LOG_BACKEND_UART_ENABLED = 1. I can run my debug...
Hi,
Might be possible to answer the question in bold. Thanks in advance!
We have many BLE central NUS (Nordic UART Service) and many peripheral NUS communicating with...