Hello,
I recently tried some examples with nRF53 + nRF7002 (e.g. ble_coex example).
However, I am developing with nRF54 and I would like to understand if the combo nRF54...
Dear Nordic Support Team,
We are in the process of integrating the Nordic nRF Mesh SDK (version 3.3.4) into our custom Java-based application and require your guidance on...
NCS 2.9.1
NRF52840
Sysbuild but with only a single image (no bootloader)
I've been trying to figure out how to change the merged.hex output and how to perform additional...
Hello, I’m trying to compile code for a u-blox C209 AOA Tag. I installed the nRF Connect Extension Pack and was able to build normally.
After adding some unrelated paths...
This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
Hello.
I'm trying to implement my own RF protocol, with the help of reference manual and examples provided here I was able to come up with this: http://pastebin.com/t2nhkj2B...
Now with the twi_hw_master.c with softdevice, I enable the twi on the start of twi_master_transfer and disable it at the end of twi_master_transfer, but I found the twi can...
Hi All,
I am in need to implement the Central BLE device which can receive the Data from an iOS peripheral device over a particular custom characteristic, Can anyone please...
I'm trying to implement my own radio protocol but the section about addressing in reference manual is very unclear to me. In the "Definition of logical addresses" table it...
Is it possible to protect part of the memory of nRF24le1, in such a way, that it can be used for a serial number?
For my application, it would be beneficial to be able...
Hello,
In the example "nRF51_SDK_8.1.0_b6ed55fvery\examples\ble_central\ble_app_multilink_central\pca10028" when opened in keil there is no flash_softdevice option shown...
dear everyone!
I order a kit- nRF52 preview DK:
www.nordicsemi.com/.../nRF52-Preview-DK
And i also download nRF52_SDK_0.9.1_3639cc9.zip:
developer.nordicsemi.com...
Hello,
I'm writing a driver for an I2C device (it's an external led driver).
My current code executes following steps ...
First I changed I2C configuration :
static...
Hello there.
I'm porting some code that previously worked on S110 stack v7 to stack v8 and I'am experiencing some issues.
After receiving a BLE_EVT_USER_MEM_REQUEST...
Accoding to the "how to generate the INIT file for the DFU",I have configuration Boot loader.hex,but i don't known how to configuration Soft Device.hex.The following is the...
Hello Nordic~
I want to control button debouncing on my nrf51822 based custom board. I went through the button_debounce example found in [Board/nrf6310/debounce_example...
Hi All,
I'm using ble_app_uart Application to send some notifications from Peripheral to central device. I'm using API ble_send_string() to send notifications to other...