HW: nRF5340DK NCS: v2.8.0
After installing NCS v2.8.0 from ToolchainManager, I tried to build the project but failed.Error message "No such file or directory: LIBGCC_FILE_NAME...
I am using NRF Connect for VS Code on Ubuntu 24.02 with an adafruit nrf52840 feather express. When attempting to use the DeviceTree Extension, the wrong dts file is listed...
We could have found "transmission delay" in Audio recording sequence.
Here are the detail about the environment of DUT, and phenomenon.
Please find the attached file....
Hi What is the best way to read cluster attributes periodically in zigbee network coordnicator? any sample code available for one time request or subscription for value change...
I was trying to get a simple Zephyr project to build and run on the Arduino Nano BLE 33 which has a NRF5248.
In VSCode with the NRF plugin I select "Add build configuration...
HI,
I am building "esb_ptx" sample in NRF54L15-PDK, by using CONFIG_DYNAMIC_INTERRUPTS, but it;s always reset like below;How to config the prj.conf to enable CONFIG_DYNAMIC_INTERRUPTS...
Dear all:
I found that the nrf52840 flash size is only 1MB, but the size of light bulb load is about 850KB, I have some questions:
1. Does it contains the FOTA region...
Hi
I am trying to use nrf52811 using nrf52840 DK board.
First, I check simple GPIO example working on my nrf52811 based custom boards
Second, I checked the Bluetooth...
How can I execute a command to commission a device for Thread by using the QR code or pairing code? (without using the pin_code or discriminator) Thanks.
Hi I want to run an epaper with the nRF52832 therefore is SPI needed. Board file was generated from scratch. In the devicetree I added the SPI modul and a epaper modul, which...
Hi,
I am seeing a strange issue with nRF52840 Dongle when I run a custom BLE connection test repeatedly. Below is my configuration:
FW in nRF52840 was programmed using...
Hi,
I'm learing how the i2s streaming works using the example "echo" under "ncs\v2.3.0\zephyr\samples\drivers\i2s\echo". I have a prototype board with nRF5340 and the audio...
Hi.
I am using a custom board on an nRF52810 microcontroller and a LIS2DH12 accelerometer connected to it via SPI. SDK version 2.7.0.
Here's my settings:
.dts file ...
When flashing the chip with a build from the samples/bluetooth/hci_uart via west build -b nrf52840dk/nrf52840 samples/bluetooth/hci_uart --pristine and west flash off the...
Hello Nordic! My question probably a simple one but I'm a novice so there's it. I'm looking for a way to get a GPIO port state that was at the moment of GPIOTE event triggering...
Hi,
Is it true that you can not disable the nRESET pin in any way? (So that the MCU does not reset after nRESET being pulled low.)
I've gone through the documentation...
Hi Team,
We are using SDK 2.5.2 with MFW 1.3.5
We need to download a secure file from amazon, we first tried to download file from public server connecting to port 80...
Hi DevZone,
My customer found that when using the NRF5340 PDM, there is significant attenuation if the incoming audio signal is a 2kHz signal.
Upon checking the specifications...
Hi DevZone! I am developing a Bluetooth beacon that needs to use extended advertising due to the need of periodic advertising. I am using custom board with nrf52820, nRF Connect...
The following phenomena have been observed in an anechoic chamber:
Success : After the bt_audio_stream_start function is called, the stream_started_cb callback is invoked...