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...
SDK 13.0.0
nrf_soc_nosd/nrf_nvic.h has this header guard:
#ifndef NRF_SOC_H__
#define NRF_SOC_H__
This means you couldn't include nrf_soc.h after including nrf_nvic...
Hello,
I'm using TIMER1 to generate a timer compare event. I connect the event with the sample task of the saadc like in the saadc example from the SDK. Everything works...
Hi,
While using the JLinkExe along with the JLinkRTTClient the RTT client eventually stops outputting messages.
After that, both the JLinkExe and the nrfjprog output...
Thank you for the support so far.
I want to ask that if for example in your system or product we want to add bluetooth headphone feature which support Bluetooth 4.0 headphones...
Hi,
I am new to Nordic product and I have NRF52 DK. I have started reading this document
www.nordicsemi.com/.../Getting-started-with-the-nRF52-Development-Kit
However...
Hi,
I am trying to use the BLE v4.2 extended data length on the NRF51822 but the S130 doesn't seem to support it. Please can anyone let me know if it is supported with...
Hi,
I am trying to measure (and reduce) the current consumption of my board. I am using nrf52832 (64K RAM) for my development. The RAM layout is as follows: RAM (rwx) : ORIGIN...
Hello,
Is there any way to mitigate delay of redirecting interrupts from softdevice to application? Using nRF51 with S130 there is ~2us delay even with SoftDevice disabled...
Hello!
I have nRF52 DK and 1 custom designed nrf52832 PCB.
Is it possible to use the one of the nRF52 DK as the BLE dongle and run the ble_app_uart example code on my...
I am developing code to nrf52 and i'm using a sdcard with the adafruit MicroSD card breakout board.
When the sd card has no partitions I'm using the fdisk function (from...
Hi Hi, I am new and I am playing with
nRF5_SDK_12.2.0_f012efa examples in Keil
for some reason I need to use hex file. The files which is generate from those examples...
Hi. I have two codebases here:
A peripheral application on an nRF51822 using SDK 12.2.0, SD 130. It has a vendor-specific service with a characteristic that is write...
Hi,
I am having problem in installing Softwares and drivers required for NRF52.
Please kindly tell me step by step instructions of what software is needed to be install...
I am in the process of getting some nRF52832 based proto units and plan to use the nRF52 DK to load the code and maybe do some external debugging. I will be using P19 (debug...
Hi,
I'm new to embedded development and am trying to interface a 24-bit MEMS microphone (Invensense ICS-43432) using I2S with nRF52 Dev board (PCA10040, V 0.9.0, 2015.39...