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...
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...
The jump from application to DFU is not working during buttonless DFU. NRFToolbox displays GATT ERROR. I use SDK 7.1.0 with SD V7.1.0.
In dfu_app_handler.c, I made the...
I want to flash a firmware on my nrf51822 module I was trying an example from Nordic, I concatenated the bin file with the s110 file and it worked fine. Now, when I went ahead...
In the nRF8001 Product Specification, section 7.1.5 it states:
"The maximum length of an event packet
is 31 bytes, including the length
byte."
In the headers...
Has anyone seen more than 3 notify packets per 7.5ms connection interval?
I am seeing 3 and am wondering if this is a fault of the way my app is working.
My Setup:
Nordic is the Server, Android is the client.
I have read many, many forum posts about doing long reads/writes. Virtually everyone says you cannot do long writes...
I am trying to connect more then one device to nrf51822 HID.
How can i pair more then one device ?
How can i delete paired device from nrf51822?
Thanks
Recently ran nRF Master Control panel on android and found "Read remote RSSI" button. Is data got from device in some way or simply measured by androd phone ble radio module...
I would like to write to multiple characteristics in a loop but the second call to sd_ble_gattc_write() causes a NRF_ERROR_BUSY error. From reading the documentation, I should...
Hi all,
I am working with PCA10028. I have a peripheral and central both are devices with no display and no keyboard. both peripheral and central device are under our control...
Hi,
I am using nrf51822 with s110 softdevice version 8.0.
Is there any way i can know the state of my radio at some point in the code execution?
In short I want to access...
As explained by electronut in his Blog and Lijun here , it is possible to program an External nRF51822 board using the SWD interface of the nRF51-DK.
But what about a custom...
I have a project, and nRF52832 it 's good chip for me, because it has NFC/ bluetooth communication.
I would like to know if nRF52832 can pilot epaper display. nRF52832 does...
Hi,all. i face a problem. the office DFU flowchart is device reset--->bootloader --->upload firmware to device ---->device reset.i want to implement as follow: upload firmware...
Dear all
We did nordic beacon board in that we not able to flash the device
We are checked core voltage 1.2V and 1.7V are coming .But i want to confirm external CLOCK will...
Hi,
I want to change the interval time of 51822 dongle with the instruction here devzone.nordicsemi.com/.../
The default value is 100ms as following
#define NON_CONNECTABLE_ADV_INTERVAL...