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'm using nrf51822/s130/sdk12.1.0.
Before adding BLE code there's no problem in writing inner flash.
In main I just added below ble_app_uart codes(not modified...
Hi,
I have Wireshark version 1.10.14 and sniffer version 1.0.1. I send the data out from PCA10040 with connection interval of 7.5 ms and packet throughput of 200Hz using...
The pulldown on the SAADC is 160k. Is it ok to create a resistor ladder by adding an external resistor of, say, 400k, enable the internal pulldown and then input a higher...
Hi NordicSemiconductor's community,
I have a basic question about connection to a BLE peripheral.
I use the SDK_10.0.0 and s110_v8.0.0.
I want to know how to implement...
how to change RX and TX operations ?
i wrote next code:
#include "nrf_esb.h"
#include <stdbool.h>
#include <stdint.h>
#include "sdk_common.h"
#include "nrf.h"
#include...
Hello
I used one example from the nrf52 SDK and wanted to add another functionality to the code. How do I know what to add to that file?
Is there a global sdk_config.h containing...
I am migrating from SDK 12.2 to SDK 13 on Nrf52.
I use Eclipse.
I have a few questions:
In SDK12.2, there was :
Patch for SDK 12 - implements required workaround...
i am using nrf52832 dk. i am trying to change the flash address from 0x000 to 0x0002000. But i can only flash it to 0x0002000 if softdevice is already present on controller...
Hello,
I want to clarify one thing related to the limitaion in SoftDevice S130 V.1 of L2CAP_MTU size by 23 bytes. Is any way to extended it?
Because I see that changes...
Hi All,
We are trying to flash our custom NRF52832 board using NRF52-DK+nrf studio. With the same setup that's suggested by devzone.nordicsemi.com/.../
However, from...
Hi,
Recently i have moved to a much newer version of the SDK and have replaced my uart driver with the new ones, from SDK 12.7. The uart is between two nRF51422s one with...
I did not use softdevice;
//this my code
void SysClk_LFInit(void)
{
NRF_CLOCK->LFCLKSRC = (CLOCK_LFCLKSRC_SRC_RC << CLOCK_LFCLKSRC_SRC_Pos);
NRF_CLOCK->EVENTS_LFCLKSTARTED...