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...
Hello,
I program the nrf51 in C++ using GCC and Eclipse as IDE (this question is not related to the C++ toolchain).
I was wondering if it is possible to add the extern...
Hello!
I bought NFR52 DK preview board. As microcontroller it works well. But when I try BLE examples, they do not work. I installed SoftDevice S132, downloaded ble_app_uart_s132_pca10036...
Hello!
I want to add the battery services in my nRF51822 project for getting the message of battery. Is there need battery-powered?
But,I am sorry to see that the led which...
hi everybody,
I'm working in a project, I need to establish a connection between a beacon & the mobile phone, I want to prevent any other masters of connection to my beacon...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
Hi new to Bluetooth, but familiar with Radios and embedded devices
I have 2 devices that only connect to each other.
in the interest of extreme battery conservation I...
I am using a BLE UART friend module and I am trying to set the GAPIntervals parameters. I realised that when I set my max conn interval parameter above 2000ms, the device...
I am planning to use the nRF51822 and the s130 soft device to manage data coming back bluetooth sensor nodes. It is likely that there will be more than 8 peripherals, although...
The SoftwareSerial library allows GPIO pins to be used as TTL serial pins by bit banging.
The nRF5 suffers from the same problem that the Arduinos have. 1 UART.
Does...
Hello guys
I tried to start TWI bus and got a lot of questions. (NRF51 1422 AC)
I added necessary libraries, could You tell me what more i need to include in my code ...
Hi , We are using NRF52832 for our product .I have a small doubt in using GPIO . Can we use PORT and PIN events simultaneously at a time .
I need to configure some pins...
Hi,
I have three beacons in my setup:
One listening (R1) and two transmitting (T2, T3). T2 and T3 transmit packets with same length.
Say, T2 has started transmission...
Hello,
My system is one device with multiple host, these host will connected to the device on irregular basis.
The host action are listed below:
scan->connect->write data...
hi, i'm going to do some project with nrf51822 and SDK 6.0.0.
i just made up ble connection between phone and the chip.
and i want to send data some fixed time periods...