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'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
I have a PCA 10028.
This board uses Two microcomputers.
One is N51422.
Another is microcomputer on which the seal is put(Segger ID:).
What is the role of this microcomputer...
I recently discovered this article ( mbientlab.com/.../) and am trying to understand the data transfer type between the firmware ( ble_app_hrs_s110_pca10028 ) and an iOS device...
Hi,
Currently when I run the HRM demo I end up in the app error handler, unfortunately the error codes don't print to my terminal window. I'm using crossworks, and I was...
Hi,
I am new to using keil uvision. I am creating wearable solution, have enabled battery service indication, RTX support,bsp support, gpio,ble service.
When compiling...
Hello!
I would like to measure RSSI for different channels so as to decide which channel is the least noisy one (and more particularly, which ones are already used). I...
I am trying to choose a BLE device for my upcoming biomedical product design. Any help in comparing these 2 devices will be greatly appreciated.
Things I am concerned about...
Hi,
I am using the nRF51822 with an external chip. The nRF51822 has interrupts which trigger when one of the signals from the external chip goes low. When using BLE and...
My program does a lot of dynamic memory allocation and at some point "malloc" retruns NULL , which is cause the system running out of allocated heap memory (I am assuming...
Hi,
i am newbie to nrf51822 and want to know details of following stuffs:
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there...
Hi guys,
i asked a similar question [1] few days ago, but yesterday i stumbled over the "service_data" type when advertising packages.
I've written a custom service...
Is there a specific part code for the latest Rev 3 QFAC silicon for the nRF51822? We were trying to track down a source with stock of the latest chips, but most resellers...
I'm having trouble using the RTC1 COMPARE function to generate an event/interrupt when the processor has been put to sleep using sd_app_evt_wait().
My configuration is...
Is it possible to use the nRF51 dongle as a slave ?
I have a nRF51422 Eval board that I am planning to use as a central device. Can I use the nRF51 as a slave so that I...
Hello we have developed a few products which have required (costly) RF/RFPHY testing.
Is there a reference design that is qualified that can be used to avoid the RF/RFPHY...
Suppose a BLE central needs to get sensor data from 10 peripheral sensors. Given that there is a limit to the number of connections a BLE central can have, is it better for...