I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
Hi,
I use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
Hi all,
I use nRF51822 module and my environment is Eclipse + GCC + SDK 10.0. I refer to the example in path <SDK_PATH>/examples/ble_peripheral/ble_app_template, then make...
I am using nrf sniffer for trouble shooting. But it always exit unexpectedly. Wireshark was still open but the DOS window got closed.
I am attaching the log.txt.
log...
Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...
Hello,
I'd like to ask what is the data rate when using BLE OpenMesh network and how much it depends on network architecture.
I'm considering using it in a network consisting...
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...