Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
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...
As noted here , a lower interval will give quicker connection - but at the expense of power consumption.
With a 4s interval, it seems that it is likely to take several...
Let's say I add two PPIs which both trigger off of the same event. One of these PPIs is connected to the CHG[0].EN task, and the other is connected to the CHG[0].DIS task...