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...
Hello ,I hope the speed of NUS can be achieved 7K Byte/s. The data form phone to uart is ok,but the data form uart to phone is not.I tested the Bluetooth part separately.Loop...
Hi,
I am able to connect nrf51822 with nordic app but now i want to receive data from nrf51822. For Example -
If nrf51822 detects some voltage at pin no "1" then it should...
Are there any Segger Embedded Studio examples for the nRF51 dev kit?
All the examples supplied with the nRF5_SDK_14.1.0 seem to be for the nRF52.
I only bought a new dev...
How do you do
E: \ Nordic \ nRF5_SDK_12 _f012efa 2.0-3 d \ examples \ peripheral \ pwm_driver pwm_driver routines of the path,
1.How to configure reverse polarity...
In all the SDK examples all the source is in main.c. Is there a good reason for keeping everything including timer initialization, UART config, BLE setup, etc all in one file...
Hi,
I am using nrf51822 (pca10004) with SDK110 softdevice programmed through j-link LITE SEGGER. After programming the custom code (Basic I2C code) and when we try to debug...
Is there any documentation as to how to connect a nrf52 chip (as found on the nRF52832 BT Module with Header Pins ( www.analoglamb.com/.../) or the nrf51 on the Adafruit bleFriend...
Hello,this is Lee.I have a problem about nRF51822.
When I turn on/off the power 2.8V to it ,it hangs up
frequently.I check POR function,I found that the residual
voltage...
hi,
i'm using the 32KHZ external crystal and i didn't find any free space in my PCB to put the crystal in the same side with the nrf chip, so the only solution that i found...
I am trying to implement a bootloader with rewrite protection on nrf52840 with SDK: 14.0.0.
But it seems that there is no flash write protection registers in nrf52840.
So...
UPDATE: Corrected language.
Hi,
While experimenting with BLE mesh networking using S130 on nRF51 devices and S132 on nRF52 devices, we have a problem with deafness while...
Hello,
I want to save Image data which are come from the central device to flash memory of peripheral side.
The image data size is vary from 3KBytes to 10KBytes.
...
I just came across the following code ..
(hash)ifdef linux
toolchain_init_irqs();
(hash)endif
Does that imply there is a possibility that the source could be...
How can I running the ble_app_multirole_lesc example in debug mode to examine the traffic? I use me network traffic analyzer to view the traffic currently ((debug mode switched...
I want to use several sensors that makes a measurement send the data to server (same as provisioner) and fall asleep. Wake up after 20 minutes and process repeats.
Does all...