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'm struggling to get started using Keil with an NRF51822 mounted on a custom board that I have cobbled together.
I have opened the blinky/pca10031 example as a starting...
Hello, I have two nRF24L01 devices that can already talk to each other on a custom address. When I try to talk to the nRF51822 from one of the nRF24L01 devices, I cannot get...
services.h
Hi,
I'm writing an interface for my nRF8001 and am a bit confused about the NB_SETUP_MESSAGES value. In my services.h file the value is 14 when it appears there...
May be i haven't seen it, but how i can select if the setup will be stored in the NVM or volatile storage.
I prefere to start development with volatile storage.
On Page...
Dear All,
I used the array defined in services_lock.h to setup the nrf8001 module. Therefore, the service setup is written to the OTP memory in the chip. Now, I want to change...
Hi
I tried to connect our non-bonding device to Windows 8.1, but it ends in an error message. The implementaion uses the device_manager_peripherial from SDK 6.1 with the...
I am using the nRF8001 and trying to do ANCS. After rebooting the Arduino / BLE Shield, I have to reset Bluetooth in iOS in order for ANCS to work again.
I was thinking...
This is the second part of the problem firstly exposed in this question .
I have the problem that, with a Blend Micro Arduino board from Red Bear Lab after a while (randomly...
Hi,
I want to implement BLE based access control application. I have developed nRF51822 based Peripheral device & iOS application based central device to pair with the...
I've finally completed a BLE transmission using tips about connection interval, slave latency and supervision timeout given here . I checked it with Master Control Panel app...
We are trying out nRF51822. My colleague has a top of the line Lenovo running Ubuntu and is able to detect the module when scanned. However, my macbook pro Mid 2014 (Which...
I asked this question ( devzone.nordicsemi.com/.../) to get an answer that I needed to apply for getting the Apple iBeacon certification.
Now I applied for Apple iBeacon...
I'm wondering (hoping) if there is something that I'm not doing correctly ...
We have a BLE application on the nRF51822 which has been working nicely.
It is a custom BLE...
What might be the reason that sd_softdevice_is_enabled fails? I've been programming with the S130 for some time now. And now I am in the process of adapting the bootloader...
For the S310 stack the bootloader does not set a SD_MBR_COMMAND_INIT_SD command. What needs to be done for the S130 ?
#ifndef S310_STACK
sd_mbr_command_t com = {SD_MBR_COMMAND_INIT_SD...