When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
I'm new to Nordic technologies and ML MCUs!
Does the ARM Cortex-M33 core, nRF5340 audio DK devkit, without any other board od periferic, support edge impulse ML? If so...
We tried connecting a deeply discharged lithium-ion battery to the nPM1300-EK to see how it would charge, but we weren't allowed to enable charging as we got the following...
NCS 2.7.0 nrf52840
I noticed in i2c_nrfx_twim.c there are some calls to pm_device_runtime_get, while in another thread ( thread ) it was mentioned that Nordic is no longer...
Hi,
we have nRF54H20DK (rev. 0.9.1), SDK: v2.9.0-nRF54H20-rc2 and the same Toolchain, IDE: VSCode + nRF Connect plugin
build for CPURAD
PC: Windows 11 Pro
I'm trying...
NCS 2.9.0
nRF52840-DK
Using the OpenThread CLI example.
After turning on the TCAT function, when using MeshCoP Commissioning, the joiner will experience a system failure...
Hi, we have a NPM1300 chip connected as I2C slave to a nrf5340, acting as I2C master. Everything works fine, but there is a small detail in the NPM user manual that I would...
Hello, We have created a new product with the nRF52805 "Raytac" Module under nrf5 SDK v17.0.2. We are planning to do the CE certification soon. would like to verify a few...
Please help me!
I have installed nrfutil from the official website, and configured the environment variables, and put the.exe file in the corresponding location, but there...
Has anyone got an idea on how to avoid resetting the device, as soon as USB-C is connected to it? I want to avoid losing state when charging the Thingy:53. Also, has anyone...
Hi,
I have a question about the System Monitor section of the nPM1300 documentation:
https://docs.nordicsemi.com/bundle/ps_npm1300/page/chapters/core_components/saadc...
Hello,
I'm implementing a device based on the NRF52840 Dongle and the hids keyboard example. The basic functionality work, so that I can send pressed keys to a connected...
Hi,
I am trying to implement a ble module in a fall detection application. I added a ble_service based on the BLE fundamentals course lesson 3, which works just fine alone...
Description:
Hello,
I want to measure the distance between two BLE devices with high accuracy . I have already tried using nRF52840 modules , but the results are not very...
Hello,
I'm trying to detect a UART_ERROR_BREAK on an USB ACM CDC interface of the nRF5340 using NCS2.7.
The returned error code is always 0xffffffa8. How do I clear...
Hi
I have a simple application which is comprised of a notification from peripheral to central , and a write without reponse from Central to peripheral.
In windows every...