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...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Am I the only one to experience what seems to be a bug? (same code is running fine on a Nucelo board)
developer.mbed.org/.../
This code is to put in evidence a BUG in...
Hi all,
I use nRF51822, nrf51_sdk_v5_2_0_39364 and s110_nrf51822_6.0.0.Test ANCS, first with the iPhone connection is no problem. When I disconnect, connect a second iphone...
Hi:
I would like to Advertising Data and Scan Response Data which are added CompleteLocalName, the program does not work, it will reset. Why is that?I err_code = ble_advdata_set...
Hi all!
I've been trying to upload the official firmware (nrf51822_beacon_app.hex) to the nrf51822 bluetooth smart beacon kit. I put the beacon in bootloading mode (steady...
Hi,
Is there a way to modify any of the contents of the setup generated by nRFGo?
The services.h file generates SETUP_MESSAGES_CONTENT to populate setup_msgs[]
const...
I'm trying to track only the files that are necessary (e.g. exclude the _build directory) in a hidden .gitignore file. Is there a recommended standard?
I am creating an Apps which will give me a list of the running Apps in the background and foreground.
Hence Using XCode, I want to programmatically detect
List of Running...
It was mentioned before that the compiler_abstraction.h file for gcc produces this error sequence when -std=c99 is selected:
In file included from /prj/arm/nrf51-sdk/components...
Hi everyone,
I have a nrf51-dk. I am running Master Control Panel app on my win7 computer. However, I cannot see my nrf51-dk in discovered devices section. Log says, Loading...
Hi all,
I've been wanting to start this project for awhile now, but I am having trouble figuring out where to start. I want to be able to make an iphone application which...
I try to optmize my code so it can run on the 128k chip.
My issue is with pstorage: I have 7 variables (from 4 bytes to 20 bytes) that I store in individual blocks. But it...
I have the nRF51 Dongle and an nRF51822 BLuetooth Smart Beacon kit. For software tools I have IAR's EWARM 6.7 for a complete IDE or command line GCC/GDB.
Are there any...
Hello,
my idea is to turn on a GPIO-Pin of the NRF51822-Beacon-Kit when my smartphone found the beacon. Of course if the smartphone is out of range or far away the pin...
Hi all,
I am trying to figure out how to change the LEDs blink rate on the go.
I have set up the timers_init() and let say every 500ms sensor data is read on dev kit...
I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?