Hi,
What should i do after i load mesh app in " github.com/.../nRF51-ble-bcast-mesh" adress?i have two board
When i download the app,why doesnt advertising exist.i cant...
hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
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...