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 guys,
I add a temperature service with one characteristic to notify the IC temperature in hrs example. But when enable hrs notify, SoftDevice crashed every time. That...
Hello,
We are using SDS 6.0.0, SDK 5.2.0 on an nRF51822. Our application is a data logger that can collect up to 128Kbytes of data. Users can connect to the data logger...
We did set the perform bonding option in the proximity example in the v6.0.0 sdk to 0.
And it did work. No bonding information is stored. Android devices are fully capable...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
I want to read the RSSI in an nRF51822 even though I'm not expecting to receive any packets… In short, I want to scan through every channel and read the RSSI on that channel...
HI
In the case the keyboard miss the LTK(or bonding info), how can I start a reconnect or re-authenticating to let the host and device to generat a new one?
When I replies...
I'm using the nRF51822 as SPI slave. My CSN is of wrong polarity (active high). Is it possible to change the settings in spi_slave.c to make it work anyway?
HI
when i use 51822 connect to a host like iphone how can I get the host 's Ver info?
As I know there is a function to get local version info:sd_ble_version_get
and I do...
Using:
nRF51822 (nRFgo starterkit with nRF6310 and PCA10005)
Softdevice s110 version 6.0
Nordic Sdk 5.2.0
Compiled with GCC 4.8 using pure-gcc setup
I...
Is it possible to whitelist a private resolvable address without bonding, or is bonding required? I want to limit reconnection to the same central after it disconnects, but...
Hi,
I'm using the makefile from ble_hrs to write my own makefile. I need to had libraries .lib and .a files.
How should I add my files in the makefile?
Thanks in advance...
hi. dear.
I have custom board using the NRF51822 - nRF24LU1P.
use the gazell protocol.
I want to unencryption key data.
Plz, tell me how to use unencryption key data...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
I have an issue with the ble_app_lbs. I can compile it OK, but when I run it it gets as far as calling sd_ble_gap_device_name_set(), which returns error 0x3001.
Can someone...