I'm testing BLE secure communication with the nRF52840DK device and I have encountered a problem with bonds. I use modified example from BLE fundamental course, in which I...
Hi,
I am trying to use mcuboot to load a version that is stored in my external flash, and I cannot get it to boot. My project is being built using sysbuild and my target...
Dear Onomondo Support Team,
I am currently experiencing an issue with my Onomondo SIM card — it is unable to register on the network when used with the nRF9151 DK board...
Hi , am developing the st7789v_minimal_sample application using Nrf52840. after creating minimal application am facing some unrecognisable issue. which am stuck can you please...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
Hi,
1. It was measured that SWD0_SELECT needs to be connected to VDD to program the external nRF54L15 2. Will the document or the program be modified here to make it consistent...
In my application we have an nRF514L configured as an SPI target. Page 830 of the nRF54L datasheet (version 0.8, dated December 2024) documents that the SPIS peripheral requires...
hello,
I am trying to develop an application using s130 softdevice on NRF51822 board.
i am able to do a undirected adverisement after a scanning. But when i am trying...
Hi
I use proprietary service to transmit data between iOS and nRF51822. The example I referred to is below.
C:\Keil\ARM\Device\Nordic\nrf51822_v6.0.0.43681_Backup\Board...
Hello,
I need to send packets on a specified advertising channel and receive them at the same advertising channel. Unfortunately, the SoftDevice API does not seem to support...
Hi,
I have several nRF51822 which are far away from each other and I want to communicate with all of them without need to go to deferent places to get the signal.
Does...
Hi
What is the scan interval ,while using the nrf51822 dongle as nrf sniffer.Is it possible to change this interval or is there any option provided in the sniffer api ...
Hi, we are using the nRF51422 and the s310 soft device using the 5.2 SDK.
In ble_error_log.c I noticed that you have a comment suggesting that write to flash was removed...
I have already installed nRF51_SDK_7.1.0_372d17a_packs. The examples in this SDK are only for nRF51422. Can I use these example in nRF51822 by just change device to nRF51822...
I was going through the figure 10 of page 35 of nRF24L01+ product specifications and found that when an ACK is received, it checks for only ACK payload. Does it mean that...
Hello,
I have implemented the ble UART service in the s120 example : ble_app_multilink_central. I can receive messages that are sent from a ble UART peripheral in the ...
I'm trying to use the bond manager to store links.
I used the ble_uart application posted in this site by a Nordic employee and tried to use the bond manager as it was done...
Hello,
i can't find the characteristic read timeout in BLE Core SPEC 4.0. If the central device read a characteristic from the peripheral device, in which time the peripheral...
Hello
I have uploaded a hex file which for some reason I cannot see the tag anymore, is there any way to re-program, erase or reflash the beacon kit using nrf51 programmer...
i was trying to implement bonding in ble_app_hrs example(SDK V6.1.0 and soft device v7.0.0)
i have given params
#define SEC_PARAM_TIMEOUT 30
#define SEC_PARAM_BOND 1...
I want to use the Smart Beacon Kit (PCA20006) and the blink led demo. However it seems that I cannot use the s110 V76 softdevice when writing my app in Keil. However, how...