On the nRF54L15, how can I update the maximum TX time to 17040 µs when using Coded PHY?
I'm currently testing with the Throughput sample in nRF Connect SDK v2.9.1. During...
Hi,
I'm currently working with the Thingy:91X and would like to measure the total current consumption of the entire board using the PPK2. I understand that the PCA64165...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
While using the nRF9151 DK , after inserting the onomondo sim and connecting, the Cellular Monitor SIM sections appears the Wireless Logic ICCID number instead of onomondo...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
Dear Nordic and community,
I am currently in pre-production phase of designing a PCB based on the NRF9151, and I am a bit confused by the Hardware Device Guidelines, which...
Hi,
As well know, the max packet length is 252 byte in nRF51822 proprietary protocol.
Would you please tell me how to send / receive 252 byte packet? Where can I found...
Once written, you can not write it for the second time. It will not cause an error, but is there any way? Write the source code below.
NRF_FSTORAGE_DEF (nrf_fstorage_t fstorage...
Hi guys,
I'm adding my own 'hello world' model to the example on element 0.
For this i've implemented a simple model;
Client sends 'Set Unreliable' with char[20] value...
Hi guys long time I hope things go well there
so.. as the title says, sd_ble_gattc_write is returning error 19 "randomly" I am trying to transmit data chunks from my central...
I'm developing HID device using HID generic class. Device is required to change polling rate at startup. In SDK 14.2 this was done through modifying bInterval in descriptor...
HI. I used a translator.
I am using the nRF52840 DK and SDK15.
I want to save power when there is no input from the switch.
I want to wake up when a switch input ...
Hello together,
I have a strange problem and don't know how to proceed...
At my customer-specific electronic a Kionix KX224 is placed next to the BLE module which contains...
I am currently using two nRF52832 SDK boards to implement text message exchange with another nRF52832 SDK board via BLE Mesh.
I based my development on the Light Switch...
It would be very helpful to hear of others experiences getting these licenses, also I would like to find out if anyone has any advice of anything to be included or excluded...
Hi,
I am currently implementing the protocol for a serial DFU, following the instructions given here:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
Hi all!
TL;DR
Is there a way to start 2 timers in 1 instructions ? (or to synchronize them afterward?)
- - -
Background
I need to take 8 timestamps of GPIO edges...
Hi,
I'm using S112 v6.0 with SDK 15.0 on nRF52810. It's based on app_ble_uart example. I have some data to save in flash. I define the address as follow:
#define PAGRE_TO_ERASE...
I want to extend the Thread Cloud Client Example (thread_cloud_coap_client_pca10056) with a peripheral controller. And I am looking at the UART Example (ble_app_uart_pca10056_s140...
Hi,
I will connect nRF52840 with other BLE module (ESP32) and they must exchange data (at first aproximation 20-50 bytes each 1-5 seconds).
I need to acheive lowest power...