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 have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
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...
Could someone explain the pin numbering scheme in regard to the interrupt setup handler?
To be specific, what pin number should be passed to nrf_drv_gpiote_in_init for...
In the ble_app_att_mtu_throughput example for the PCA10056 I am getting a "fatal error in the include chain" pointed from the #include "amt.h" line in amts.c. Specifically...
Hi,
I'm working on a firmware that is used in a nrf51822. I discovered an unwanted behavior of my system.
When the system is in power_manage mode, it can wake up in two...
● device : nRF52832
● sdk : 13.0.0
● softdevice : 4.0.2
Hi,
I have a problem with change mtu size.
I changed mtu size in sdk_config.h, but android application can't read...