HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
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...
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...