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...
I would like to use the flashwrite function to store some data in the flash. There is an example in SDK 11.0/peripheral.
But I have a few questions about the example: ...
Hi
I need to develop PC software to Discover, Connect, Get and Set data to the nrf device that we developed.
I am using the MCP and nrf connect but my client want to...
Hi,
I'm actually working on BLE product, with NRF52832, where security is really important. As I know BLE 4.0, 4.1 versions are not really secure with the key pairing ...
I see that Nordic was a Bluetooth SIG contributor to the Continuous Glucose Monitoring Service (CGMS) and that it was adopted on Nov 18, 2014. We have an immediate need for...
I have to store some data in the flash. Because I need to keep data when I power off and power on the device. Now I found on the SDK 11.0/peripheral a falshwrite example....
Consider a situation where a BLE peripheral (nRF51822, S110) and an Android device are being used. Assume the buffers of the BLE stacks are empty.
Is it possible that the...
I have a BLE device that listens for a connection - upon opening a connection with a smartphone and switching advertising status to non-connectible - it receives some data...
I use nRF51 DK and soft device s130.
I nedd to add a file ("app_uart_fifo.c") in the example of multilink central, after i add the file i build the proyect but the files...
To confirm this link text .
I want to know how to run raspbian-kernel v3.17.4 .
Is there rasbian image including kernel v3.17.4 in rasbian images site ?
Hello,
There have been some questions on the forum regarding the DFU and it's zero value for the application CRC. However, none of them seem to address this question so...
Regarding the radio peripheral, I stumbled upon these 2 properties and have no idea what they are for.
What's access address? And what is a channel? Shouldn't there be...
I am runing ble_connectivity example with simple_uart instead of app_uart was not working unable to scan not getting advertisement reports.
Its been working with PCA10001...
Hi,
I have a pretty simple problem but I can't get it right. This is what I want to do:
T=000, PIN_x = 0
T=004, PIN_x = 1
T=100, call a routine
T=543, Start over...
Hi,
In the BLE_UART example code posted here , I noticed a discrepancy with the SD 3.0 migration document, SDK12, and the example code.
In stock SDK 12.1.0, ble_stack_handler_types...
Hello everyone, i need some help and suggestions in understanding what is exactly happening. I have read a lot about bugs and workarounds in pstorage and now i actually don...