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...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hi,
I have met return error below point when I try to upload Application Hex file with bootloader in nRFgo Studio Ver1.17.0.3211.
if (!(IS_WORD_SIZED(m_start_packet...
I am trying to get enhanced shockburst working with the nRF24LU and the nRF5188. I am using the nRF5188 as the transmitter and the nRF24LU as the receiver. I am using the...
hii...
i hv maufature_array of size 7 to advertise.... am facing a problem while advertising battery level service with dat... my code is lyk dis
uint32_t err_code;...
Hi !
Here my adv setting (slow interval) to advertise every seconds :
#define APP_ADV_INTERVAL_SLOW 0x0664 /** This value corresponds to 1022.5 ms).
#define APP_SLOW_ADV_TIMEOUT...
Just ordered another pair of beacon hardware and noted the nrf chip is now coated in black goop.
Curious as to what this is for, and the reasoning its been added to the...
Hello,
I have a master configured as "Bidirectional Master Channel" and a slave configured as "Bidirectional Slave Channel". Both talk to each other. When I start just the...
Is the DC/DC converter enabled when running ble_app_beacon?
Or is it only the LDO that is enabled?
I am running the application on nRF51822-DK.
BR Magnus
I ran into this last night and curiously, James appears to have posted about it yesterday ( devzone.nordicsemi.com/.../trouble-with-system-halted,but-cannot-reset-nrf51822...
I am trying to get the Heart Rate example in the nRF51 SDK to work (found in ...nrf51822/board/nrf6310/ble/ble_app_hrs). It fails at line 338 in main.c (at the call sd_ble_gap_device_name_set...
I'm putting some bootloader and static config data in the customer section of the UICR and I accidentally wrote to 0x1001200 and worked just fine.
Looking closer, it seems...
Dears:
We will adopt nRF51822 for our project, and we want to confirm with you for the question as below:
Does nRF51822 support HCI command protocol through either...
Hello,
I do erase flash pages in my application I use the sdk api:
nrf_nvmc_page_erase(firstaddress);
nrf_nvmc_write_bytes(address, data, len);
but I did not found...