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...
I'm getting a hardfault on some float operations that I wasn't getting before I upgraded to SDK 6.0.0 and SD 7.0.0. At least, I wasn't getting them at all before that and...
Hi:
I use spi0(0x40003000) to wirte data to external flash(W25Q64) with SD8.0(sdk8.0.if I write data without sd, it is OK), and when program run to rx_data[number_of_txd_bytes...
A friend of mine asked me to help with thinking about a solution to create a RF communication between 8 robots and 1 access point. Not a lot of traffic, just to signal that...
Hi everyone,
We are making a BLE peripheral that measures some data and keeps it ready for the mobile phone to connect & poll the data.
The data should be private and...
I am trying to use the template to create my own application. In two places I have read, that to add my own services, I just "Double-click the Serives folder in the Project...
Hello everyone,
I had some troubles some time ago with Softdevice s120, and finally solved it to work with nRF51822 thanks to Aryan .
The problem is that, when I upload...
I'm following the official tutorial for using pstorage and this the simplest test code I've come up with:
static pstorage_handle_t base_handle;
static void test_pstorage_cb_handler...
Hi
i started some time ago with building a simple peripheral device, and started form the led-button service example.
In there, device manager was not used. However, in...
Hi,
My application receives assert error from stack. Source file name is src\ll_master.c, line number 831 and error code 0xDEADBEEF.
What this error signifies?
R...
Hello,
In my application I'm using SDK 8.1 with the s110 SoftDevice. In the new version, the pstorage modules have been separated and you need to choose between them.
...
Trying to see how much time my code consumes, I tried the naive approach, calling clock() in the beginning and at the end and comparing the values.
But when I include clock...
I am using the BLE Scanner app on Android to check that my device works.
I have 2 similar problems :
on one device, I can read all characteristics except one. This has...
Hi,
Im trying to use this example to send serial data from GPS module via BLE:
github.com/.../ble_app_uart_low_power_slave
I have disabled hardware flow control since...
Hi
I tried gateway and LED_mesh examples. It worked well. But, I found some issues as below.
When I tired MCP windows application on laptop with PCA10031 dongle...
Hi there,
I am using the nrfjprog to flash the nrf51822 via a J-Tag programmer. Here is the command I used in the command prompt:
nrfjprog --eraseall --programs softdevice...