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...
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...
i just rebuilt the code in the beacon_advertiser.zip file attach to this issue for the NRF52232....
the code runs as expected, though consumes about 200uA when sleeping...
Compiling nordic project I get errors:
compiling main.c...
..\..\..\main.c(37): error: #5: cannot open source input file "softdevice_handler.h": No such file or directory...
I am not sure if this is a limitation with Keil or Nordic SDK. I made another copy of ble_app_uart inside SDK_11 s130 and renamed it with a much longer name. I tested that...
I'm using the nRF SDK5 v11.0.0.
I'm trying to test out UART Logging in the simple blinky example bundled in the SDK.
I added NRF_LOG_INIT() and then a NRF_LOG("Testing\n...
Hello everyone,
I am trying to implement a bootloader to my application to be able to enter in DFU mode.
I am using nrf51822 (32KB ram 256 flash) and s130.
I have taken...
My understanding is that the nRF51 is known to need a fairly stiff external pull-down resistor on SWCLK to avoid noise putting the chip into debug mode. I note that the nRF52...
I'd like to know how to implement a bootloader for the Nordic SoC nRF51822-QFAA-R in order to boot the softdevice and some firwmare. If will be great getting an application...
Does nRF52832 have battery monitor?
I can't find in the datasheet if there is an externarl circuit to monitor the battery. I'm using a CR2032 coin cell battery.
Tha...
Hi,
I'm developing some firmware that will hopefully run on a few different kinds of nRF52 device.
Is there a way of detecting if the DC-DC converter's inductor/capacitor...
Following situation:
My device acts as central (connecting to ble sensors) and as peripheral (transmitting and receiving data from mobile). Several services (Heart Rate...
Hello,
I followed this tutorial:
devzone.nordicsemi.com/.../
and added the RTT files to the project, however, after I compile i get this message :
and when...
Hi guys,
I am using the RFduino nrf51822 chip. I am using the TIMER2 interrupt and it works fine. But when I try to use the BLE along with the timer interrupt both don...
Hi,
I have have one ble project which is using softdevice s110. so that i want to extend this project by adding DFU service to it like shown here
devzone.nordicsemi.com...
hi,
i have PCA10028 dk board. i want to flash code in this board using dfu. i have generated Zip file(both soft device and application(example ble_app_hrs example)) using...
I am using this DFU library github.com/.../IOS-DFU-Library . On iOS 10 while processing DFU I receive error RemoteInvalidState in didErrorOccur method with description "Device...
I want to know the maximum range for major and minor in Ibeacon frame, as it is of 2 byte can we set any values from 0 to 65535 or is there any limitation.