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 tried to test the read and write in flash but without success. I added the following code in service_init()
uint8_t initial_data[8];
err_code = nrf_fstorage_read...
We have a design that uses a simple custom board with an NRF52832 chip, button, accelerometer and onboard battery. For many phones, the operation is quite stable - we connect...
Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
The current problem:
Has anyone else experienced that doing nrf_crypto_init() before a (certificate-based) DTLS handshake messes up something with OpenThead, and prevents...
Hi all. I hope you having a healthy day.
I am a beginner with nrf52 dev. I want to implement the BLE hrs on my custom board. My board doesn't have any optional modules....
I am having a problem finding the latest versions of SDK and Softdevice compatible with nrf51822? Please provide me compatible SDK and SoftDevices required to work with nRF51822...
I am trying to keep everything synchronous between the client and peripheral. I am also try to make the peripheral code itself synchronous. So on the nRF51 DK, I use a button...
Hello,
We are trying to use nrfutil to perform DFU on our linux system which includes two host targets 1 an Intel machine and the other ARM machine
On the Intel machine...
Hi Nordic team, Due to critical real time constraints, I have to temporarily disable the softdevice, perform data acquisition from sensors, then enable it again. I'm using...
I am currently working on a project involving passing sensor data to Microsoft Azure.
I am looking at the sample application v1.4.99-dev1/nrf/samples/nrf9160/azure_iot_hub...
Hi All
First post! (be gentle!)
I'm developing on the nRF52840 and I am experiencing an issue using the led_softblink library.
I have the led_softblink configured to...
Hello everyone,
I am using nrf52833 development kit and have installed SoftDevice as nRF5_SDK_17.0.2_d674dde in that used basic example of name as ble_app_att_mtu_throughput...
hello nordic
i am working with nrf52832, sdk 16 v7.0.1, s132
i build my app on the central ble_blinky example and i am scanning for beacon advertising
i added...
I merged SPI, I2c into BLE_UART example, spi interface works fine in main() function, but when i try to write spi memory with data received from BLE UART ( in nus_data_handler...
The BLE scanner I developed does not scan devices with RSSI less than -80 dBm. However, it is stated in the datasheet that the nRF52832 chip has a sensitivity of -96 dBm....