Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
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...
Someone has a working source code (can be Keil format) for the PCA10005 and/or nrf51822-AK (China made) board? I tried the sample at "\nrf6310\s110\ble_app_hrs" but it seems...
The BLE specification core 4.0 imposes certain limitations.
Min connection interval 7.5ms
Data payload on connection 27 bytes (the length field is 5 bits)
What...
Hi all,
I want to add 128bit base uuid for each of my three service,but there is a problem ,I add different base uuid for different service ,but I can only see one base...
Hello,
Please be gentle. This is my first time;) .
I am a retired computer/medical electronics/electromechanical device field engineer.
A friend got me interested...
in sdk 4.3, I used two different ways to know it is read first time(in factory)
NRF_ERROR_NOT_FOUND from ble_flash_page_read to indicated first time it reads
0xff...
I have 3 questions:
1. How to set device to non-discovery mode?
2. Once the device is in non-discovery mode, How can host connect to it?
3. Can I use Master Control Panel...
Hi sir
On your Beacon kit, we found it was used external 32.768KHz at 20ppm.
Question is on iBeacon usage, is a external higher precision 32.768K crystal necessary ? ...
Hello,
I'm working on an ultra low consumption purposes with which NRF51822 commnunique in BT4 with softdevice version 5.2.1.
I compile with GCC 4.7 2013q1. Unfortunately...