Hello DevZone!
All samples with Application Event Manager (CAF, nRF Desktop) has simple main function like that:
Main thread has terminated after executing and main...
Hi all,
I'm working on a Nordic-based system involving multiple nRF52-series chips exchanging high-rate sensor data over both radio and SPI links. The setup involves two...
Hello all,
I have an nrf54l15 on a custom board, I am having issues getting a reliable SPI clock signal when using BLE advertisements
This is the clock and correct...
I bought both nrf52 DK with nrf52832 and ISC-nRF52810-A module. I use Visual Studio Code with nrf SDK + toolchain. Hardware connection from ISC-nRF52810-A to nrf52 DK is as...
The openthread coprocessor sample in sdk v2.8.0 and v3.1.0 work for me with the openthread border router but not the sample in sdk v3.2.1
I followed the instructions for...
Hi,
i'm learning the exercise1 for AT commands to control modem and when i apply this command AT%XMONITOR i get the output as %XMONITOR: 5,"","","24202","0901",7,20,"02024720...
nRF52810 program execution failed the CPUID verification. Hi everyone, I have a question. I have a working PCBA with an nRF52810 as the main controller. When reading the CPUID...
I have a simple project running on a custom board with a nrf54L10 processor. The board has a couple of LEDs to blink and advertises on BLE. With v4.3.0, the LED blinks for...
nRF54L10 + NCS 3.02
A simple question: So I found CONFIG_MCUMGR_TRANSPORT_BT_DYNAMIC_SVC_REGISTRATION=y which lets me enable/disable the SMP service. Is there another config...
I am using nRF5415-DK and SDK v3.2.2
I want to generate a sine wave using PWM and TIMER. The PWM repeat duty cycle method has limitations, so I am using a timer to trigger...
Hi, for one of our products we are evaluating an option of porting the application from nRF5 SDK (nRF52) to nRF Connect SDK (nRF54). Seeing the similarity between the nRF...
Hello DevZone,
I am currently trying to fix an issue I have on deployed devices, using nRF9160 with nRFCloud. Code is based on SDK 2.8.0.
In most cases, my code works...
I am attempting to use the nRF52840 QSPI periphery to communicate with an SRAM chip. The chip is IS66WVS8M8FBLL-104NLI. I am unable to communicate with it using QSPI. I am...
Hi everyone,
For mthe prject I'm working I must use the LPCOMP module to detect a cross. but anytime a init the LPCOMP module my code seems to freeze and nothing else...
Hi,
I have developed a Matter-over-Thread light bulb using the Silicon Labs EFR32MG24 platform, with CHIP_CONFIG_SECURITY_TEST_MODE = 1 enabled. In parallel, I have set...
I am currently porting an internal application to the nRF54LM20 and am attempting to manually trigger a GPIOTE30 interrupt via software.
Observed Behavior:
Hardware...
Hi,
I am working on a custom board which is NRF54L05 connected to NRF54l15 DK via P19
NRF54l15 DK version: PCA10156 0.9.3
Serial wire debug cable length: 15cms
Breakout...