Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
Hello.
I try to build small network: 1 central device (CD), several relay devices (RD), several broadcast devices (ED). CD and RD have to receive commands all the time...
I am using adv_report_parse to try and return the device names the scanner picks up. However it returns some bizarre charters after the name....
it should read P Device...
hello,
Please forgive me if I am asking a stupid question.
I was editing S130 demo app and I included pstorage.c file to the project. while compiling it is showing error...
I have compiled my mbed program and hex file has been downloaded but I am unable to drag and drop my hex file to mbed USB drive. It is saying Not Ejected properly. I tried...
I am following app note nAN-29 "nRF51 Development with GCC and Eclipse Application Note v1.1". In the section "Flash download" there is mention of an executable called nrfjprog...
Hi
I use the PORT EVENT to produce multiple interrupts.But I have a question by these:
NRF_GPIO->PIN_CNF[BUTTON1] =
(GPIO_PIN_CNF_SENSE_Low << GPIO_PIN_CNF_SENSE_Pos...
Hi,
have some of you expierence with profiling on a nrf51422? I think what would be nessesary, is at least one high priority timer, to sample the program counter, some kind...
Hi,
I’ trying to save some user configuration data on the NRF51822 Flash using pstorage module.
Below is the code that I wrote, the code runs on the board with no error...
I have two boards based on nRF51822 parts:
Nordic dev kit PCA10005 Rev 2.2.0 2014.14, chip marked N51822-QFAAG0-1351AG
Custom board with Fujitsu MBH7BLZ02-109004...
I'm getting an error which says the identifier ble_temperature_t is undefined, and it is showing as an error in the keil (unkown type name). However when I click on the variable...
Hi everybody,
I just received the nRF51822 EK and as I was starting to set it up I ran into this. It took me a while to figure it out but when trying lo load the blinky...
Hello,
I have problems with project making since I started with KEIL uVision 5 (in uVision 4 I had no problems, but see no way to download uVision 4 any more).
I followed...