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...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hello! We are developing a schematic for our device and trying to correctly assign GPIOs for different peripherals. There is the Cross power-domain use section in the documentation...
Hello!
I'm currently working with the nRF7002 Wi-Fi chip on a custom board. The MCU used is STM32H573ZIT6, and the software is Zephyr 4.0, specifically using the Wi-Fi shell...
Hello at all, I try to compile the example peripheral_uart for the nrf54L15-DK. The goal is to compile without west. My directory structure:
where I copied everything from...
Hello,
I am developing on the NRF54L15 DK board, using the SDK v3.1.0 and v3.1.0 toolchain. I am trying to use the macro NRF_RADIO_INT_RSSIEND_MASK, but RADIO_INTENSET_RSSIEND_Msk...
I'm using the NRF5340. When I open a standard example project located in the directory: nrf\samples\bluetooth\peripheral_uart (the well-known Bluetooth data transparent transmission...
I am experiencing system resets caused by the WDT (Watchdog Timer) while using the nrf52832。
This is my WDT configuration code:
void system_wdt_init(void) { uint32_t err_code...
my sdkconfig.h related to fds
my entire code error: my entire sdkconfig
i have tried changing no of pages , using nvmc driver, but i am getting the same error steps...
HI,
I am using the nRF54L15 with SDK v3.0.0. I am currently using Timer20 for a counting function. My original power consumption was 4.6 μA when Timer20 was not enabled...
Dear Nordic DevZone,
I have a question which is quite noobish but I want to make sure I am using the right tools for the job. My setup looks like this I have a raspberry...
After gradually increasing up to ncs 3.1.0, the following issue occured: After:
LOG_INF ( "Initializing modem library" );
err = nrf_modem_lib_init ();
if ( err ) ...
Hi,
I’m working on the T5838 Invensense PDM driver for the nRF54L15 .
I’m referencing this driver: IRNAS T5838 Driver , and have updated it to work for SDK 3.0.2 (including...
Hi [Nordic Support Team / Developer Team],
I would like to confirm why the nRF54L15DK is not listed among the supported development kits for the Bluetooth: Peripheral ANCS...
I tried two different applications in BT fundamentals, the solution to Lesson 3, Exercise 1 and the solution to Lesson 4, Exercise 1. Both show "Advertising successfully started...
I'm using zephyr with a custom board (nrf52840) which has a ssd1306 OLED. I have it configured to use i2c0 and is working fine with lvgl.
When I try to enable uart0 (using...
After a recent update, I'm frequently finding the VS Code UI unresponsive due to intelliscan re-indexing.
About my setup. I have a complex environment with 4 different...