Hi,
I recently updated Nordic connect SDK and toolchain from v2.7.0 to v3.0.1. When compiling my application with activated CONFIG_BT_LL_SOFTDEVICE flag, I get this error...
Hello Team,
I am currently working with the nRF52832 and using the nRF Connect SDK ( NCS) with toolchain version 2.9.1. I would like to interface the nRF21540 RF Front-...
I don't have found CONFIG_OPENTHREAD_FTD feature in the bulb project prj.conf or prj_release.conf file, but I have found that it is enabled in the final .config file within...
I have a USB HID device using the 'old' USB stack in Zephyr. I have configured the 'CONFIG_USB_DEVICE_REMOTE_WAKEUP'
1. I put the HOST to Suspend
2. The NRF52 USB goes...
I have installed nRf Connect for Desctop v5.1.0 on my windows 11 system.
I tried to update the Quick Start and install the Power Profiler.
Both gave me a similar error...
Hey All! I've been following the nRF Connect SDK Intermediate course from DevAcademy. In exercise 2 of lesson 9, bootloaders, you get to learn how to use KMU (Hardware Key...
Hi,
Testing Hardware: nrf52832 Module in a Custom board OR nrf52DK possbile -> We would like to change the order of the BLE service as shown in this thread: https://devzone...
Hello everybody,
I'm currently trying to start with the nordic development kits, I installed all the tools required to be able to start the development & also I get some...
I am trying to persist characteristic data written by the central side after on_disconnect . I can see the data written inside the evt_write->data ptr and I copy it to store...
Hi Nordic Expert,
Recently I wanna run ble_nus service on my nrf51822 platform, you know, sdk 6.0 does have this demo code in s110 directory, but from sdk 6.1 I cann't...
I'm trying to connect to/program my nrf51822 module I just got. I've got it set up with my st-link but whenever I try to flash the device I keep getting: Error: Flash Download...
I'm trying to enable basic commands with my device. Ideally I have a terminal open on a mac running nodejs or use the UART subapp in the nRF Toolbox App, type a special command...
What's the proper way to debug what's causing my eval board to reset? I'm assuming I need to put a breakpoint in the hard fault handle, but how do I trace that back to the...
Hi,
as a university project, I am currently developing a ultra-low-power temperature and barometer sensor powered just by RF and laser-beam energy. Please see this link...
Is there any document that describes what has to be done in the App code to migrate from i.e. SDK v7.2 to the latest 8.1.1? I could not find it.
Ideally it would be nice...
I try to add a custom characteristic value's UUID. I couldn't find any example or document that provide this information. All I can find is a function sd_ble_gatts_descriptor_add...
As I run through the examples for the nRF51 S110 SDK , I'm not seeing anything for communicating with a sensor over I2C.
On a secondary note, since I have the option to...
I am using a nRF51422 (SDK 6.1.0 with S310) and i have a question about th UART.
I can send and receive data from/to an other MCU but i have to set different parameters...
Hi,
I recently started learning to program nRF51 development kit. I followed most of the examples listed in the forums but I am unable to find a dedicated link which would...
Hello,
I have made some modifications to the OTA DFU bootloader provided by nordic and would like to some advice. I went down this design path before nordic released the...