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...
In my setup, i have a Node with SD130 as peripheral to Smartphone and as a central to a BLE peripheral.
I need to store some Unique ID about the Smart phone and a Peripheral...
I find out that
The s110 can only connect to a single
central, but is able to do
non-connectable advertising while in
that connection
by here
So is this...
Hello,
I have a problem with the sd_flash_write function. It HardFaults on me and I can't seem to find out why. The Addresses are 4 byte aligned...
The function is called...
Hello,
I have written a timer driver with timer 0 without SD and used 24 bit mode and it is working.
But when I used the same driver with softdevice and Timer 2 and...
I have a problem enabling TIMER1:
If the prescaler is set between 16MHz and 2 MHz the firmware fails to enable the SoftDevice, even if I didn't manage TIMER0, but TIMER1...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130.
Does anyone tried...
Hi,
I'm now going to combine the proximity program with the ancs program, but I don't know how to make it.
When I try to add the proximity program to the ancs (I add tps...
Hi all,
I want to upgrade current SD from 7.0 to 8.0 by DFU, and try it as followed:
1.Use the nRF Toolbox 1.12 in Android;
2.Select 'Soft Device' as the file type...
I have nrf51822 with latest sd130.
I need to implement central what connects to smartphone. Phone has two characteristics with HVX. First char is sending one byte after...
I want to Communicate with two Nrf51822 device
The slave (S110 SDK6.1) will do a echo function .
For example Get uart data and will send out same data but over BLE.
And...
iOS's auto connect introduces a number of unpleasant corner cases that can be difficult to deal with.
One annoying error path is if you delete the bond data on the peripheral...
Hello ,
I am initialising application timer with prescale of 327 for 10 ms interrupt delay. I created a timer slot using app_timer_create(&ulTestTimer, APP_TIMER_MODE_REPEATED...
Hello,
We are unable to get the softdevice to work on nrf52 DK(PCA10040) . It ends up at app_error_handler each time. We have followed previous recommendations about LFCLK...