The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
I use sdk_9.0.0 and I have realized that there are only:
#define BLE_GAP_ROLE_INVALID 0x0 /**< Invalid Role. */
#define BLE_GAP_ROLE_PERIPH 0x1 /**< Peripheral Role....
Hello,
There's lots of questions and back and forth talking the nrf51 SDK both on here and on other sites, about the requirement for a product key to access and download...
Hi,
Using nRF51DK with softdevice 8.0 and sdk8.
I found the max number of whitelist in "ble_gap.h"...
/**@brief Maximum amount of addresses in a whitelist. */
#define...
Hi
I want to get the number of broadcast data.i try it as follow:
But i can not get the BLE_EVT_TX_COMPLETE event. Why? can you tell how to get the number of broadcast...
Searched -- without success -- the SDK docs extensively for access to the Transmit Window Size.
Wondering if there are ways we can manipulate it, and query the current...
Hi all,
I want to know how long it takes for NRF24LE1 to wake up from low power mode, especially in these situations:
1) Wakeup from pin voltage level , from Register...
Hi~
I am trying the example code of [--app-button-example-master--] from here... github.com/.../nrf51-app-button-example
for understanding button press features. I did...
Here i have made an UART0_IRQHandler routine. When i try to send some 50 bytes data through UART using PC tool here its receiving bytes, but it only receives 1st 6 bytes which...
Hi Everyone,
I'm working on adding DFU on my project and here is my setup:
Softdevice = 7.1.0
SDK = 6.1.0
DFU Bootloader = Keil compiled from SDK 6.1.0
MCP...
I'm having a bit of confusion understanding how the nRF51 Series Compatibility Matrix works.
I have a QFACA10 development board running my software perfectly, but when...
The nRF51822 Bluetooth Smart Beacon Kit User Guide (nRF51822-BK-UG) mentions an iOS project contained in the zip file nRFBeacons_iOS.zip. Where is this file? I cannot find...
Hello all,
I'm trying to save the service context with the Device Manager on the Central side. But I don't understand the implementation on how to do this. But no information...
I'm trying to adapt the BLE_BAS_C library to perform discovery and read/write operations for a custom service. However, when I change the UUID that I register with ble_db_discovery_evt_register...
i used this function to send data to my ble device ble_nus_string_send.this function sends ASCII values. and when i pass this function hex values it converts them into ascii...