I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
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...
Hi
my idea is to open and close pipes identified by BLE address of device.
Currently I enable ESB on BLE disconnect using timeslot API.
How can I do this "on the fly...
I'm testing with Soft Device 8.0.0, ble dfu operation with single bank, nRF toolbox on Android version 1.13.1 (installed on 5/11/2015). I generated a zip distribution file...
Hi,
is there any way to connect at the same time multiple devices with Android/iOS nRF UART app to an nRF52832 with ble_app_uart example?
I was thinking about adding advertising...
HI all,
I am setting these parameter as follow in my ble_app_template sample.
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS) /**< Minimum acceptable connection...
Hello everyone
I'm the proud owner of a nRF52 Prev. DK and trying to get my project to work. I would like to sample 3 to 5 analog signals using the ADC on the DevKit, followed...
A beginner's question.
I am using UART over BLE to send data out.
As codes below, ble_nus_string_send() works and continuously sending data out, with the Wireshark's...
I have some problem when I implemented 52832 dfu.
I implement it with sdk 11.0 and a third party core-board.Firstly,I program s132_nrf52_2.0.1 SoftDevice by nRFgo Studio...
Hello i have a system that which i get data from a ultrasonic sensor and send it to Arduino UNO and nrfConnect application via the RBL Shield ( nrf8001 ) so i want to do it...
I am trying the ANT-OTA DFU Update using an ANT Stick and the nr51422 pca 10028 board. I want to use another nrf51422 board to update the previous board. Is this possible...
Hi All,
I have a problem where I cannot seem to wake up my NRF52832 with a GPIO. I am first attempting this on my NRF52DK with an interrupt form an accelerometer.
I...
Hi,
I'm trying to build a piece of firmware for the nRF51 DK, using the mbed OS 5 platform, but I keep getting a linker error from 'ld', using the ARM GCC 4.9 tools from...
Hello,
I want to build a list of available BLE devices and show the device names to the user via a display (pretty normal BLE search).
The search shall be done for devices...