Hi,
i want to build a BLE mesh via advertising. i asked some questions before about ibeacon and observer, how ever to clarify my question i have some additional questions...
Hello,
I have set nRF51822 Evaluation Kit. With its help, I would like to read the pulse of the heart rate monitor:
link text
I manage to connect to it using the...
Does the s110 stack allow retrying pairing procedure?
It looks like the stack (peripheral) always ends with disconnect upon invalid passkey.
We would like to explore the...
Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
After getting the "Keil- Error: Flash Download failed - "Cortex-M0" I followed a thread which said to use nRFgo Studio to erase and recover the target board.
Unfortunately...
Hi,
I am trying to create a custom service for the The nRF51822 Evaluation kit , I connect the Board via USB (with the softdevice programmed), I see the board on the Device...
Hi,
I want to build a shared channel,but it seems that the shared channel is a little different from the broadcast channel. the shared channel 's slave node will have to...
I'm trying to setup a rather straight-forward SPI communication with a LIS2DH. For this I use the NRF51422 on a PCA10003 board. I have started with the spi_master_example...
We are working on a asset tracking device which will operate with a 3V CR2016 (85mAh) coin cell battery or smaller.
Per our understanding, the max interval of S110 softdevice...
I am using nRF51822 with S130 stack.
Some of my flash write works fine, some return NRF_ERROR_INVALID_ADDR,
I could not figure out exact cause, all my addres is word-aligned...
Hello,
I know this issue has been discussed several times on the Dev Zone, but in every post, i found the same answer and this answer does not help me.
As I read, intalling...
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...