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...
Does the NRF8240 using the HCI UART sample support setting a public address?
https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/bluetooth/hci_uart/README...
Hi
I have set up VS Code (1.93.1) on my Mac (mac OS 14.6.1) with nRF packages and zephyr installed. My nRF5340 DK is also found (however, instead of a nice identificaiton...
Hello, I am encountering a flash overflow issue in MCUboot when enabling external flash over SPI. After configuring SPI memory in the .conf file and adding external flash...
Hi!
Im using nRF7002DK for start HTTPS connection.
I started with the example from Lession 5 exercise 2 in the nRF dev academy.
lession5 exercise 2
I changed the...
Hi, i have working with nrf52810 interface with E-Paper 2.66 inch display but i faced the ram overflow problem i want fix the issue in the nrf52810 board M.Praveen
Hi,
After the latest update, the below setting allowing me to select nrfjprog as my device provider is now gone:
I am using the nRF Playground Docker container...
Hi! I'm using a Thingy91 and following the Nordic Academy course. The blinky example works fine, but when I try the second exercise, it seems like the buttons aren’t responding...
Hi,
I'm developing a BLE Central using a nRF52840 DK. My project goal is to analyze the quality and the robustness of a peripheral's BLE connection.
For some parts of...
Hi,
I'm working on a custom board with nrf52832 and I'm running into an issue where the firmware will only run on the custom board in debug. But it works fine in nrf52DK...
To design and implement a solution that utilizes HID technology to control basic music playback functions on a mobile device. The functions to be controlled include pause...
I am considering using the nRF7002 for a Wi-Fi application. I want to use an nRF54L15 as the host for an nRF7002 and operate it using Target Wake Time (TWT) to periodically...
Dear Nordic Engineers, This Pham Tuan Kiet, RnD member from HTSC company. I am currently testing asset tracker v2 on nrf9151 dk. I am having problems with registering the...
Hi,
We are currently working with the nRF5340 Audio DK board and aim to implement Bluetooth Low Energy (BLE) message transmission alongside the existing LE audio transmission...
I am trying to debug a BLE application on the nRF52840 DK. From what I understand, this must be done in monitor mode.
I have followed these steps:
1) added these lines...
hello Nordic
i am working with ncs v2.5.0 with nrf52840 and nrf52832
i use cbor for some command i build over smp (user groups >64)..
i have this code part
i see...