uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
This days I start to learn build my own profile with nrf51822 and I find nrf51-ble-app-lbs example in nordic web site.
But I can not find APP of iOS or Android here: https...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi
I just used ble_app_hrs project for some clarifications. I wanted to debug the project for monitoring behavior of some variables values so I set breakpoints on the locations...
Hello everyone,
I studied firmware for the first time,
I lost nrf51822 simple_uart.c source file..
I can not work in progress now.
I would appreciate anyone upload T...
Dear Nordic,
Is there any documentation available,how the random pool works and where is expected that SoftDevice offers something and when it is blocked? And if there...
I'm interested in using this kit in a commercial product and would like to know if the beacon is already FCC certified.
Currently, it would only be sold in the United States...
Hi,
I used uart_example from SDK v4.4.1 where I continuously transmitted a character 'A' to the serial port
As from the discussions I found in devzone the output will...
Ive searched thru a few of the communities out there for an answer to this, but I am still not sure. I appreciate any help with my newbie questions :)
I need a home automation...
Hi,
I'm trying to compile the ble_app_beacon firmware found in nrf51_sdk_v5_2_0_39364/nrf51822/Board/pca10001/s110/ble_app_beacon with the gcc toolchain on MacOSX, but...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
Hi,
Been testing the ble_app_hids_keyboard that comes with the nrf SDK and have some questions.
Notes:
The PCA10001 EK is V2.2.0 (2014.04)
I downloaded the...
Hello,
I am doing some experiments with 2 pca10001 and the ble_hrs example (with s110, s120). As it works well, I would like to mofify this example to fit my needs. I only...