I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
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 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...
As title, where can I find the syntax for this editor?
If it does not exist,
Q1. How can I put sample source code block?
Q2. How can I put new line only? (without...