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,
I am trying to set up a secure boot chain on nRF54L15dk with NCS 3.2.3 and an upgradable bootloader .
My intended boot chain is:
B0 / NSIB
S0 / S1 for the second...
Hello,
I would like to implement Device Firmware Update (DFU) over NFC.
Is this supported, and is there any recommended way to implement it? Are there any examples, reference...
I have two nRF52840DK boards that I was working with recently.
PCA10056 3.0.2 2024.33
I flashed one board with a BLE peripheral device code from the nRF connect sample...
Hello,
I'm using dmic module for sampling audio data from microphone. Recently I updated NCS to 3.2.2 and I started observing the following log: "Failed to allocate buffer...
After an update recently with the nRF Connect for VSCode Extension, it's been unable to find where my nRF Connect SDK is located when choosing a build configuration. It used...
Hi,
We are migrating from NRF52840 to NRF54L15 (QFN48).
I am using nrf54l15-qfaa-reference-layout-0_8 as reference but really struggle to understand some design choices...
Environment:
Board: nRF54L15DK ( nrf54l15dk/nrf54l15/ cpuapp )
NCS Version: v3.1.0
Zephyr OS: v3.7.99 (NCS fork) NOTE: I am building this over peripheral uart example...
Hi,
I am developing with NCS 3.0. In my application, I need to use MD5 to calculate a signature. Following Nordic AI's guidance, I enabled CONFIG_PSA_WANT_ALG_MD5=y in prj...
Hi,
I have got nRF54LM20-DK with the nRF7002-EBII add-on. I would like to know is there any recommended camera add-on for this hardware to develop vision based AI solutions...
Hi,
I'm developing a custom board based on nRF9151 (similar to Thingy:91X) and trying to connect to nRF Cloud for location services (A-GNSS, Wi-Fi location, Cellular...
Hi,
I'm working on a project using the Thingy91x for prototyping. I'm using A-GNSS from nRF Cloud and although this is working, I'm not sure of the correct order of commands...
Dear support team,
I'm using:
nrf9151
nRF Connect SDK v3.2.3
I'm currently working on a project where I need to use MQTT and CoAP simultaneously, it works for...