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 am trying to build the "Getting STarted" example app. I got it to work with Keil. Now trying Eclipse.
I got all the includes in the project set up and these all resolved...
I am working on getting the ble_app_hrs example from SDK 8.1 within Eclipse. There seems to be no association between the INC_PATHS in the Makefile with include files within...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
When using the nRF51822 as a Bluetooth Smart (BLE) emitter, is it possible to change the UUID, Major or Minor values by hardware (for example, by changing the digital input...
Hi, student here, so go easy if you can :)
I have successfully programmed the evaluation kit and development with the softdevice and loaded my app on.
Now I am trying...
Hello there,
I have read about SoftDevice and how it uses EMA to send and receive information over the air. However I am quit confused about what a ble stack is. Could you...
I have an issue trying to set up an example project following this guide .
Despite the makefile including correct paths in the INC_PATHS variable, none of the headers included...
Hi,
I have implemented some code to periodically switching back and forth between the normal and the config mode. I can see that the handler function is being called, but...
Hi everyone,
A beginner here with an idea for a small project.
Project specs: 4 BLE buttons paired to a Android or iOS phone and an app that will listen which button has...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...