Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
I am trying to get my nRF9151DK connected to Azure IoT Hub. I have used the Azure IoT Hub sample, with some modifications to use LTE instead of WiFi which does not seem supported...
Hi
We are using the CMakePresets.json file for different variations of our firmware. Since the latest update (2025.4.106) the build configuration interface changed a bit...
use "nrf5340 cpuapp" to compile project, flash statistics as follows, see blue color
[3/11] Linking C executable zephyr\zephyr_pre0.elf
[6/11] Linking C executable zephyr...
Hi, I am a beginer, it is my first time using raw MCU IC, and I don't know how should I connect my 32MHz oscillator. So I see that the nordic configuration looks like this...
Hi,
I’ve compiled and flashed the Matter light bulb example from Nordic onto the nRF5340 DK.
I'm using the nRF52840 Dongle as the OpenThread Border Router, with a Raspberry...
Dear Team. There is a bug in the SDK starting from version 2.9.0 regarding the linkage of libraries. Indeed, I have a CMakeLists.txt file that works perfectly and correctly...
Hi all,
I'm doing some tests with the nRF5340 DK to log with a custom timestamp source. I took the logging exercise 2 example and verified that the log messages are correctly...
Hi, I have custom board with nrf54l15. Im using sdk 2.9.1 and nRF54L15-DK as debugger/flasher. Im able to flash firmware correctly using SWD, or do nrfjprog --recover, but...
Hi, I'm using nRF Connect SDK (v2.1.2) with VS Code on Windows for a project targeting nRF52811 .
Even though everything is versioned in Git, I keep running into the following...
Hello,
I have a custom hardware around the nrf52820, and I simply can't make it to run the basic hello_world and blinky samples.
I'm compiling the samples using nrf52833dk_nrf52820...
Hi,
I've just migrated my project from NCS 2.6.1 to 2.9.0 and I'm having some problems with the UART.
I'm using the nRF52833 DK to communicate with another device and...
Hello,
I want to port blinky example to 52805.
I wrote this dts file:
I added " CONFIG_DEBUG =y" to prj.cong.
I launch debug but main function is never reached...
I discovered weird modem behavior when testing my application with a weak or undetectable signal. Mine testing was as follows:
modem connected to the network
communication...
Can the npm1300 be set up so multiple interrupts trigger the same line, and then the host can determine what the cause is?
Or does each interrupt need a 1:1 correspondence...
The OSCILLATORS documentation says:
" The device starts at 64 MHz. For 128 MHz, it must be configured when the CPU starts and before any peripherals that use the high-frequency...