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...
Hi,
I'm using SDK 15.0.0; nrf52840 DK; IAR(EWARM).
I want to add TWI(i2c) from example in SDK to my project.
But I facing with next errors:
Error[Li005]: no definition...
Hi dear engineers,
I have a strange TWI problem on my production protype which programmed based on the official twi example with softdevice s130_nrf51_2.0.1 and SDK 12.3...
Hi,
I'm trying to schedule few events within the shortest connection interval . Is it possible to shcedule 3 events, 2.5 ms long within 7.5 ms connection interval? Could...
Dear all,
I am using the nRF51822 custom developed board. Earlier it was working fine, but now when I try to connect the BLE with nRF ToolBox APP UART service, the APP...
Hi,
Have flashed an early sd_power_system_off first line in main() when measuring power-consumption...
Now the SWD access seems gone. Is there a trick to get it back in...
Hi, I'm working on a custom board with a nRF52840.
I want to use REG0 and REG1 as mentionned in Figure 13 of the datasheet : with VDDH, and both DCDC. My PCB is powered...
Hi there
I have a NRF52 Dk already and it had been setted as master.
The log might contain the specific advertisement channel power or how much packets has been sent...
Hello,
I want to send 6 bytes of data over BLE. I will set a timer for this purpose. When there is timer interrupt, the data will be send.
What I wanted to ask is that...
Greetings,
Trying to fast-track my set-up and use of the Nordic Semi devices and toolchain. My questions/comments are as follows:
1 - What is the best *free* option for...
Hi,
I am using ble_app_uart service in my application. I am trying to send files using teraterm tool. If I am sending .txt or .doc files there is no disconnection in the...
Hi,
I am using nrf52832, and measure the power consumption , I found that when I use application timer "after" nrf_sdh_disable_request(), the power consumption of system...
Hello,
i am working on a nRF52840-Preview-DK with SDK 15.
When sending data out on UARTE1 with function nrfx_uarte_tx(..) everything works as expected but only with data...