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'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi all,
I am having a bit of a problem with the printf. I could not figure out what could be the problem. From what I search people seem to be getting it working with out...
hi....
how can i implement bonding in app_ble_hrs example code from SDK V6.1.0 with soft device V7.0.0. the bonding should be done with a pass key.
can any one help...
Tried V5 a few months ago. But Nordic Semi didn't support their devices at that time.
I installed V5 today, and found a bunch of goodies :-), even including a nRF-RTX!
...
Hi
We did a few tests with the S120 softdevice (example in the SDK 5.1). Most things are working as expected, but the range of the device is by far less than we reached with...
I have been working on making at least 1us Timer interval(expect faster than 1MHz) using interrupt.
To do this we need to set the prescaler of Timer to 4, since formula...
Hello, sorry if this is a stupid question, but i'm fairly new to BLE (nRF51822), and even newer at report descriptors.
I'm using a nRF51822, SDK6.0.0 and S110 7.0.0.
In...
I saw softdevice no memory every several times, according to spec, softdevice use 8k, and app use 8k, are they share this 16k memory or no sharing, each use 8k, and reduce...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
My PCA10001 was working(running the heart rate monitor example) from the coin cell. After it ceased to work, I assume the cell was flat, but on replacing it the PCA10001 still...
Hello,
i'm trying to get running nRF51 on Arduino IDE. I have forked RFduino at the moment github.com/.../RFduino
With SDK i can compile a startup library and an simple...
I am having a lot of trouble using the new 4.3 Android API. I am trying to develop an application for the Android that will communicate via BLE to a Nordic device. I have...
Hi,
I'm using a 51422 with a s210/s310 softdevice. I have some nodes that must exchange some independent data. So I configured the communication to be an independent bidirectional...
Hi,
I am using SDK6.1 and SD7.0 for our application. I would like to know how to implement the static PIN type pairing?
I have searched Nordic's developers zone and found...
Hello,
I am new to nRF51822, and trying to make a simple application for master - slave data transfer.
I want to know how Much time passes from the start of the device until...