hello, https://github.com/NordicDeveloperAcademy/nrf54l-express/tree/main/demo_app/ The device draws 150 uA when powered on, and only after pressing button 3 can it properly...
Hi everyone,
I am currently facing an issue with the nRF54LM20A where the access port protection is not taking effect after programming SECUREAPPROTECT and APPROTECT into...
Hello
nPM Power UP v 2.24 detects nPM2100 EK, but does not detect the CR2032 battery. The active battery model selected is CR2032 and the fuel gauge is enabled.
I placed...
Hello,
After working with the path loss monitoring sample in NCS, I was wondering if there is a sample that accomplishes something similar to the following:
Central...
I'm curious about the approach taken in the nRF Connect SDK's location library for cell neighbor scans ( https://github.com/nrfconnect/sdk-nrf/blob/main/lib/location/scan_cellular...
Hi, I am trying to understand the Friend and LPN behaviour. For that I am refering to nRF sample application light" and "light_switch". Below is the setup details: 1. On one...
My task is to implement inbuilt RTC for nordic MCU nrf54l15 series. When i use the below API nrfx_grtc_init, it is throwing a error and returning a error code which is saying...
Hello Nordic Support Team,
I’m working with an nRF5340 using nRF Connect SDK 3.0.2.
I am trying to use the NFC pins (P0.02 and P0.03) as an I2C slave interface. However...
Hi,
I would like to generate a PWM signal specifically on the P0.03 pin of the nRF54L15 using GPIOTE + DPPI + TIMERS.
As far as I’m concerned, Port 0 in nRF54L15 does...
Hello all,
I am trying to run bap_unicast_server example with nrf5340_dk. I used no sysbuild configuration. Then I manually added hci_ipc as it shown at ss
I flashed succesfully...
Hi,
I'm currently working on a project using the nRF5340, and I've successfully configured the I2C0 interface as a static Master in my .overlay file using the following...
Hi all,
I am trying to execute an application in XIP mode from an external QSPI flash on an nRF device (nRF5340, Zephyr + MCUBOOT). The setup is:
Partition file:pm_static...
Hello,
I am using edge impulse library to achieve on-device classification. I now want to put the edge impulse related code to the external flash and use XIP function there...
Dear All, I am facing a rather strange issue with the nrf/samples/wifi/shutdown example. I am working with nRF Connect SDK v3.1.1 and a nRF7002DK board. I am observing the...
I recently upgraded from a Ubuntu raspberry to a Raspery PI5 running PI OS and have two Nordic boards but not able to install the nrfConnect image on the PI image. Is there...
Hello,
We are preparing nrf52832xxAA for certification, Im trying to compile DTM from nRF5_SDK_17.1.0 (same issue on v16.0) Default UART pins run fine without error #define...
Hi, I am trying to migrate my device from s132 7.2.0 to s332 7.0.1, for adding ANT. I have no more access to the SWD. I know it is not tested : docs.nordicsemi.com/.../lib_bootloader_dfu_validation...
I am attempting to integrate the MM8108 with the NRF54L15 SoC as my lead engineer suggested, but now I am finding that it is not that straightforward. We want to make a HaLow...
Dear All, I am developing an application where I need to get the nRF5340 to the low power state, where the chip is consuming less than 10uA when it idle, while using the nRF7002...
I would like to control the RGB LED on the board. I followed the drievr example provided by the nrf sdk, but it doesn't work. As far as I understand, I don't need the signal...