System Info: Hardware: M3 Max OS: Sequoia 15.3 Following the instructions outlined in the readme of: github.com/.../nrf-docker Docker fails to build an image on Apple Silicon...
Hi everyone,
I'm currently working on measuring the power consumption of the 9160DK board and following the guide: Getting started with current measurements on the nRF9160...
Hello,
I am attempting to build the Matter template using only the nRF54L15’s internal memory. While the build occasionally succeeds, it more often fails, and I am unsure...
Hi,
I'm currently using NCS v2.9.0 under sysbuild and have recently been using board definitions from different directories. My recent projects possess a "boards" sub-directory...
Hi,
a couple of days ago, I had to install some STM plugins for VS Code (I'm sorry ).
In the process, the "CMake Tools" from Microsoft were also installed. I remember...
nRF52840 NCS 3.0.1 MCUBOOT
OTBR on Raspberry Pi 4
I am running the OTBR on a Raspberry Pi 4 with the RCP on a dongle. I am running the coap_client on a nRF52840DK. I have...
Hi
I am using nrf70-wifi-ble-image-transfer-demo in the nRF7002 DK.
I change nothing on the code form the sample, after patching I have succesfully build the code and...
Hi, recently I have been experimenting with the channel sounding with range requestor sample on the nrf54l15dk. I have modified the reflector code to make it connect with...
I am having an issue with the nrfx_qdec driver in zephyr, I am trying to simply detect when the turn happens and the direction of the turn is. Most of the time this is triggered...
Hi,
Hope you are doing well.
I would like to use eSIM on nRF9151-DK board and an eSIM has been assembled in the board. However, eSIM is not detected.
According to...
Hi,
I am currently conducting measurements using channel sounding with my nRF54L15 boards. I am at the end of my master thesis, so there is not so much time left to really...
Hi
I am using an nRF54L15 and trying to use pins for I2C, but to do this I have to disable the NFC pins.
I did the following:
But that wasn't enough.
I noticed...
Hi team, After executing RRAMC.ERASE.ERASEALL with an external debugger, I was unable to access the CPU (board) after reset. To resolve this issue, I connected the nRF-programmer...
Hi,
The attached code is based on a sample code from NCS v2.9.1 and creates a LittleFS flash disk on external SPI NOR onboard nrf54L15DK. There is a mismatch in the code...
Dear Customer Support,
Wanted to open a case to follow up on this old one Case ID: 335484
I initially looked at the counter alarm under
https://github.com/zephyrproject...
Hello, I would like to ask if the latest SDK version supports power management on the FLPR core of the nRF54L15. According to this article, the power consumption is quite...
hello everyone I have implemented BLE, ADC, RTC, and UART. After that, my power consumption is around 1.31 mA. Can you suggest possible ways to reduce power consumption or...
Hello Nordic team, For the ( POC), I configured ADC channel 1 and interfaced a potentiometer to pin P1.14. The ADC was set up to read the potentiometer's raw value . As part...
Keep hitting my head on this inconvenient workflow.
Edit build config
Select target custom board
Build config
All OK
Edit config again
Target board has been...
I was doing some developement for a custom board on NCS v2.9.1 when i noticed some of the changes i was making in my prj.conf weren't being set in the application. My impression...
Hello Nordic Team,
I am reaching out to ask for some advice and/or guidance on how I may debug code that:
1. Is initialized and runs BEFORE main
2. Is part of the zephyr...
Hello,
we are developing a device which implements BLE hid keyboard. The code is based on the hid keyboard example in the NRF Connect SDK.
The example uses battery service...