NRF_CLOCK->TASKS_HFCLKSTART = 1; while (NRF_CLOCK->EVENTS_HFCLKSTARTED == 0); NRF_CLOCK->EVENTS_HFCLKSTARTED = 0;
I finally figured out the problem with my custom board...
I am making a device using the nrf52dk that takes data from 5 separate sensors and sends the data to a nrf52840 dongle. My trouble lies with the ADC data collection. When...
I have gone through the training on debugging because I am getting a stack overflow error, however the debugging screen does not have RAM on it, like it shows in the Dev Academy...
I read some previous posts that there was limited support for sysbuild for the VSCode extension. There are two things that I noticed: 1. When creating a build configuration...
Hi,
Background:
We're developing wireless application with the NRF5340-NRF7002 chipset, similar to what's on the 7002DK board.
We'd like to put the system to lowest...
Dear Nordic,
We made an attempt to use the external flash in the LwM2M sample.
We tried to follow this: docs.nordicsemi.com/.../nrf9160_external_flash.html
As soon as...
I need to detect the VCC voltage on the nrf52833 on power-up and wait till it slowly ramps up to 3V. Is there a way to do this using the Power-Fail Comparator. I found another...
Hi there,
I attempted to change the nRF54L15-PDK settings in Board Configurator. I disabled VCOM0, VCOM1, Power to LEDs, Software Debugger and set VDD to 2.0V. I have...
Hello,
I am using the following device and development kit:
Device: NORA-B106-00B (nRF5340)
nRF Connect SDK: 2.0.2
Currently, to ensure that the connected...
Hi all,
I am working on nRF-9160 and nRF-9151, and I wanna know does Serial LTE Modem support will message function for MQTT connection or other connection?
I've asked...
Hello,
I’m using VS Code with the nRF Connect extension. When I try to build the “bme68x_iaq” application to upload it later to the Nordic Thingy:53 and read its data, I...
Hi,
I am not familiar with the 9160DK board. I followed the same steps as the nRF Desktop Connect application guide but it always shows verification failed. I am using my...
I'm trying to run the vanilla HTTPS sample on the nRF9161 DK: sdk-nrf/samples/net/https_client/README.rst at 4b9841a28e97e9d61b93f8981375d644b9d04ea0 · nrfconnect/sdk-nrf...
Hi
I'm having an intermittent connectivity issue with the nRF9161 where after days of operation the device loses cellular registration and fails to reconnect.
The...
Hi,
is there a way to hide the west project from the Git view in VS code? Sometimes you just don't need to view any changes related to west and it's getting quite messy...
I am working on a Zigbee network using the nRF Connect SDK and need to retrieve the link quality information (LQI) of a specific device based on its short address. What ZDO...
Hi,
I have used nordic documentation a lot few years ago, and I am looking for BLE sequence diagrams especially the ones during pairing process with LE Secure connection...
Good morning,
currently we are on ncs SDK v2.7.0.
Because SDK v2.8.0 supports the KMU in MCUboot on the nRF54L15, I updated immediately and gave it a try.
Unfortunately...
Hello,
I searched but I can't find how to retrieve accelerometer data with thingy:53 and then send it via bluetooth to nRF Connect on phone?
Can you help me
Thank...
I have a PCA10056 (nRF52840 DK) and while programming it with a UART example from the nRF5_SDK_17.1.0_ddde560 using Segger Embedded Studio for Arm 5.42a, it will not show...
Hi,
I have opened sample "Peripheral_hr_coded". I have build it successfully. I click on debug. I expect cursor would start from Main function. But Debug was not started...
Dear:
I am useing NCSv2.6.0 version.On the basis of my project, adding RTT printing of Bluetooth scan packet and scan response packet will frequently appear Log crash. ...