I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
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...
I am currently using softdevice 8.0.0.
I am curious if the nRF51822 will be upgradable to be 4.2 compliant with a new softdevice release in the future? My understanding...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
I am trying to allow 2 peripherals to bond to a central, and would like to be able to use 2 push buttons to delete the bond information for either device. Is it possible to...
Hello, Nordics :)
I am trying to develop ANCS device with SDK 8.1, but I have some problem.
This are my environments.
Board: custom board.
chip: nrf51822AA...
Hi,
Function call to > err_code = ble_advdata_set(&advdata, NULL);
returns always err_code = 7 (NRF_ERROR_INVALID_PARAMETER) for a 128 bit UUID type (BLE_UUID_TYPE_VENDOR_BEGIN...
I am using pca10001, SDK6, SD7.1.
In my application i want to send a large amount of data to central(ios).
So im sending data as a packet of 19 bytes and each packet with...
I have NRF 51 DK.
I adjusted the toolchain path to arm-gcc 4.9 2015q1. This version works fine for the NRF 51 SDK.
I get this error:
lto1.exe: fatal error: bytecode...
I'm seeing the resetreas show the CPU lock-up detected after I reboot. This error is occurring while using the ADC. What type of fault condition can cause a CPU lock-up detection...
Hey everyone,
I'm developing an application using the IoT SDK . The first part of the application consisted of a normal BLE peripheral to interact with an android app....
app_timer.h contains a useful macro for getting from milliseconds to a number of timer ticks, given a prescaler value with which the timer was started:
#define APP_TIMER_TICKS...
Hello,
May i know what will happen if we happen to assign the same pipe address for let's say pipe 1 and pipe 2?
Can we still receive data and be informed of the pipe...
Hi,
My goal is to send temperature values on the advertising so, I'm trying to get work this example, but i have an error about this lines of the code on keil:
advdata...
Hello, how can i modify the hrs_s_evt_handler() to initiate bonding only if it my configured belt address?
My Solution:
static void hrs_c_evt_handler(ble_hrs_c_t * p_hrs_c...
Hello, All.
I want to know AppID in iPhone's App using ANCS.
(for example, Facebook App's AppID is "com.facebook.Facebook",
Facetime's AppID is "com.apple.facetime")...