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...
I want to get sensor data from arduino, with atleast 200 samples per second, but at present I am only getting around 20 samples per second. I went through forums and got to...
What is the source resistance for the GPIO pin when driven high and configured as following:
Output, Standard 0.5mA drive, No pullup, S0S1
Output, High 5mA drive...
Hi there! I added ANCS to my project which contains services nus, dis, dfus and two other custom services. Everything seems OK except device manager. I paired the device with...
Hello,
I would like to know whether the below PA can be interfaced with nRF51822?
For our application we need to increase the power of the BT. so I have selected the below...
Hi, I am now using hid mouse example to develop a project. On the nrf51822 side, connection\bond\data sent are all ok, then I need to test the project on phone side. In iOS...
Hello,
There is a problem of compile when I finished compile process on Keil as following. Is there any process I missed before I starting to develop nRF52 SDK? what I...
I'm using Windows driver 0.5.0 with a s130 BLE USB dongle.
If my application calls sd_rpc_open on init and sd_rpc_close before exiting, everything works fine.
Now, if...
Hi,
I find an interesting thing: when I test hid keyboard example with android and iOS, after pairing/bonding with the phone at the first connect time, even when phones are...
I downloaded nRF51 SDK 10, but there is no IAR project in examples\dfu\bootloader. Why does Nordic delete IAR project? Is there any problems? Now, I'm using SDK9 with IAR...
Hello Nordic
I am running into a problem where I am trying to change the interrupt priority of the the RADIO_IRQ using a proprietary radio protocol on the nRF51 rev3. I...
Hello there,
I'm currently using nrf52832 with s132 and sdk 0.9.2, based on the 'ble_app_uart' example and keil5. I'd like to use 'ble_nus_string_send' function to send...
hello! i want to send mac address of my bluetooth device. i have written function
uint32_t get_address(void)
{
uint32_t err_code;
ble_gap_addr_t ble_gap_addr;
memset...
When I open the project dfu_dual_bank_ble_s110_pca10028 and configure it for nRF51822, it compiles fine, but flashing does not succeed. I get errors:
No Algorithm found...
I loaded the "dfutarg" dfu program "dual bank version" to the development kit & then used this dfu program to perform firmware over the air, the firmware I need to upload...
I've been trying to get my head around the TWI on the nRF51822 today, using the "twi_sensor_pca10028" example to begin with.
Firstly, I still don't quite understand how...