Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
Hi all,
I want accive this situation. My peripheral connecting a central with a service for example hrs, then i stop the conect with the function sd_ble_gap_disconnect(m_conn_handle_peripheral...
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...