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,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
I was going through the figure 10 of page 35 of nRF24L01+ product specifications and found that when an ACK is received, it checks for only ACK payload. Does it mean that...
Hello,
I have implemented the ble UART service in the s120 example : ble_app_multilink_central. I can receive messages that are sent from a ble UART peripheral in the ...
I'm trying to use the bond manager to store links.
I used the ble_uart application posted in this site by a Nordic employee and tried to use the bond manager as it was done...
Hello,
i can't find the characteristic read timeout in BLE Core SPEC 4.0. If the central device read a characteristic from the peripheral device, in which time the peripheral...
Hello
I have uploaded a hex file which for some reason I cannot see the tag anymore, is there any way to re-program, erase or reflash the beacon kit using nrf51 programmer...
i was trying to implement bonding in ble_app_hrs example(SDK V6.1.0 and soft device v7.0.0)
i have given params
#define SEC_PARAM_TIMEOUT 30
#define SEC_PARAM_BOND 1...
I want to use the Smart Beacon Kit (PCA20006) and the blink led demo. However it seems that I cannot use the s110 V76 softdevice when writing my app in Keil. However, how...
I'm writing an application which updates the ble advert data at run time. I use the radio_notification callback functionality. Inside that function, the code calls the ble_advdata_set...
Hi, I'm trying to run ble peripheral and timeslot receiver at the same time. I can see ble advertisements and I can connect to the peripheral. I can also read and write ble...
Hi,
Some questions below about the HID keyboard that refer to the example "/s110/ble_app_hids_keyboard" .
What initialize m_advertising_mode value before to call...
Hello,
to reduce ernergy consumption i use the sd_app_evt_wait() function while the twi is sending or receiving data.
i set nrf_twi->address and nrf_twi->txd and set...
Hello,
I have troubles using spi_master_example.
I want to control by spi a slave device from the nRF, I am sending sequences as expected and my slave device answers me...
The S130 SDS 0.5 documents a CODE_R1_BASE of 0x00020000, but I can't get it to work with code at this location. Any SoftDevice API call ends up in the application's SVC_Handler...