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...
I am programming a Ble Nano device using Nordic SDK. So far I have been using examples from the ble_peripheral and ble_central directories. Now I want to run an example that...
Hi,
I used the nrf51822 as the spi master,it could send out the data, but it didn't receive the slave data.Did I miss somthing?
static volatile bool m_transfer_completed...
I'm working the the NRf52 dev board and SDK12.2. I was able to successfully load the standard DFU example and then use the NRF Toolbox on an android to load the example HR...
Hi.
I'm getting an nRF Dongle (PCA10031) set up on a Windows machine to be the BLE central that we'll use for our production line testing. To that end, I've built the pc...
The pc-ble-driver project uses CMake to generate Solution and Project files for the Windows build of the project. CMake uses absolute paths in these generated files. I can...
Working with nRF52832 and SD132-v2.0.1
Using Timer 1 at 1MHz (pre-scale 4) and 32bit bitmode CC to trigger events at a pretty wide range (from us to minutes).
I'm getting...
I am calling certain services and I can see this output on my UART listener:
0.000013 : UART Start!
0.385355 : BLE Stack Initialized
0.385581 : Peer Manager Initialized...
What would be the best value for UART buffer?
When I put it as 512 it gets crashes, below you can see the putty output
0.000013 : UART Start!
0.415937 : Handle list for...
I want to use app sched feature, so as example does, I call:
static void scheduler_init(void)
{
APP_SCHED_INIT(SCHED_MAX_EVENT_DATA_SIZE, SCHED_QUEUE_SIZE);
}
since...
Hi Team,
I need to make an application that we receive a data from a chip through UART and need to send the data to Console through another UART. Is it possible to make...
Hello,
My setup:
PCA10040 DK,
12.2 SDK
I copied the "BLE_APP_UART" example into my project folder and want to "upgrade" it with the TWI.
So I copied parts of the "twi_scanner...
Hi all,
I'm starting with fcc and etsi test! i know that the radio test example is useful to test the radio.But the ETSI add two type test about receive emission spur and...
Hi!
So I managed to create my custom service with one characteristic (a struct with several attribs).
I can see it in my app and everything's awesome. Yay.
But in some...
I have been experimenting with the mbed BLE Health Thermometer examples, BLE_Themometer etc. Whilst they are visible and show their name in the nRF Toolbox Health Thermometer...