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...
I'm seeing periodic disconnects with an iOS client application and the NRF_ERROR_SVC_HANDLER_MISSING which I gather may mean there is a compatibility problem with SDK and...
I try to use nrf51-ble-app-lbs with softdevice 7.0
I download ble-app-lbs at github.com/.../nrf51-ble-app-lbs
And change IROM1 start at 0x16000 lenth 0x29000.
...
Hi
wil it be possible for you to compile gzll_iar.a for SDK_v5.2.0.39364 ?
I have an aplication running whre I need gazell functionallity; and I have trouble converting...
When I would like to change advertising interval, should I execute sd_ble_gap_adv_stop & sd_ble_gap_adv_start again?
Is there any way to update its interval without stopping...
We will be using nRF51422 with S310 SoftDevice for our development.
ANT for mesh network implementation as that's what it does best, and BLE for interfacing with mobile devices...
Hi,
maybe i have a silly question, but i didn't programm timers before. I know how they work. But how is it possible that there are only three Timers in the 51822 and so...
hello
I am a BEE undergrad student currently doing a project using the nrf51822 Eval-kit.
If you could help with a simple transmitting code. I have to take data from a sensor...
Hi,
I uploaded the app to the kit as I have been doing it for the last 2 months and from now there is no way to get back to advertising mode. Before, I used the nRF Master...
my purpose is like that:i want to collect some useful data from external sensors before initial BLE ,and when the the nrf51822 advertising,i send this data out to the smartphone...
Hi,
I am trying to use the PCA10004 board in a custom application without the use of starter kit.
When I burn the nRF51822 chip with my custom program, in my custom hardware...
2mA in ON mode (IDLE) far too much.
One timer should running to wake the device up after one minute, to take a measurement before going to sleep.
nRF51422_PS_v2.1 ...
I've had an iBeacon-like app running great for months and am now entering limited production so it's time to protect the code. Enabling "Lock entire chip from readback" in...