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...
Hello,
I'm working on a custom Zigbee End Device application where I want do some modification of the device announcement message. I've used NXP's Freescale Beestack Zigbee...
In Nora B-206(nrf54l15) not able to use port 1 pins 2,3 (P1.02/NFC1 P1.03/NFC2) as normal GPIO. TRIED :
& nfct {
status = "disabled" ; // Disable NFC to free P1.03 for...
Hi,
I'm using a custom code I developed to save all console logs to an SD card based on the Zephyr architecture. I originally developed it for the Thingy:52 and have also...
Under the old `nrfjprog`, it was possible to check whether the modem firmware matched a particular release by running `nrfjprog --verify mfw.zip` (see )
This is no longer...
Hi Nordic support:
We previously submitted a case about OTA testing in CMW500 connection mode. Following is that case:
We tried OTA testing with the CMW500 connection...
Hi everyone,
I’m starting a new project using the nRF54L15 MCU . I’ve worked with the nRF52840 and nRF52832 before, but this is my first time with the nRF54 series.
Due...
Hi,
I am using NRF52833 with soft device version s140. I have set the advertisement duration for the BLE app to 0 (meaning the duration is infinite). Also, I have set scanning...
Hello Nordic Support Team,
I am working on a project using the nRF52832 microcontroller with NRF5 SDK version 13. I have implemented the Flash Data Storage (FDS) module...
Hi Support Team
It seems that there is no current consumption information for SPI and UART of nRF54L15 in data sheet. We want to know the current consumption when SPI and...
I've made an Excel sheet to estimate the power consumption for my nRF51822 device.
Modify light-green fields, to fit your design and see what the estimated current is.
Please...
Hi,
1. I tried flashing all ble codes to my nrf kit. It does not seem to connect on Windows machine but connects on Mac. My other nrf kit connects perfectly fine. What is...
Hi,
I was wondering what I need to do, or if it is even possible, to debug a non-secure app which uses TFM.
Running 'west debug' on e.g. the blinky sample works regardless...
I’m running a self-built BLE application on the nRF52DK board. It used to work fine before, but recently it has stopped working. The board still runs all the sample codes...
Problem : I am following on Bluetooth Fundamental Course on Nordic Academy webpage. I successfully advertising BLE with non-connectable option. But change adv_param to BT_LE_ADV_OPT_CONN...
Hi there,
I have implemented the ability to pair the BLE peripheral in our app. However, some users may prefer to connect via IOS settings.
I have seen a thread which...