Hi team,
I'm using the NRF54L15DK board with NCS SDK v2.9.0.
I'm trying to include the B0 bootloader along with the MCUBOOT and application.
I'm wanted to customize...
I am currently trying to get LLEXTs to work on the nRF5340 Audio DK. I was able to compile an llext and load it successfully, using the cmake features, However, I would like...
I've been working off this example, which provides a great synchronization mechanism.
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/conn_time_sync...
I know that the Matter module is licensed under Apache 2.0, but it contains a lot of third-party code. These third-party components include additional third-party modules...
I want to add custom outputs to my custom board dts: this thread mirrors exactly what I'm doing:
https://devzone.nordicsemi.com/f/nordic-q-a/92813/how-to-declare-a-single...
Hello,
already found a description in the Tech Docs, how to bring the external memory into deep sleep on QSPI interface: https://docs.nordicsemi.com/bundle/ncs-latest/page...
Hi,
I am working on zigbee demo "light_switch" with NCS2.8 Add-on SDK.I enabled MCUboot according to the steps in the course " Lesson 9 – Bootloaders and DFU/FOTA "
1...
In timer example in sdk 11, I replace the Timer 0 by timer 1 and timer 2 but the LED did not blink. Can you guys please guide me through this? In nrf_drv_config.h I have already...
I have Keil uVision-5 and loaded the legacy patch. However Nordic NRF51 does not appear anywhere as an option. The Project loads fine and compiles. However, I cannot use the...
nRF52862, SDK 14.2, SD 5.1.0,, Arm GCC (Eclipse)
I have a custom service that is working well when 1 device (phone) is connected. All notifications are sent properly to...
Hello everyone,
I am trying to add new service into ble_app_uart example. I compile successfully. I do not get an error. But the device is not advertising. I can only advertise...
In my plan, I have used NRF52832 IC as the transmitter and the NRF24LU1P+ as the receiver. I have tested the wireless transmission successfully. In order to reduce consts...
Hello,
I get the sources from Thingy Mesh Demo and use the guide to build it examples. Thingy_node build without errors, but Thingy_bridge return the error "too few arguments...
Hi
I am using nrf52832 doing a project and I 'm new to this MCU.
My project concerns sending data from APP via BLE to nrf52832 to config parameters of SPI (data and clock...
Hi,
I am trying to modify the multilink central example to send string to other board (peripheral)
I already did the UART configuration and in my tests I saw that when...
Hi, I tried the above tools(nrfjprog) on the Raspberry Pi 3.
But, I saw the error shown below.
pi@raspberrypi:~$ ls | grep nRF5x
nRF5x-Command-Line-Tools_8_5_0_Linux...
We are trying to modify the nRF Beacon example app for iOS that Nordic provides. We are unable to get app to see the devices from the iBeacon kit when they can be seen from...
The manuals for the nRF51 and nRF52 list the maximum ESB radio channel number
as 100, but in the SDK the guard value in the set channel function is <= 125
(in both the...
I am about to start development on a project that will be using a pair of nRF52832's to make a low data rate connection between a PC (with a nRF52832 based dongle) and a device...
In the event that a Nordic soft device library call fails (as determined by APP_ERROR_CHECK() macro) and our application level app_error_fault_handler () function is called...
Hello,
Ported my FreeRTOS application on NRF52 from SDK 12.2.0 to SDK 13.0.0 .My application is using freertos apptimer for timestamping and waking up of device which was...