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...
hello,
I am working with S130 demo app. But I could not find any registering of event handler being done usind softdevice_ble_evt_handler_set(). In both S110 and S120 demo...
With the maximum SPI speed of 8 Mbps, I was expecting to be able to send 2 bytes in just a little over 2 us, but it takes a lot longer. It appears that the mandatory event...
Hi all,
I'm trying to follow this Nordic blog post in order to use Luna Eclipse, GDB and J-link for debugging of ble_app_hrs from Nordic SDK 6.1 on a PCA10001
It is...
Hi everyone,
I dont know if I encounter these issues because of iOS 8.0 but I'm not able to receive data from the console, send via PCA100001, on my iPhone. Though, what...
I have managed to successfully integrate BLE DFU service in my app, but updating firmware via MCP is a bit confusing.
I connect MCP to my device -> discover services -...
Hi,
I plan to have my device without any forms of external user input, like buttons serial ports, and similar.
You can only replace the battery, that's it.
I'd also...
Hi,
I tried to migrate S110 example code with uart_ble service , which is working fine on S110, to S120 v2 soft device. Fix some minor missmatch with configuration structures...
I got the errror handler in the src\gap_core.c line 1473.
It happen when i do those steps with NEXUS 7 II.
Step1:
Use the Bluetooth to connect to the nRF51422
Step2:
...
I'm trying to change channel id with no luck while I'm in EVENT_TX state. It seems that if I call sd_ant_channel_id_set while in EVENT_TX broadcast data gets reset to zeros...
I'm working in the ble_app_lbs example, with a PCA10001 eval board, softdevice 110, and Nordic's Master Control Panel.
In the example code, I've changed button 1's functionality...
Hello
for a 4 layer design with the nRF51822, how is it best to choose the layers? In the datasheet of the balun (bal_nrf02D3) there is a hint, I guess it is more or less...
Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
How many whitelists do nrf51822 support?
I found is can be settting in ble_gap.h
#define BLE_GAP_WHITELIST_ADDR_MAX_COUNT (8)
#define BLE_GAP_WHITELIST_IRK_MAX_COUNT...
I'm working on a project that involves an nRF8001-based device as a Bluetooth Smart slave, in combination with master-side software running on an iPhone.
When the devices...