I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
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...