We are using the nRF5340 and our use case makes full use of all 4 shared peripherals for SPI and TWI as well as SPIM4. We want to add UART over USB and I was able to port...
Hello together, Which configurations or setup on the side of the Nordic nrf9161 DK has to be done to use the DEBUG IN connector for SWD? The board is powered by the 5VIN pin...
Hi,
I am currently making an upgrade og a nRF51422 project that has both BLE. and ANT+ Cycling Power profiles and if I run the old project on an 51822 processor I can see...
Further into development of the ReRAM file system. I noticed that in generated DTS for nRF54L15 board for the ReRAM we have:
What is the reason for providing erase-block...
Hi,
I am developing for the 54l15 using nrf connect version 2025.5.92 Last Updated 2025-05-15, 10:08:43 and it's starting to seriously frustrate me.
The nRF Connecot for...
Hi, I have two firmware images: A and B which I need to make compatible for OTA (DFU over BLE using MCUBoot - the standard process described in the devacademy course ). They...
Hello community,
I'm currently working on setting up SPI communication between two nRF5340 DK boards , but I'm running into several issues.
SDK Version 2.9.1 : I couldn...
Hi NordicSemiconductor Community,
I have a problem with the SEGGER Embedded Studio IDE, i want to build my project but i have the following error :
can't open 'C:/Users...
Hello,
I am trying to send out a notification and getting this error code 13313 (in decimal, 0x3401 in hex). Which eventually leads to BLE_ERROR_GATTS_SYS_ATTR_MISSING...
I developing applciation based on nrf51822, sdk11. I have read several posts about using app_timer_cnt_get() and get only 0 value. As far as I understand, this is because...
i want to connect my nfr51822 device to only one phone( that means which phone was connected first). For this purpose i enable whitelists but i create whitelists nothing has...
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...