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 all,
I would like to establish connection between single central and two peripherals for bidirectional communication. I edited ble_multilink_central example and created...
I and new to programming the BLE devices and have just started out on the nRF52840 PDK and using Segger Embedded Studio for ARM v3.34. I have compiled and downloaded the ble_app_template...
I have to question:
1: if customer use relay node for mesh net, how much is the power consumption for one node? is there any passable to declare the power consumption to...
Hi,
I need to measure the capacitance of few capacitors for which I am currently using 3-channel CAP1203 IC from microchip.
However, I just came across the possibility of...
Hello,
I would like to establish bidirectional communication between single central and two peripherals. I referred ble multilink central example and made corresponding changes...
SDK: nRF5_SDK_11.0.0
Softdevice: s132_nrf52_2.0.0_softdevice
I set the WDT timeout in the application is 5s, when entering the BootLoader set the WDT time is 10s, how...
I am new to ble programming.
I am trying to find the best way to send json objects from android app to nrf52 chip.
What is the best way to send the json object to the...
Hello Sir,
I have developed small and compact product using nRF52832 Soc. Due to size limitation and device is portable. I have attached snap shot of power supply circuit...
Hello sir,
I am develop us product using nRF52832 chip on DK board use S132 soft device and its working well fine. So now we are designing hardware PCB of my product for...
Hello, I am trying to use adc with the uart so i can monitor the readings from adc. But when I include both drivers (nrf_drv_saadc , nrf_drv_uart) i got a confliction error...
Hello, although i have included every library and c file that is needed. i still get a declaration error. I'm almost sure that i enabled everything in sdk_config . I'm kinda...
In sd_power_system_off(),the nrf51822-board current is 2uA;And I think the current in sd_app_evt_wait() will be ~4uA(Is it correct)?
In sd_app_evt_wait(), the code...
In this example project
nRF5_SDK_12.3.0_d7731ad\examples\ble_central_and_peripheral\experimental\ble_app_multirole_lesc\main.c
/**@brief Function for initializing...
Hi,
I am trying to migrate to SDK14.2 from SDK12.
I have succesfully migrated to SDK13, but I am seeing linker issues with 14.
The linker comes with the following errors...
Hi
I am new to BLE. I try to use Dongle + Master control Panel as a peer device. I follow this tutorial application: devzone.nordicsemi.com/.../
I try to flash program...