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 there,
I'm using a PCA10040 board, and the app that I am working on was originally built in SDK 11.0. I'm trying to send a stream of arbitrary bytes over USB using the...
Hello.
I am trying to download a program, but I get this error.
Beacon does not work when downloading in order of Application -> SoftDevice as indicated by the error...
Hello,
In the blinky project, I have added the following peripherals to build up an application
Timer
UART
SAADC
PPI
I have followed the saadc peripheral...
Hi, I want to use the components directory that comes with the SDK as much as possible isntead of the "packs" which comes with keil.
This is what I've selected in a project...
i have two tablets and one peripheral.Now with the code i have i connect to only one device .if i want to connect to same peripheral with another tablet i have to remove the...
Hello:
I have used the nrf52832 .when the radio have get a packet and disable the radio.I find the "NRF_RADIO->CRCSTATUS" register is "1" ,why?how "NRF_RADIO->CRCSTATUS"...
I am developing a BLE remote which will work with Android and iOS(as a remote shutter for camera). I used nRF's HID keyboard example as a base but it does not have volume...
Hello,
we are using the example ble_app_uart_c as basis.
I found out , that it takes about 650ms after Reset / Power up before i can send a string over ble.
The connection...
Hey there, I have a problem when use the command nrfjprog --memrd xxxx.
I was running a simple blinky led example on a nrf52 custom board, then i read some information from...
Hi all,
I am working on a project which receives data from UART (15 bytes at every 40ms interval). I want to store 1 minute of data on the NRF52832 RAM before sending it...
I have peripheral BLE device which can have several centrals in its whitelist. It should be able to connect to central with higher priority first, for example: device have...
Hi
I was using sdk 14.0.0. And I was adopting s332 as a soft device version and I was developing. However, when I go to Nodoric homepage and look for information, there...
I have an application for the nRF52832 which is working fine on SDK 12.3 and I am trying to port it over to SDK 14.2.
After some tweaking I have got the application ported...
I used example ble_hrs_freertos_app of SDK nRF5_SDK_14.1.0_1dda907.
I added one task for LCM (XPT2046) in the example.
i used the function :
When added the display...
Hi,
IC : nrf52832
SDK : Mesh_v1.0.0
I am testing the light_switch demo of the Mesh_v1.0.0.
I don't have 32kHz osc on my server board, so I have to change the clk...