Hi all,
I’m working on a Nordic-based BLE project (nRF52 + nRF Connect SDK 2.6.0) and evaluating the flutter-nRF-Connect-Device-Manager package for our upcoming Flutter...
After an update recently with the nRF Connect for VSCode Extension, it's been unable to find where my nRF Connect SDK is located when choosing a build configuration. It used...
Hello,
I have been attempting to implement a system on my custom nRF5340 board where the external QSPI flash (IS25LP) is shared between eXecute-in-Place (XIP) functionality...
Hi Support Team
We want to develop an application of combining a PDM microphone and a nRF54L15. When we speak a word into the microphone, the nRF54L15 will perform a corresponding...
Environment info:
Tested on own integrated product, and nRF5340 Audio DK.
Firmware built on Fedora Linux 42,
Using the Rust programming language, using embassy-nrf &...
Hi Nordic team,
I’m currently testing UART communication on nRF54L15 with NCS 2.8.0 , and I’ve encountered an issue I’d like to ask about.
When using UART20 configured...
Dear Nordic Semiconductor Support Team,
I hope this message finds you well.
I am currently evaluating the nRF52840 for use in an industrial/automotive application and...
I want advertise data only change with uuid for every 100ms I gone through the nrf 51power consumption guide I guess its same for nrf52 any help for changes or must have points...
Hi,
I'm using multilink Central device with SDK9.0 and stack S130. I'm able to connect to multilink peripheral device as expected. But i am not able to connect to a Custom...
Hi, is it possible to check the current configuration of a GPIO pin? I mean if the pin is currently configured as input or output. Next I need to uninitialize it and reinitialize...
Hi,
the Nordic nRF-series SoCs have got the restriction, that the power has to rise from 0 V to 1.7 V in 60 ms for a guaranteed POR. In our application we cannot guarantee...
We use nRF52832 on our product. We need to update the application remotely in the field using smartphone with BT. The unit in the field will already have an app running on...
Hi,
I'm working on treating the nrf as a CDC ACM device and in order to test it I've been using a script to send input to the chip through echo commands to the /dev/ttyACM...
Hey, can you say me, how can I switch on of the Node-Features (relay, proxy, friend) with help of the Interactive mesh provisioning and configuration Script pyACI.
Hi,
I am using nrf connect for Andriod V4.15.0 to upgrade the nrf51422 device。
It can normally conenct to the device(DFU Mode), but when I choose the right ZIP file, ...
I'm interested in a non-standard application of the nRF91 which is expressly intended for operation on LTE-M and NB-IoT networks. Is the baseband modem in this device sufficiently...
Hi everyone,
I'm using UART service and I have a problem when the central device connect to the peripheral.
The central device notify connected to the peripheral, but...
I received nRF52840-DK from Mouser :
Sales Order No: Web Order No: Order Date:
242789421 14270760 29-May-18
I started to use it and some problems exist...
Hi support team,
I was using SDK15.0 and PDK with nrf52840. I planned to implement a serial bootloader with SPI interface. I started with the example of "examples\dfu\secure_bootloader...
Hi,
I got a problem that when I try to use BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM for characteristic.
As I follow the tutorial to create the custom service, when I changed...
I am getting a no memory error (NRF_ERROR_NO_MEM) after using sd_ble_gatts_hvx several times in a loop. I think the error is indeed 0x04 and not BLE_ERROR_NO_TX_PACKETS 0x3004...