nRF52810 board will not start on its own. It needs the RTT Viewer to be connected, then it will start and run. It has run on its own before with this configuration:
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC...
Hello,
We are using a BLE module based on nRF52832 with a U.FL connector for external antenna connection. One of our automated tests requires we turn off/on the antenna...
Hi,
I am working on a sensor device that requires very accurate timing on the sensing and sensor signal algorithm side. This device needs a low latency and low jitter radio...
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...
I am trying to save and read a structure using FDS, how do I go about it?
I have the structure:
Is this correct by populating the record as such?:
And to read...
Hello,
is there any tutorial on how to send commands to the Thingy52 from an Android app (like the Thingy52 app or nRF Connect) to start the RTC clock (and then read/clear...
My 52833DK is apparently bricked. I get the message "Could not find core in Coresight setup. Abort debug session” When I try to load code (IAR) into the board. It was working...
Hi
I'm trying to understand the files outside the main program. The files that are at the samples path. Like "CMakeLists.txt, Kconfig, proj.conf, sample.yaml etc". So from...
Hello.
I have a issue about saadc input range.
First, using 52832, SDK 15.3.0 S332 Softdevice.
I using ble ant both and 2 rtc time and gpiote also used.
my goal is...
Hi guys!
Testing a little bit with the nRF511822 and Power Kit. After a little testing, I changed my application a bit and wanted to flash it into DK (via Keil) and it...
I have a requirement wherein I use the nordic chip to transmit the beacon data , after beaconing I want the beacon to go to a listen state and accept the data from a linux...
Hi,
We see that in documentation V1.1 there is this info on a pin added.
"AUX - Single-ended 50 Ω ANT loop-back pin"
What is the function of this pin?
Documentation...
I found several threads with same questions. And also found source codes.
But they are too old and require Legacy support for KEIL and old softdevice.
Is there actual source...
Hi,
The product is peripheral, CPU is nRF52832 and I use nRF5_SDK_15.2.0_9412b96.
My customer asks me how many bonded amounts support in our product?
because I can't...
If I enable the zephyr shell inside my project with the following config; I'm not able to see anything on the UART If I have CONFIG_SERIAL=y in the SPM prj.conf, If i disable...
hello:
I am using ble_central\ble_app_blinky_c example and attempt to be a central scanner to scan and connect to many BLE peripheral nodes.
The name of target BLE peripheral...