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,
On our NRF52840 Based product, we have enabled USB CDC Use.
We see increase of ~0.5 mA when enabling USB . We are ok with this , However - when we remove the USB cable...
Hello Nordic Team,
I am creating Scanning application using SES for NRF82532 (SDK 15.3.0 and softDevice 6.1.1), i am using app_timer_freertos timer.
application is calling...
Based on Android studio 3.0, gradle-4.10.1 compile the project downloaded from github.com/.../android-nrf-mesh-library . I get the following error:
The module 'app' is an...
Hi,
I have an external flash ( via QSPI ) working on NRF52840 Based product.
I'd like to redirect all NRF_LOG message to a file , is there a similar log backend available...
Dear developers,
My device uses the NRF52840 SoC and is equipped with a modem for internet access.
To perform firmware upgrade, I imagine I would have to download a DFU...
Hello, I tried to work with nRF52832 to read adxl362 registers, Here is my function to read all 3 received bytes from adxl362 (according to datasheets, the last byte must...
Hi,
I tried to install the latest sniffer v3.0.0 and Wireshark v3.2.0 on my computer. I could not see PCA10056 listed. If I start my wireshark from command line, with "open...
Hey guys,
I'm working with a Laird BL652-DVK (nrF 52832 - chip), Nordic SDK v.14.2.0 and SES (Segger Embedded Studio v.4.30). My goal is to send data from sensor over bluetooth...
When i used Port 0 assigned on Uarte rx tx pin , everything was ok.
But when i changed the rx tx pin to port 1 , for example p1.00,p1.08.p1.09, it doznt work...
i am sure...
I use nrf5_SDK_for_Mesh_v3.2.0_src , nRF5_SDK_15.3.0_59ac345 and board pca10040.
Copy the ble_app_uart_coexist folder into the examples/ble_peripheral folder at your nRF5...
Hello.
I'm doing a DFU customization now.
However, because of the problem of data transmission of the last packet of the first page when advertising,
connection and...
I am setting up a relatively complex project that runs on top of FreeRTOS and it is based on the HRS freertos sample app from SDK 16.0.0. The device will need to run in several...
Hello,
I am trying to setup a PAN coordinator by following these steps:
1. mlme_reset_req() -> successfully responds with a mlme_reset_conf_t by calling the callback...