Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I'm currently testing a custom board using BSP_SIMPLE defined in my board header file.
This is failing to build due to undefined BSP_LED_APP_TIMERS_NUMBER.
Appears to...
I have added a power amplifier in nrf51422, but I don't know when I should enable/disable the power amplifier in order to reduce power consumption, i.e. when listen for scanning...
Hi,
I try to compile example application (ble_sdk_app_beacon) and I have error on linking objects.
My include section:
#include <stdbool.h>
#include <stdint.h>
#include...
Hi,
I'm trying to get a modified version of the serial "NUS" service to work encrypted with Android 4.4 (API 19). Everything works fine on iOS, but with Android I get ofter...
hi,there
raspberry can ping6 pca10028, rasberry can receive udp packets from pca10028.
but how can i ping6 pca10028 from pc?
env: pca10028 + csr ble dongle + raspberry...
i'm confused of the relationship of wirepas and ant+,both claim to surpport mesh network and multihop.what's more confusing is that both are promoted by nordic.
I look up...
I find in the following example code that if I start my application from a powered-off to a powered-on condition and main() executes the code as shown, everything works fine...
Hi,
I do receive undefined HCI errors in my disconnection handler. I wait for the BLE_GAP_EVT_DISCONNECTED event and use the bleEvent->evt.gap_evt.params.disconnected.reason...
I've been reading through the documentation for pstorage but there's one term I don't understand
devzone.nordicsemi.com/.../a00131.html
What is the purpose of offset...
We are using two GPIOTE inputs and there is only 1 GPIOTE interrupt handler.
One of the GPIOTE input is from a power line chip that toggles @ 50 Hz rate. This GPIOTE input...
Hi Team,
I was trying dfu to load my application.
Edit #1
I have flashed softdevice.
Then I have compiled the example project 'dfu_dual_bank_ble_s110_pca10028...
I have an external temperature on my nRF51 DK. I would like to read the value of the temperature on my mobile device(Android).
I am able to read the temperature on the...