Hi,
When running the python script in attachments
By invoking it like this :
python.exe ./nrf_build.py --sdk-version v3.0.2 --project-path <path_of_the_project...
Hi.
I'm evaluating the LE Audio Auracast using some nRF5340 Audio Development Kits.
I programmed a board as the source and a board as a target and I successfully played...
I've updated the nrfconnect sdk to the version 3.0.1. and the zap tool version is 2025.5.22. The sdk supports matter 1.4, but the new device type of mounted dimmable load...
Hi, I'm working on enabling **FOTA for the application core only** on **nRF5340**, based on the **`nrf5340_audio` example**, using **only internal flash** (no external flash...
Hello,
I have a Thingy91x and I'm having problems using the samples: "Cellular: GNSS" ( https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/gnss/README...
Hello,
I am currently using the nrfutil application to convert modem trace logs to pcaps through an automated process. I am seeing intermittent failures with the following...
Dear Sir:
I have designed my board with nRF24LU1+, and I want to debug it through ULINK2 JTAG.
However, it seems not working.
Would you please share me with some ideas...
Hi, I have PCA100040 development board. I need to create two simple ble application. One for central and one for peripheral.
How can I do this?
Can anyone suggest...
Hi
I was using SDK7.2.0 up till now, and am migrating to SDK8.1.0. I notice that the APP_BUTTON_INIT macro has gone, and also that the app_button_init has 1 argument less...
I trying to perform RAM read and write operations using the nrfjprog.dll without halting the CPU but I can't figure out how to properly use in particular the access port functions...
I just started using the RTT - It's proven to be a VERY helpful debugging tool. As soon as I started using it I located several minor bugs. I exited debug mode, fixed the...
The function interrupts_disable() is defined in components/libraries/bootloader_dfu/dfu_app_handler.c and examples/dfu/experimental_ant_bootloader/bootloader.c like so:
...
I want to change the macro BSP_LONG_PUSH_TIMEOUT_MS to a different value. But the bsp.h file is locked. Now I could unlock the file, but then pack updates would break my setup...
I've seen the demo, but I understood that it wasn't really supported by the SDK at the time. Has a sample/demo been released for using NFC as OOB pairing with an (android...
I want to upload firmware from my desktop computer using some dongle. Is there any windows compatible nrftoolbox software? I am using the nrf51822 qfaag0 chip with softdevice...
In the function log_rtt_init(), the SEGGER_RTT_ConfigUpBuffer()/SEGGER_RTT_ConfigDownBuffer() can't config the customize buffer if the parameter buffer index equal to 0 (...
Hi all, i have loaded the example on my smart beacon kit (nrf51822 chip with softdevice s110), and it runs without problems. But in this example, the "normal mode" of the...
Looking at the documentation here (for SDK 11, s130)...
infocenter.nordicsemi.com/index.jsp
I see two conflicting statements
These APIs require that the...
The examples of whitelisting that I am looking at (ble_app_proximity, ble_app_hrs_c) both create their whitelists just before a scan. I am wondering if this is actually the...