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 &...
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...
Hello,
I've tried to compile the experimental_ble_app_hrs_pairing_nfc example using Keil uVision. The example requires the NordicSemiconductor::nRF_DeviceFamilyPack version...
I am trying to develop a Mesh application using Nordic Thingy. I was trying to allocate memory space for SD132.
As mentioned in the SD release notes, I had updated the following...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
Hello everyone
Now i am trying to import Freertos to my project BLE mesh in SEGGER studio. However, it had library name duplicate and i dont know how to solve that problem...
Hello,
I am using a redbear Nano v2 devboard and I am having particular trouble sending my EMG sensor data via uart. Can anyone help me out with the code. PS I am using...
Hi.
I have a customize characteristic that allow user to typing 8 bytes of data send from cell phone,
And I want to get this buffer out to go with my process, but I used...
Hi
I'm creating the customize service and characteristic for my needed, but I need a full 128 bit UUID that which is different in service and each characteristic.
As I...
Error executing NovelBits Gateway app on nRF52840 with SEGGER Embedded Studio. "Cannot connect to J-Link via USB" Running the SES for ARM 3.40 on Ubuntu 16.04 64 bit. The...
Hi,
We want to send our pre-production ready product for compliance testing. Selected testing laboratory told us " Conducted sampls should be set in continuous transmit...
Dear All,
so we have an embedded SoM running OpenWRT and I was wondering if I can make use of nrfutil even if not connecting a nRF52 via USB but via UART.
What I want...
So as far as I can make out, when I load a new application into the flash, the NRF52 will attempt to first load a secondary memory space and if successful, it will then replace...
Hi,
Right now i am using Blinky example in Peripheral section of SDK15 (S140). I would like to enable Coded PHY (BLE_GAP_PHY_CODED) instead of default setting (BLE_GAP_PHY_1MBPS...
Hi, I have problem with timer in nrf52810. My TIMER2 counts very slow. I declared it as NRF_DRV_TIMER_INSTANCE(2); and config struct is:
.frequency = NRF_TIMER_FREQ_16MHz...