But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hi everyone,
just a quick tip that may save you some debugging time when using the nRF Connect SDK Build Configuration Editor in VSCode.
If you explicitly set a Base configuration...
I was doing a demo code to implement a wake up triggered by motion. I was able to make it work with the integrated low power accelerometer on thingy52 but it only worked 1...
Hello DevZone team, I recently received a new nPM1300 Eval Kit (PCA10152, 1.3.0, 2025.19) and connected it the first time following the documentation ( docs.nordicsemi.com...
Hello! I'm trying to make what initially seemed like a straightfoward program - a bluetooth-to-hid adapter. Since Nordic's sample (BLE Central HIDS) uses the hogp and bt_scan...
Hi,
I'm using thingy91 for several weeks now and wanted to erase everything to start again from a clean basis.
I followed the guide https://docs.nordicsemi.com/bundle...
I have searched all responses here and whatever sources I can find, but not have any success. The main problem is that existing materials appear incompatible with the 54L...
Hello,
We are working on Zephyr sample app Mesh on nRF52840dongle with nRF Mesh application.
After going through the documentation and few other Q&A on the portal, I was...
Setup: - We have a custom board using the BL654 (Laird Connectivity) module with the NRF52840 core using SDK 17.1
Issue:
- On power up we configure the GPIO 41 as an input...
Hi, I am having trouble setting up the partition manager in external flash with nRF54L15dk in NCS 3.0.0. I did not find any examples of this working. Interesting thing is...
I'm having trouble porting my project from the older SDK (2.6.0) to the new SDK.
I thought the most straightforward way to do that would be to start with a sample project...
Hello, I am running BT together with MPSL timeslot. When timeslot ends and RADIO and TIMER10 are cleaned up and a new timeslot is requested I get following HARD FAULT:
What...
Hello at all, I try to compile the example peripheral_uart for the nrf54L15-DK. The goal is to compile without west. My directory structure:
where I copied everything from...
Hi team, We’re using the STM32H7 as the host MCU and the WMC02C Wi-Fi module (based on the nRF7002) connected via SPI on a custom board. I tried running the Wi-Fi scan example...
Hi,
We are using a modified version of the multi-service sample for nRF9151. Generally, FOTA updates from the nRF Cloud work well.
Once we deploy the FOTA update in the...
Hi, I want to implement a feature where the central device manually enters a fixed password (passkey) defined by the peripheral to establish a connection. I’m using the ble_app_hrs...