EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hi,
I am using the sample BLE_gls code provided by Nordic.
I have made the following changes in the code:
#define SEC_PARAM_MITM 0
#define SEC_PARAM_IO_CAPABILITIES...
I am using nrf51822 qfaa IC (pca10004 board) with softdevice v8 and sdk9. Now I am trying to do the dfu example. I uploaded the softdevice with the help of nrf gostudio. But...
Hi,
Please correct me if I'm wrong.
Consider an application that will read 6 bytes of data from I2C at 200Hz (each 5mSec) and will stop after 2000 reads. This will be...
Hi,
Apologies if this is an obvious question, but I haven't been able to establish from previous questions or the data sheet whether it is necessary to use an external...
I'd like to be able to change the connection interval from my central device on the fly after a BLE connection has been established between it and the peripheral. What's the...
Hi,
In the ble_app_proximity project in SDK 0.9.2, I was trying to add manufacturer data to the beacon. Here are some of the code snippets which I changed in main.c
#define...
Hello,
I am working on S120 stack with 9.0 SDK and testing with heartrate application and iPad as a peripheral. I am getting the central device as nRF51822 after central...
Do I need to implement my own timer to wrap this function? I appears that I might receive a BLE_GAP_EVT_TIMEOUT timeout event but testing has yet to reveal one.
My test...
Is there an example that is a minimal example of advertising on S110?
It might even serve one attribute that is set to a constant like '1234'.
This would help me bring...
HI
I am trying to use mkit as programmer by P20
FOR third part BLE brd
VDD---mkit.vdd
GND--mkit.gnd
SWD--P20.4
SWC--P20.5
bisides, for
P20.3(SH_VTG) connected...
We're going to be programming and debugging our prototype nRF51822 board using this adapter from Segger. It's the same connector as comes with the J-Link LITE in the dev kit...
Dear Nordic Team,
I am using Nordic DK board,
Now i want integrate UART to hid-mouse application. So that whatever data i can receive , will send to HID device without...
Hello everybody,
I'm trying to use pstorage module but it seems that the example_cb_handler function is never called when I try to store data.
I noticed similar issues...
There have been a number of other older topics with this same error message symptom, but I've tried all the solutions proposed and none have worked to solve this specific...
Hi.
I am using SD s110, ble_app_uart example from SDK10.0.0 on dk pca10028 as a peripheral. The central is a laptop running linux.
I am trying to establish a connection...