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,
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...
We are currently working on a project based on Enhanced ShockBurst (ESB) and would like to use Front-End Module (FEM) support with the nRF21540.
In your Enhanced ShockBurst...
Hello everyone,
I have 2 chip; Bluegiga and nRF51-DK
I can easily advertise my custom service in Bluegiga chip. As you can see, nRF Connect application shows my service...
I think one way or the other the struct ble_gatts_evt_t must be correlated with the GATT profile, that is, ble_gatts_evt_t should have services and characteristics as its...
Hi,
> Context:
I run a baremetal application that I would like to enhance with bluetooth.
I am considering a BLE module from NS.
I currently have a SoC (nanopi...
I have created a nRF52 based peripheral device which is used to stream sensor data to a connected central device, usually an iPhone. I can stream data, reliably to the iPhone...
I have an odd situation. I've been using an iPhone 5 and 6 to connect to, and test against, both an nRF51 (redbear nano) and the same code built for nRF52. It works fine....
Hi All,
i am using nrf51822 with SDK 12 and i am not able to find where All BAUDRATE Macro is defined for APP_UART.
so anyone can tell about that in which file it is...
I looked at examples and added identical code to my own app, specifically to a) set the gatt_enable_params.att_mtu to GATT_MTU_SIZE_DEFAULT, and b) to handle BLE_GATTS_EVT_EXCHANGE_MTU_REQUEST...
Hi,
Is there an extensive documentation about programming process of a nrf52832 using keil?
I just spent hours figuring out that I had to use Softdevice erase flash algorithm...
I just followed "Testing the example manually (without bonding)" steps to manually update firmware by Master Control Panel.
But every time, I got log message, "SERVER:...
I am implementing mqtt client on Nrf52832 with the example provided in the IoT SDK. I am looking for the correct way to make the client to run with Non-Nordic socket stack...
I've just finished my first layout for nRF51822, and I need a help with the attenna design.
The RF part of the schematic and layout is a copy of your reference design, "PCA10004...
Hi
I'm using BLE400 board (from waveshare) which have a nrf51822 chip on it. When I want to program the softdevice with nrfgo I encounter the following error:
link text...
Hi, I got a problem.
I created a timer, interval is 30ms.
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(150, UNIT_10_MS) /**< Minimum acceptable connection interval (0.02...