Has anyone else had problems with adding build configurations for workspace applications using the VSCode GUI interface? Initially I clone the repo using CLI-based west commands...
I'm adding CONFIG_NET_CORE_MONITOR in both application and network config per https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/others/network_core_monitor...
Hi,
I'm trying to run the Lesson 4 Exercise 2 solution from the Nordic DevAcademy BLE Fudamentals course (origin/v2.9.0-v2.7.0) run on a nRF54L15 PDK board.
I'm currently...
When calling the bt_conn_le_create_synced function to create a connection to a peripheral, which is synced to the PAwR train, I get a CONNECTION FAILED TO BE ESTABLISHED ...
Hi All.
I am trying to measure the consumption of the SoCs inside the nRF52840DK and the nRF52833DK using a PPK(II), both running the same code to make comparisons.
First...
Hi,
I have a custom board build with an nrf9151. Right now I'd like to have the possibilty ti get modem trace. But it's look like I got crypted/corrupted data from UART1...
Hello,
I'm currently working with the channel_sounding_ras_initiator project on the nRF54L15 DK , using the nRF Connect SDK from the latest main branch on GitHub ( nrfconnect...
I wonder if it is OK to change the lpcomp ref input on the fly, without any other stop task or disable/enable. Just like this:
//--------------------
static void lpcomp_set_ref...
i want to print the data to the uart to see the values in the uart..i am unable to initialize the uartt..
what are the things to be added for the initialization of the uart...
Hello I need to increase the maximum number of servers for clients to 100. I saw that in the light_switch_example_common.h file, the definition #define SERVER_NODE_COUNT ...
I am developing on a nrf52 board and trying to use sd_power_reset_reason_get(&uint32). This function should only be able to return succes, but I always get back 1. I saw a...
Hello,
I have a strange issue, when I set the name of the bootloader dfu peripheral name, inside of sdk_config.h
#define NRF_DFU_BLE_ADV_NAME "DfuTarg"
When I scan...
Even immediately after issuing a gc (garbage collect) command, "freeable words" is still 1022:
Why?
What does this number actually mean?
The documentation just says...
I'm hitting a couple of different logging issues with the latest SDK15. In the most recent case it appears std_n is hanging while calling nrf_log_frontend_dequeue.
Attached...
Hello,
We have an application made with SDK 11 on nrf52832 but we want to add mesh SDK. Is it possible to make coexistence with SDK 11 ( we don't want to do the migration...
I have to send packages continuously; How can I get feedback on the success of transmission before sending the next package? Which event should I use? and in what callback...
Hello! I occasionally have a crash during the development of nrf52832 (SDK14.2), but this phenomenon is not very reproducible. All the information about the error that I want...
i am able to read data from the i2c device ,,,but i dont know how to send the data through the bluetooth to a central device. i am using the nrf52832 and sdk 15.0.0..someone...
I am just getting started developing a Mesh network around the nRF52840 .
I am confused about which SDK to use for mesh development. v15.0 or SDK for Mesh 2.1.0?
Thanks...
In the Nordic Connect app, firmware uploads keep running even if the app goes in the background or the device goes to sleep. What should I do to run the DFU library with the...
I'm starting with BLE Mesh SDK and have some doubts about their examples.
What's the difference between Light_Switch Client/Server version and Proxy_Client/Server and Provisioning...
Hello,
First time posting, Here are the details of my setup, I would greatly appreciate any help from anyone at this point. I have purchased 2 nrf52 development kits with...