I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
If I had two devices, one set up as a peripheral and one as a central, what sort of factors do I need to consider to work out the lowest possible power consumption/average...
Hi,
I am sampling 2 200Hz signal using ADC and transmitting data using heart rate and battery service of ble_hrm(instead of using simulated data).
But since the connection...
I have the following setup:
nRF51 dongle
connectivity_115k2_with_s130_1.0.0.hex firmware
Windows 7 PC
nrf51-ble-driver_win_0.5.0
My app is written in...
Hi,
I see that you provide Master emulator API for windows (dll) that works with firmware for Master control panel application. Master control panel firmware, as the name...
Hello,
I try to set up an external signal for the LFCLK on a nrf52832. From this question :
I know the nrf52832 can do this (signal on XL1 pin, XL2 grounded).
...
Hello,
I am working on development to concurrent multiprotocol: BLE+2.4G proprietary. I am using timeslot feature in S132.
Because in my own 2.4g proprietary protocol, the...
I want to use feature reports in my HID project, but as far as I see this functionality is not fully included in ble_hids.c (SDK 11). I already managed to properly receive...
Hi,
I want to advertise in variable intervals and mostly only one advertisement at a time. I planned to do it like this:
1- start advertising with any interval (e.g...
Hello,
I followed the example for doing 128 bit UUID advertising using ble_app_uart example. The problem is, this seems to work if I run it when the radio and controller...
Hi,
I have my custom nRF51822 board based on Raytac MDBT40-P module. I am trying to program it with nRF51-DK(PCA10028). I could program it with mbed interface once or twice...
Hi,
I want to implement Advertising with the Timeslot API. I only need non-connectable advertisements but I want to be able to control the transmit power.
Which example...
Hello all,
I would like to understand advertisement packet more.
if I add the following to my packet my firmware causes nrf51822 to crash.
advdata.include_appearance...
Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
I'm using the BMD-200-EVAL S board (using Segger JLink). I've defined SCL and SDA as:
#define ARDUINO_SCL_PIN 5
#define ARDUINO_SDA_PIN 8
When debugging into the...