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...
I have successfully completed dfu using android app, but if anyone can help me with example program so that i can perform dfu using program instead of using toolbox app, please...
On the XLR2 chipset I am seeing that if the RTS output follows the state of the CTS input.
When I load the same firmware in a XLR then RTS does not follow CTS
Hi, I am evaluating the use of ESB(without Ack) and BLE as a possible solution for my project since i have no use of Ack and in Gazell it is mandatory to use Ack. I had heard...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hello,
I'm drawing schematic with nRF51822 internal LDO. I'm wondering what is the regulated LDO output from nRF51822. I need to connect that with peripherals in stable...
We are using ANT with the nRFgo motherboard as base station and want to broadcast a signal over the largest range possible (> 100 m) to several mobile devices using the Dynastream...
I am designing a ECG monitor device. The data rate is less than 50kbps. I was planning to use BLE for the device design. But I read some documents that say BT classic is a...
Hello,
My 10031 dongle worked perfectly up to the point where I flashed it using MCP. I was able to run simple programs such as blinky, but now I cannot revert to the previous...
I want to set up an SPI communication between nRF51422 SOC (integrated on nRF51 DK) and Arduino board. I know that it is possible since I've read it in various posts and nRF51...
Hello,
I am developing a simple app for nRF51822 which sends notification data to a characteristic with a random value. All seems to work good but while testing in-depth...
i want to modify advertising data by calling sd_ble_gap_adv_data_set, the advertising data include advertising data flag and Manufacturer specific data,the format of advertising...
Hello,
can someone share a piece of code or a hint to the right functions that can enable/disable notifications on all peers? All I want is that the central toggles notifications...
I am using the PCA10031 as a serialisation device connected to a Windows laptop. The PCA10031 is programmed with connectivity_with_s120_1.0.1.hex and I am using the nrf51...
Hi,
I'm just debugging, why global C++ object c'tor are not called when using gcc/newlib. I stombled over the fact that within the linker script, provided with the sdk 8...