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...
Hello There,
I am looking to use many of the features found in the SDK Common Library such as the application timer. I am looking at the documentation and I am unsure how...
According to the S132 v2.0.0 release notes it states:
"minimum required memory - actual requirements are dependent upon the configuration
chosen at sd_ble_enable() time...
I need to implement the micros() function of arduino on nrf51822. Can someone guide me on how it can be done?
This the function for Arduino:
unsigned long micros() ...
We have two developers running the same version of IAR and the SDK and one of them has different device options under the project options. My IAR project works with NordicSemi...
Am using SDK 8, Single or dual bank serial bootloader brick during SoftDevice upate. Brick happens only if softdevice CRC validate fails(Stop Cmd). During CRC validate pass...
I'm connecting to the same microcontroller with nRF Master control using the same firmware, but I noticed that the connectivity time is not similar with every connection....
Hi guys,
I have a question when design the pcb layout stack with nRF52832, CSP package (CHAA). As recommendation from Nordic, using 4 layers will give best performance...
I noticed that Digi-Key had a new part number for the nRF52 DK that wasn't designated "Preview", so I assumed it might be the final silicon. However, nRFgo Studio identifies...
Now I work on designing a product, which is implemented by sending LMP commands to a bluetooth device with nrf51822. Unfortunately, nrf51822 liberary could not provide the...
Hello All
I'm newbe for this device. Now my customer asking multiple offline programming IC NRF51822-QFAC-R. But I'm not sure the device can support parallel programming...
Hello,
has anyone done some good testing on the connection quality between multiple nRF51 chipsets running on the S130 SoftDevice? (Using all four connections, 3 as Central...
I'm trying to merge 'ble_app_uart' and 'twi_sensor' example.
I developed twi function in 'twi_sensor' example. I add 'ble_app_uart' example file 'nrf_drv_twi.c'
and also...
nrf51822_sleep.txt
Currently i running nordic code in Arduino IDE through the library from RedbearLab : github.com/.../nRF51822-Arduino and I facing a problem in sleeping...