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...
Hi. I'm using nRF51822 as Peripheral.
To init the service for example "NUS", i have to call NUS_BASE_UUID as below..
#define NUS_BASE_UUID {{0x9E, 0xCA, 0xDC, 0x24, 0x0E...
Hey guys,
From what I understand, the minimum connection interval on say, an iPhone, is 20ms. Also, you can send up to 6 packets of 20 bytes within a connection interval...
I have established a ble connection between two dk boards, the code I based on is the ble_app_uart_c and ble_app_uart, and try to detect some rising edge delivered from the...
It's kind of relative question with my previous question.
"When smartphone range is shorter than a peripheral(nRF5X), is there any way to receive an advertisement from the...
Hi all, I tested the example: Experimental: LE Secure Connections Multirole Example with my smartphone and it is working fine, but when I tried use LESC on my peripheral device...
I can't open a com port after starting the nRF Connect app. This happens in Windows (native) and also a Linux virtual host with the com port passed through. I'm using a nRF51...
I found strange behavior when using back-to-back packet transmission.
Configuration of PTX/PRX is:
No Auto-ACK (disabled)
CRC 2 bytes
Packet length 13 bytes
Addr...
I have the blinky examples working, but have not been able to get any example code using any gpio input to work. they compile fine but the buttons done seem to work. I'm using...
Hello,
I'm using the sample project from this post .
Following the steps and using nRF52DK, one for server and one for client. I've modified the server count from 3...
Hi all , I has 3 board : 1 board central connect with 2 board peripheral . I want to send string from peripheral 1 to central , then from central to peripheral 2 . Please...
Hi All,
We have a data logging application, where our typical data packet is small -- roughly 20 bytes. I've been experimenting with FDS for storage, with one record for...
I'm having compilation error, and got a couple of errors similar to the examples below:
Error[Li005]: no definition for "sha256_desc" [referenced from C:\Users\..........
I need some parameters of the BLE s140 stack for my project.
Including duration of an advertisement event (beacon) and the maximum random slack for an advertisement.
I...
I've recently upgraded my IDE to use Crossworks v3.6.2 which uses a GCC ARM Embedded 4.9-2015-q3-update compiler. it has by default many of the code clean up featues turned...
How do you do
Now use the Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples \ ble_peripheral \ ble_app_uart this plus
Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples \ peripheral...