Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
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...
I would like to use the single shot timer and when the timeout handler is called, I would like to set up the same timer again with different interval this time. Do I have...
There seems to be a discrepancy between the 8.0.0 softdevice release notes and the product compatibility matrix. I would like to know if it is possible to use 8.0.0 softdevice...
Hi,
In my project, I need to periodically perform some jobs on the nRF51822 Beacon kit (sdk 7.1). For that, I think I need to use timers. However, I'm not sure how to do...
Hey everyone.,
I was trying to use nrf51822 as spi slave and just a heads up to know that i use Nrf51822 as master. I see that when chip select CS gets low SPI needs to acquire...
I've added a custom service and a few characteristics on the nRF51822. How can I access the current value stored in one of those characteristic outside of a BLE event occurring...
Hi,
I'm unable to run any application on nrf51 DK (Keil used). When I start debug (no matter what application I load), program always cycles between 2 instructions:
0x000006CC...
Hi,
My application uses the softdevice 110.
Everytime, there is an event on my sensor. The sensor sends the event to my pin, which generates a gpiote interrupt . But, the...
Hi,
I'm trying to determine why a HCI DFU upload fails.
There is a log of the communication below showing the serial request/responses on the Windows side.
Is anyone...
Hi: I use dfu_single_bank_hci to update application. HCI_SLIP_UART_MODE = APP_UART_FLOW_CONTROL_DISABLED, HCI_SLIP_UART_BAUDRATE = 38400.
I use command " E:\hci_dfu_send_hex...
Hello,
In my quest of working with pstorage_raw.c I found an annoying situation when I tried to clear small portions (as I thought by using raw I would have full control...
Hello!
I have based myself on the ble_app_uart example, taken out the UART bit, and all that remains is the bluetooth functionality.
I have also implemented SPI communication...
hi guys, :)
I used SDK 6.1.0., Softdevice version is S110_nRF51822_7.0.0.
I compiled the template project. (in the "C:\Keil_v5\ARM\Device\Nordic\nrf51822\Board\nrf6310...
I want to use the UART to get and send data to another MCU on ble_app_beacon of SDK 8.1.0.
But after I add the UART function to the project, the UART can't work.
Can the...