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...
We have been using the nRFgo nRF51822 development kit for prototyping. We now want to design our production board. However, your site says that this dev. kit is not recommended...
It seems these functions are identical in what they do, except that one is in S120 and the other is in S110.
Why not standardise the booting mechanism to facilitate code...
Hi !
I'm developing a bluetooth low energy service using the nordic evaluation kit and following the ble_lbs example. It works, but when I load the code on an other electronic...
Hello,
does the iOS Loader app not work with the nRF51422 chipset? I thought that this chip was more capable than the nRF51822. I do not seem to get access to the download...
I'm concerned about stack overflow as I consider using a linear fit function which declares 5 local variables as floats and accepts 5 pointers.
5floats * 4B/float + 5pointers...
Hello! Can anyone tell me information about bluetooth protocol and SDK functions?
What functions need to start BLE device like a peripheral/central, and what each...
My JLink Lite seems to have died (nRFgo Studio can see it, but can't connect to a target).
What is the latest replacement for a JLink Lite?
Preferably something that can...
I'm trying to get the ble_central_s120_pca10028 app working on my device. However it doesn't behave as mentioned in the user guide (no BSP_INDICATE_CONNECTED on peripheral...
Hey,
I am currently designing a custom PCB w/ the nrf51822 QFAA. This is the first PCB I've designed and I'd really appreciate any help.
1.) Since I am using BLE I am...
I'm trying to understand latency between simple events (like a button press) and transmissions to show that event on the nRF Toolbox iOS app. In some trials, my updates are...
Hi we are developing a customized Bluetooth smart PCB with the nrf51822, I load the softdevice 110 v 7.1.0 no problem, but when I load the heart rate demo app it stuck in...
I would like to modificate the LED Button application example. The LED characteristic should stay as it is, only the Button characteristic should be changed. I want to use...
Hi,
I have used several Bluetooth Low Energy solutions and I looked into several examples and something is missing. What I miss is to prevent pairing. It is something quite...
In SDK source code of S110 SOftdevice, I'v found two events for which module is registered and waiting using "softdevice_sys_evt_handler_set" & "softdevice_ble_evt_handler_set...