Hello,
I'm looking to get XInput working on the nRF52840 so that our device can appear as an Xbox-compatible game controller. I'd appreciate any guidance or recommendations...
Hi
We are using the CMakePresets.json file for different variations of our firmware. Since the latest update (2025.4.106) the build configuration interface changed a bit...
Hi all,
I've been developing a BLE application on my laptop to communicate with the 52840. I manage to understand how to create and run a BLE connection through the really...
Hello,
I recently bought a Thingy91x; before that, I was using a Thingy91. I activated it and successfully programmed the Hello nRF Cloud firmware via the Quick Start in...
Hi All,
Previous last two times I opened my project in VS Code it displayed a deprecation notice complaining about SDK and toolchain versions. My plan was to address it...
Hey,
I’m currently evaluating DECT NR+ using two nRF9151 DKs with the nRF Connect SDK v2.9.0.
According to the ETSI specification (ETSI TS 103 636-4 V2.1.1), the Physical...
We urgently need to add support for Band 40 (B40) to our product. Our use case is very specific, and as far as we understand, the NRF91 currently does not support B40. We...
Hi,
I trying to send indication supplied with some data to my Android app (which BTW works fine with other BLE devices) as an answer to characteristic write command
...
I am trying to run a project on a Fastnel
BT840 module
I had the code running on The dev kit when we switched to the new hardware without a FL crystal I have been unable...
Hi,
I am working on writing data on flash and reading it back.
i am not able to read data which i am writing to it . i am posting my flash file please suggest where i...
I need to sendt several indications on one BLE_GATTS_EVT_WRITE event. If I just call sd_ble_gatts_hvx I get NRF_ERROR_BUSY Isn't it strange? API stats:
Only one indication...
Hello,
I'm a beginner and I have lots of questions. So I wanna communication with MCP4110 chip. But I can't. I configured SS, MISO and CLK pin in sdk_config.h. (SEGGER...
Hi, all,
I try to use NRF52832 as central and peripheral. When it is connected with peer as central, I try to send to peer a message with "sd_ble_gattc_write", but I can...
Hello,
I have enabled WDT for nrf52810,S112 with following configuration.
static void System_task_initWatchdog(void) {
NRF_WDT->CONFIG = (WDT_CONFIG_HALT_Pause << WDT_CONFIG_HALT_Pos...
I'm using the nRF52 DK with SDK 15.3.0. At this point I'm trying to get a UART loop back to work by tying the TX pin (P0.8) to the RX pin (P0.9). I have verified that the...
Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hi,
Good Day!
Problem: We have LED Screen connected to nrf52832 through SPI com and we have some led graphic effects in our application which requires some delay between...
Hello,
I need to send logged sensor data in external flash to a phone via BLE. What is the best way to accomplish this?
How should the GATT be designed for transferring...
Hi,
Q1, Would it send out APS ACK request? so the call back is dealing the APS ACK confirmation, right?
Q2, If we set the call back as NULL, how the buffer got released...
Hi, I used the SPI and SPIS examples to read a type K thermocouple with a max31856, the problem is that in no example do I get any response or data from the sensor, I wanted...
I am trying to understand how to use the non blocking APIs to ensure that the advertisement packet contains the latest data from my sensors. In blocking mode, it is a bit...
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/lib_bootloader.html
This link shows the memory usage and range of each area but for Application...