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...
Can somebody explain what 0xA1 means in this raw L2CAP layer:
0a, 00, 4d, 00, A1, 01, 00, 00, 08, 00, 00, 00, 00, 00
I know 0a, total bytes, and 4d is channel ID, I...
Hello
I was wondering whether is possible to use an updated version of the softDevice into an older SDK, my current hw is a nRF52832pca10040 DK
For example, I am currently...
Hi,
I am using experimental_ble_app_blinky example. In that NRF_LOG over UART was implemented.
I Added some UART code for my use. But after flashing code was not working...
I am using SDK14 and SD132 V5 on nrf52382. I tested the hids_mouse example and it autoconnected without any issues to the phone. In my application, I have 2 modes. Config...
Hi,
We're designing a product with the nRF52 (SoftDevice S132 v5.0.0 production) and an external WiFi module, and are attempting to do a "poor man's WiFi Co-Existence"...
I am struggling to figure out the correct IRAM/IROM settings in keil for the ble_app_beacon example in sdk 14.0.
I am currently using this example on an nrf52 DK and will...
Hi!
I just bought a BLE Nano board featuring nRF52832 chip.
I am using it with Arduino IDE, controlling some servos and motors onboard my autonomous device.
I would like...
I am trying to set up a project for the nRF51 by hand and by looking at the example code provided by Nordic.
I am using Softdevice 130 on a nRF51422 and the 12.0.1 SDK...
Hi,
I'm using SDK12.3.0, 52DK with the "experimental_ble_app_hids_keyboard_pairing_nfc" project, I follow this post and using the setting:
IROM1: Start: 0x1F000 Size: 0x61000...
Hello,
I am programing a central role device in Python, with nRF51-BLE-Driver for windows. I want to discover custom 128 UUID services. For that i need to call the sd_ble_uuid_vs_add...
Hello,
It appears that the function to jump into the bootloader is being called while the peer bonding information is still being saved.
Does the app_shutdown_handler...
There is a compile error with fstorage using GCC in file fstrorage.h in components/libraries/fstorage folder of the SDK14.
The error is due to the fact that the structure...
I am taking the Radio Test example and introducing a button and LED for control over the various tests. However I have struck an issue in trying to call the LFCLK when it...