Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi,
I'm developing firmware for the nRF52840 DK using nRF Connect SDK v2.9.2 , and I’m running into a problem that didn’t occur in v2.8.0 .
My project uses Zephyr and...
I was wondering if there was a way to use the Nordic Power Profiler Kit II (PPK2) as an ampere meter, and be able to determine more details about what portion of the current...
Hello,
I just received my Thingy:91X which I purchased through DigiKey. I am trying to connect it to hello.nrfcloud but I keep getting the following message: " The fingerprint...
Hello,
I am currently using nordic connect sdk version v3.0.2 which seems to be the latest release on github. I am using https client example. As per the requirements...
Hi! We're evaluating the nRF7002 with its DK. As part of that I'm trying to run the sample in ncs/sdk/v3.0.2/nrf/samples/wifi/raw_tx_packet. I build it with: `west build ...
I'm trying to run the DFU sample l9_e5_sol on a custom board using the nRF5340 and SDK version 3.0.2.
My goal is to perform DFU over BLE using external flash. However, before...
Hello! I've been trying to do the same project for about a month now - just a simple keyboard adapter that takes the input from a keyboard and translates it into HID signals...
I am using a custom board with a nrf5340 chip on it with vs code and sdk/toolchain of 2.9.1 and the bmi270 sample. I am getting and issue with my bmi270 accelerometer when...
Hi,
I am not able to program an Acconeer xm122, which is powered by an 52840. It is mounted on the Acconeer xb122 shield. My nrf52832DK is connected to the shield using...
We need to set a GPIO pin in MCUBoot to activate an external USB hub chip so the USB DFU will work. I would like to do this with code in our project rather than directly modifying...
Seeing the failure below and wondering a couple things:
How did the device get into this state?
How do I disable AP protection? The Kconfig GUI seems to indicate that...
Implementing deep sleep in nRF54L15
Using sys_poweroff()
System gets reset upon wake up by button press
Using k_sleep(K_FOREVER)
System is not waking up by button...
Hi, having some issues with the matter door lock sample for the nRF54L15DK on NCS 3.0.2. I'm getting strange failures on boot when running the default matter door lock sample...
I would assume that nrfutil device will respect MacOS DYLD_LIBRARY_PATH environment variable but instead it fails to load libjlinkarm.dylib. Steps to reproduce: - Run nrfutil...
Hello,
I’m trying to run the TensorFlow Lite Micro example (zephyr_samples/hello_world) on my nRF5340DK using nRF Connect SDK 2.6.1, but I’m unable to build the project...