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...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
I compile the coap client example and drag-n-drop the hex file to a RBL BLE Nano. However, no advertising packets picked up by sniffer. Is it possible to port IoT SDK to a...
I followed the instructions in developer.nordicsemi.com/.../a00058.html and reached Obtaining the kernel: Option 2: Native build. I failed at step 3 and the error message...
Hi,
after getting the way to write to peripheral on this link I have successfully
written 20 bytes packet.
but I'm facing a latency while writing back to back data packets...
Hi all,
I'm really new to the BLE scene so I'm having some trouble wrapping my head around how to send/receive data over BLE between a central/peripheral device. In my...
We have a working application on SDK 6.X.X and I just saw that there is a new update with SDK 7.1.0
Few questions:
In the release notes for SDK 7.0.0 it states that...
Hi,
I'm using Central multilink peripheral example to get connected with Our Custom Peripheral App (iOS). I'm able to receive the data from Peripheral device, Now i need...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
Hi, I want to get the RSSI values as much quick as possible. I have written a code which is transmitting at 10Hz for instance(that is sufficient). But The problem is that...
Dear Nordic Developers,
I'm trying to write some data to a slave and when the slave gets the write command sends back a notification. My problem is that I send the write...
I would like to use nRF51422 in commercial product and I use your SDK. There are 2 files: app_uart.h and app_uart_fifo.c that I would like to modify a bit. I would like to...
Hi,
I have PCA10028 dev board and Fujitsu MBH7BLZ02 BT module.
I have successfully modified some sample code and when I flash it to nRF module on the PCA board, the...
Hi,
I ordered a few couple NRF905 a few months ago. Now I wanted to re-order a few hundred pieces the seller told me that they have "C series".
What is NRF905 C series...
Hi,
Is there a uart example for the NRF51 Dongle(PCA10031)? If not, how would I go about implementing uart on the dongle to connect to the Android NRF Uart app?
Tha...
Hii all,
I would like to create a project that take an input from any Bluetooth device and display it on display device like EPD. Till now I just hard coded the image and...