The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
Hello,
I know there are already some post in that case but I have no idea what's wrong with my code. I've just downloaded code from: github.com/.../ unpacked to "\Nordic...
I have some code that works great on the Eval Kit. I would like to move it to the smaller form factor Beacon kit. I currently use the S120 SD. Is there an easy way to install...
Hi
The BLE module operates in 2.4 GHz spectrum with 3 advertising channels & 37 data channels . Why advertising require 3 channels ? is it possible to make it to one channel...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
Hi,
First, I understand this are Android questions, but I want to appeal to this very knowledgeable community ;)
I have a BLE application using nrf51822 with SD 110...
int lbs
Hi,everyone,we change the uuid to
#define LBS_UUID_SERVICE 0x2101
#define LBS_UUID_LED_CHAR 0x3A01
#define LBS_UUID_BUTTON_CHAR 0x3A02
in nrf51-ble-app-lbs...
I am writing a custom Service. I need to catch when a Client tries to Read certain characteristics or Write to other characteristics. What is the best practice for Authorizing...
Hello support team,
If a message is received while the timer0 is running and the radio interrupt is enabled, the Radio interrupt hits and disables the timer interrupt....
Hi,
I have a simple application that requires command-response, and notifications interaction between an Android App and an embedded device.
The communication is bidirectional...
Hello,
I wonder how an ANT client should / would / could receive burst data. From what I'm read from the documentation, I guess that the received data will be passed to the...
Hi (I'm new at this, sorry for my question)
About Gazell & Pipe (nRF24LE1)
What is the utility of 6 or 8 pipe, whether only has 3 RX_FIFO for working simultaneous?
Can...
Hi All
I am trying to verify UART on one of our custom boards having nrf51822.
We have only one uart which we are using to forward the data received over BLE.
I am...