I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
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...
Hi,
i use the library app_gpiote to setup interrupts on a toggling external pin(this pin generates a signal which changes from high to low).The external interrupt signal...
Links: ota_profile_pkt_rcpt_notif
As you see,GAP Disconnection,I don't Know how it works.The ble device call disconnection,but ble android phone respones it more then 5s...