Hello,
Customer would like to know if part below:
NRF52840-DONGLE
Customer would like to know if there is any connector that Customer is able to use to the above part...
Hello!
I would like to report a bug with the nRF Connect for VS Code extension.
My setup
VS Code v1.98.0
nRF Connect for VS Code Extension Pack v2024.9.5
nRF Connect...
I have tried using SMP svr example with MCUboot for FOTA, NRF Connect SDK version 2.9.0. The example is located in zephyr\samples\subsys\mgmt\mcumgr. This example is working...
Hello,
our project which started 7 years ago with SDK13.0 has been migrated some time ago to SDK 15.3 and now to SDK17.1. At the beginning we were quite happy with the RTT...
Hi,
I'm developing a system which needs to have near real time control (downlinks) and uplinks. I've into these 2 issues. Please note that I'm still a beginner with LTE...
Hi there,
I intend to use pynrfjprog in development replacing another, older library. However, any call to the API which involves the nrfjprog DLL returns:
This is on...
Hi,
I'm trying to build the nrf5340_audio/broadcast_source application. I'm getting the following error: nrf5340_audio/src/audio/le_audio_rx.c:20:22: error: 'CONFIG_BT_ISO_RX_MTU...
Hello,
I am trying to make GPIO P0.07 to high, in my nrf5340 Audio DK. Externally I am connecting an LED between P0.07 and GND. But it not showing any voltage between them...
Hi all,
I am running the lsm6dso zephyr sample on my nrf52833 dev kit. I am unable to set the sampling frequency. I get this error after flashing:
This is my overlay...
Hello.
I am trying to follow Downgrade protection using MCUboot to enable Hardware-based downgrade protection. However, an error occurred, and the software did not start...
In nrf5340 audio application( SDK2.9.0), I try to set phy to 1M in CIS( 1 gateway,2 headsets).
I made these changes:
Add in prj.conf:
In C:\ncs\v2.9.0\zephyr\include...
Hey,
I encountered a problem with the thread viewer, where the corresponding window is empty when I'm in a debug session. Inside the build configuration I used "Optimize...
Hi! I am trying to get the samples "Bluetooth: Direction finding connectionless locator" and "Bluetooth: Direction finding connectionless beacon" to work on nRF54L15dk. I...
Hello,
I'm working up an application where tens of kilobytes are sent via bluetooth to a device which then stores the data on the internal flash (nrf52832). I've worked...
I am using the nRF9160 with the SLM application.
The device will open a TCP connection to the server; the server will always initiate commands and the device reply. So the...
I want to change the Tx power in nrf5340 audio application.
I add CONFIG_BT_CTLR_TX_PWR_PLUS_4=y to prj.conf, but the power didnt change.
How to increase the power ...
I am in the development phase of a Bluetooth based system design, which will be able to receive audio stream from any mobile device and play on the speaker, and also it would...
Hey Nordic Team,
I'm facing an issue while flashing the audio application on our custom PCB. The interfaces of the custom PCB pretty much match those of nRF5340 Audio DK...
Hey! I am working with 2 nrf5340 boards(nrf5340 Audio-DK as peripheral and nrf534DK as Central) and am trying to send 12750 bytes of data at one second from Audio-DK to DK...