I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I need to know whether the nRF24L01(+) has an open-collector IRQ output, or a full push-pull driver. The datasheet doesn't mention this fact.
The reason is, that I'm working...
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...