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...
Hi! I'm trying to work with the beacon kit, but I have some confusion about which type of sdk I can use because with some example that I have found it doesn't work.
Besides...
When i use ble_app_hrs to connect with hrs demo(ble_app_hrs example), everything is ok.But when i connect to a heart rate monitor, it always disconnect.The print information...
I try to stop the advertising by using ble_advertising_start(BLE_ADV_MODE_IDLE) when the advertising is ongoing. It fails.
Please tell me how to stop advertising when the...
I have a problem where a central device (iPad) has to connect to a peripheral (running nrf51822, s110) as quickly as possible, receive data and disconnect again.
Right...
Hi
I would like to implement a radio peripheral in 2.402Ghz frequency which transmits some data, say of 31 bytes in radio which includes all header information abiding BLE...
I have a transmitter that sends 24 bytes of data every 10 ms. Whenever I run the receiver I only get new data once, then nothing. Here's my code
void mirf_config()
{...
hello,
I am testing the android application with nRF 52832 (s 132).
With android-Log, it is supposed that connection can not be done with the following log.
Please give...
Hi
i want to create specific service on ble so that only my mobile app should recognize it and able to connect to it.
i have gone through devzone.nordicsemi.com/.../ ...
Hi, Nordic
I download nRF5_SDK_12.1.0_0d23e2a\examples\dfu\bootloader_secure example, when I use dfu example via android nRF Toolbox, it can work.
Then I build nRF5_SDK_12...
Hi, Nordic
I check bootloader_secure sample for SDK 12.1, in dfu_public_key.c
/* This file was generated with a throwaway private key, that is only inteded for a debug...
Device : nrf51822
Softdevice : S110 v7.0.0
Title says it all. Autoconnect is working fine on my Android phones when nrf51822 is always programmed BLE_GAP_ADV_TYPE_ADV_IND...
Hi,
I tried to program my NRF52 using the arduino IDE using the following instructions on github: github.com/.../arduino-nRF5
Soonafter, I realized I could not program...