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'm developing with nRF52811 but firmware is developed for nRF52810.
I think there is no difference between them and that firmware should work well.
But SPIS doesn't work...
THis may have an obvious answer to an experienced embedded programmer but I do not qualify to be that. So I have a piece of working code that runs on the nRF52840 DK and it...
Can you use/link both nfc T4T and T2T libraries and wrapper/driver source in same application/build?
I don't mean emulating both modes at the same time.
Thanks.
To the kind attention of Nordic support team,
I have been using nRF ble sniffer successfully, it is a great tool. But I have some troubles when it comes to use it for ble...
Hi there!
I am placing variables in the ".non_init" section so that their values are retained across software resets. This works great if I only use an App + Soft Device...
I want to modify the uuid through the serial port. What variables can I use to describe this define? Is there any code for reference ?
#define BLE_UUID_NUS_TX_CHARACTERISTIC...
Hi there
I'm currently using three different target platforms/boards #1 : a Nordic PCA10040 - attached to USB #2 : a UTO-NBL-52A developer board - attached to a J-Link plus...
Provisioner and client (provisionee) roles in the same application.
Hello everyone,
First, I am using SDK 17.02 and BLE Mesh 5.0.
By the moment, I want to integrate...
Hello,
I want to realize the data receiving and sending function,so I adapt the transmitter demo in '\nRF5_SDK_16.0.0_98a08e2\examples\peripheral\radio\',and my code is...
Hi all,
we are trying to connect 20 peripherals to one nRF52840 master (connected to a Laptop running a python app with pc-ble-driver-py) and transmit about 1000 Bytes per...
Hi guys,
I have a custom board containing a Raytac nRf52840 module running the Arduino core. The Arduino core configures the nRf52 to expect a 32K crystal on the xtal input...
Hello
I Just got my first Custom PCB's i dont know how to compile the code into them .Can someone help me . I just get the errror messege when i try to find target :
Failed...
Hello, I am using SDK 16.0 and mesh SDK 4.2.
We successfully implemented remote provisioning capabilities in our devices' firmware. One thing we are noticing though is that...
Hi,
I am using spis example from "SDK v17.0.2" with slight modification in the code as given below
On the Master end CS pin is pulled low and send 1 byte(0x45) only...
Hello,
I'm using nrf52840 with gcc compiler and SDK15.3. For our firmware update procedure, we use two flash storage instances. One for the transmitted new application and...