[This writeup is a work in progress - it was meant to be a quickie, but to write it all down properly exceeded the limits of reasonable working hours. Writing will continue...
HI,
I am developing an NFC application using the nRF54L15 with SDK version 3.2.1, and I am using NDEF for data exchange. However, I have encountered an issue: after the...
In the nRF Connect SDK v3.3.0 release notes, I noticed that the QoS Channel Survey feature has transitioned from experimental to supported (i.e., production-ready).
From...
Back in SDK 17 or so there were code samples for both the client and server side of the LED button service.
What happened to the client/central example when you migrated...
Summary
On NCS v3.3.0 with CONFIG_OPENTHREAD_ZEPHYR_BORDER_ROUTER=y and a single Ethernet AIL interface (W5500), the Border Router never initialises:
ot br state → uninitialized...
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...
Hi All,
I try to connect nrf9160 to our azure space ( Azure IoT Central) using sample : sdk-nrf/samples/nrf9160/azure_iot_hub at main · nrfconnect/sdk-nrf · GitHub
...
Hello I already have a team on the PRO plan on nRFCloud and I would like to create a new team on the nRFCloud, using the same user as owner of both teams. According to: https...
Hello,
Is there an easy way to upgrade the CMake version that is used during the build process trigger from the nRF Connect SDK Extension in VSCode ?
I'm currently using...
I am using the older SDk 17_1_0 used in the Qorvo UWB sdk.
nrfConnect ->connected to -> controller ->connected to ->beacon, neither appear in scanner as expected once...
I can't define an Advertising file larger than 191 bytes, even in Extend.
Here's my code and proj.conf file.
My board is an NRF52840.
main.c
proj.conf
E...
Hello,
I'm working through the fundamental courses and trying to get my nrf54lm20 development board setup. After I have built and flashed the sample firmware to the dev...
I just upgraded my project (that runs on custom hardware with the nRF8233 using an Ezurio BL653 module) from nRF Connect SDK v3.1.0 to SDK v3.2.1 and the battery monitoring...
Hi, we have recently started developing with the nRF5340DK. We encountered several issues while configuring a FATFS on the external flash (mx25r64).
1. The sample code...
Hello
I am currently trying to develop an asset tracker based on your Asset Tracker Template ( GitHub - nrfconnect/Asset-Tracker-Template · GitHub ). While going through...
Hi,
I am trying to configure SWO logging in a sample project based on zephyr/samples/hello_world (source and config at the end).
I run this application on two targets...
Hello,
In document nRF54L15_qfaa_4L_config1_pcb_reference_layout_0_6 there is a representation of the PCB with 4 layers. The GND of C9 is not connected on the top layer...
Hi,
When configuring an nRF54LM20A for usb and then using the `onoff_request()` API to enable the HFCLK after that, results in spinning sys_notify_fetch_result() forever...
Hi
I am currently experiencing an issue with my custom board related to poor BLE signal performance.
My devices are based on the NORA-B101 (nRF5340) combined with a SKY66408...
Enable the "mcuboot_with_encryption" function. 1: When using VSCode for flashing, by default, mcuboot is flashed with un-signed and un-encrypted firmware, while the application...