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...
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...
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...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
This system does not work if I enable the third Pipe (Pipe2) .
The system is working without any problem as one RX and two TX (Pipe0 and Pipe1).
The problem on enabling...
Hi there,
I'm using nrf51822 timer1 as the timer for some time-critical task, and I'd like to ask two questions about it:
What's the precision of Timer1 if the...
Hi
I am using nRF51822 (pca10001).I am unable to discover my device. I used the ble_app_template_s130_pca10028 as my base and added the code for gpiote handler as following...
Good day,
I tried the BLE Mesh Example located:
devzone.nordicsemi.com/.../
... and for some reason it is not working for me. I posted a comment where the example is...
Hi.
Faced with a strange situation.
Example. All look good when I read code area:
void ex1 (void)
{
uint32_t *addr_out;
uint32_t i,word;
addr_out=(uint32_t...
We've developed a custom board based on the nRF51822-QFAA and an MPU-6050 IMU. It runs on a li-pol battery and uses S110.
I've encountered a strange problem when power...
Hi,
I am working on measuring the voltage on a lithium battery (norminal 3.7V) with a voltage divider on nRF52832. The voltage divider combines a 510K and 360K resistor...
Dear Nordic Engineer,
I need to work on nRF52, my Macbook Air has OSX Yosemite 10.10.5 - I can run "make" or "nrfjprog" only if I copied libjlinkarm.dylib into the same...
We have a custom board using the ISP130301 BLE module (containing a nRF51822, 16MHz xtal, 32kHz xtal). Our apps work fine (gcc, SDK6, S110v7) except for high system on idle...
i don't see where the command queue index, m_op_queue.rp, is initialized.
when queue_process is called, the following line blows up:
fds_op_t * const p_op = &m_op_queue...
Is there a way to reject requests when the whitelist is empty? I support clearing out the whitelist, but after clearing out the whitelist I would still like to reject connection...
Hi,
I'm using the nRF5_SDK_12.0.0_12f24da and S132 on nRF52832. I do the multilink based on the ble_app_multilink_central example. When it has connected to the peripheral...
Hi,
I want to use spi list feature without ppi. Is that possible?
Because I have to use the same spi module for OLED, SPI flash and accelerometer with FIFO, spi ppi...
Hi There, PCA10004_Schematic_And_PCB.pdf
We are working on Nrf51822 chipset and have observed in our case that once we download the code we are able to discover the device...