Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
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,
I have an application, where I need to send beacons and listen to beacons. Is it possible to do both in the same code base, without tearing down the softdevice and re...
Hi,
I would like first nRF51822(device 1) to use Gazelle library to talk with another nRF51822(device 2) and the same first nRF51822 to use Bluetooth to connect to another...
Hello,
i'm currently looking into ble-bcast-mesh with the goal to transfer a large amount of data (up to 1kB) from one node to another. ble-bast-mesh is working (as far...
Using GCC 4.8.4, it seems to me, that the nrf52_common.ld shiped with the sdk version 12.2 contains a bug:
If an image is defined where the .text data fits into the flash...
I am attempting to connect and send data between an nRF51422 (DK) running the UART Peripheral Example Code and an nRF52832 (DK) running the UART Central example. I am able...
We are a medical company utilizing the NRF51822 board with SDK 11 for our application. As part of filing for approval for our product from the FDA we are required to prove...
There is a corner case in pstorage_raw.c that can cause a deadlock between pstorage module and the pstorage system event handler. This in turn will cause all the future pstorage...
Hi,
I just implemented LESC Numeric Match on the NUS service for my peripheral device (based on ble_app_multirole_lesc example). I am able to connect to my device using...
I am using the esb_tx example on an nRF51 DK board modified to send BLE advertising packets at 1 KHz.
I am receiving the packets on a BlueTooth sniffer. The contents of...
Hi,
i'm designing a board based on NRF51822-QFAC chip and i'm using this antenna chip 2450AT43A100E and this balun 2450BM14E0003T .
I put the balun as close as possible...
I have __asm("BKPT #0\n") in my code. When running without a debugger, it seems to generate a hard fault exception (which I can tell because I have a hard fault handler that...
This week I worked myself to a series of what seemed to be problems boiling down to one issue:
The Notification Write Response is lost when bonding has to happen first. ...
I'm trying to save power on my HID keyboard application by disconnecting the Bluetooth link after some time of inactivity. As soon as there are keystrokes to send, the device...
The question has been answered before, but the answer references a document called nAN-29 at this link: www.nordicsemi.com/.../73843444 . Which doesn't seem to be working...
Hello,
We use the PCA00031 dongle running the MEFW 0.9.0 in our production environment to validate a sensors accuracy. The PCA is controlled by a C# test program using...