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...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
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...
[PLEASE READ THE EDIT FIRST]
So, first of all, I am new to bluethoot development and I am not 100% familiar with all the inner workings of the protocol.
I am trying...
I have looked over the entire site and can not figure out what is needed to change the Smart Beacon Kit firmware and uploaded it to the beacon.
Is there a way to recompile...
Hello ,
I'm working since few days on nRF51 dongle with SofDevice S310 and most things seem to be ok.
But when I follow the System OFF and wake-up sample supplyed on GitHub...