During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
In the past, I've been told I can bypass a lot of the Zephyr nonsense and use the HAL layers of the nRF Connect SDK directly. So if I want to use what was called nrfx_twim_xfer...
Hello,
I noticed the Audio application explicitly states that WAV sample rates other than 48kHz is not supported.
Is there any risk to modifying the code to support other...
Hello,
In my project, I use both a Bluetooth interface for communication and the PSA functionalities to store and read/use keys. I use the following configuration (excerpt...
Hi Nordic support:
Our product uses the nRF52840. During CE certification, the lab measured the BLE TX power in DTM mode. at –20 °C the power is 3–4 dB higher than at +25...
We are getting the following error when compiling from our static libraries.
undefined reference to `__device_dts_ord_168'
Our project consists of multiple static libraries...
Hello ,
We have recently started the evaluation of the nRF21540 Front-End Module and would like your guidance on the recommended SDK version for this device.
Currently...
Hi,
We're trying to implement HMAC signing on a Thingy91X but getting stuck each time on -134 errors. Having read the resource on your docs AI I'm aware of the limitations...
Hi, We are working with nRF52840 MCU with zephyr v2.9.2 SDK and Visual Studio IDE for debugging, Flashing, Generating zephyr.uf2 file. We took one example have configured...
Dear Nordic Semiconductor Support Team, My name is Iwo, and I’m developing a BLE central application using the nRF52840 DK with nRF Connect SDK v3.2.1. The application works...
Hello,
we are experiencing an issue with devices based on nRF9160 using modem firmware lib 1.3.6 and nRF Connect SDK 2.5.3 .
The problem manifests as a sudden inability...
Although the recommended circuit in the datasheet shows a 0402-size inductor, I have not been able to find any 0402 inductors that meet the required specifications.
Could...
Hi there,
We have been working on nRF9151DK (dev kits) containing the mfw_nrf91x1_2.0.1 modem firmware. Now we have some custom prototype boards ready (same SiP obviously...
I understand how to update the 9151 via LTE on the nrfCloud and now I want to update the 5340 via the same method.
I'm starting to understand the SMP Server example which...
Hi everyone, I’m looking into using LTE-M with nRF9151, and in that context I’m considering using an eSIM. I’d like to ask a few general questions around this topic:
1....
Hi,
i'm using nRF52832 to construct an BTHomev2 sensor.
In development, we find the firmware seems to randomly fail in k_sleep(), but once we full earse the chip before...