I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
Hello!
For beginning with nRF51 I chose BLE Nano set of boards (BLE Nano + MK20 USB donbgle) and it was of great help to easily begin with BLE.
So far, we came to the need...
As an experiment, we want to implement soft power off for nRF52 with external components. We want to keep the entire circuitry entirely switched off, and after a press of...
I do not use board.h nor bsp* in my project, and also I am not initializing the pins that I do not use in my program currently - so P0.17 is not initialized and setup. However...
Hi all,
I am new to nrf51-dk and I am using nRF5 SDK v11.0.0.
I wanted to perform the task below.
When the DK is turned ON, read on board push button status.
If button...
We are implementing scan functionality in nRF51. I would like to understand if anyone has tested or tried to scale this functionality when there are thousands of beacons around...
Hi everyone,
I was wondering how GAP calls and events are synchronized within the SoftDevice.
Example:
// conn_handle is updated in the CONNECTED and DISCONNECTED...
The Android Master Control Panel app has an option to remove bond information (which works). But the API for it is hidden .
I'm just wondering if you use reflection to...
We are trying to replace an existing solution that uses a custom Service with 4 Characteristics. Unfortunately none of those share the same base UUID.
Basically the Service...
Ok - I'm trying to get my arms around this bootloader process.
I am using the nRF5_SDK_11.0.0_89a8197 SDK along with the PCA10040 develeopment kit.
I also am using IAR...
I'm trying the run the smart remote 3 v1.1 firmware built using IAR.
The firmware fails to init the touchpad and enters a forever loop.
The program only builds with optimization...
Hi,
I am using nRF52832 with S132_V2.0.0 and SDK_11.0.0. In my application i plan to use RFX2411N PA/LNA module. In datasheet of RFX2411N, I found that it can be used in...
Trying to qualify our design with Bluetooth SIG.
NRF51422 QFN48 nRF51 SDK v10.0.0 SD 310
When I use QDID 62791 to generate a test suite for PTS on the SIG website, the...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
Hello,
I am working with the nRF52 DK, SDK 11 and especially with the ESB protocoll. I started with the provided example esb_low_power_ptx/prx.
In the documentation...