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 am following the tutorial on Nordic Dev Academy I have a nrf7002dk board and I flashed the code present here . The problem is even if I configure only one channel and I...
Hi Nordic,
I am currently working with the nRF52833 development board and facing an issue related to the APPROTECT feature. Each time I connect the board, the access protection...
HI ALL,
v2.8.0, nrf54l15, using the "periphral_uart" demo without any modifications
I downloaded nrf52840 using v2.8.0 and it runs normally, but nrf54l15 has issues. ...
Hi there, I am trying to implement a UART handler on my nRF9151 that can Tx GNSS updates to my nRF52833. I am adapting this into the cellular/gnss sample, which is working...
Hi
Are there any examples of a custom board for nRF54L15?
I have a project built/running on the nRF54L15 DK.
I now want to create a custom board for the nRF54L15.
...
Hello, I am using the nRF52832DK with the peripheral_nfc_pairing example. With nRF Connect Mobile the NFC OOB pairing works fine, but when I try the same with my own Kotlin...
Hi
I've recently tried to move from SDK version 2.6.3 to 2.9.1. However i've run into issues with this transistion.
I made a new custom board, by following the guide...
Board: nRF5340-DK SDK: nrf ncs v3.0.2 Hi, On the project I am working on there is a tight timing constraint for DMA timeout (30-40us). Also there was a need for specific baudrate...
The current default and only recommended way to use MCUboot is to make the private key available as part of the build process.
There have been several questions about this...
Hi
we are using nrfx drivers for nRF5340 with gcc-arm-none-eabi and they work great. Now we are planning to move to another compiler and I have a couple of questions:
...
Hi, This is my basic information:
CHIP: NRF52840DK
SDK: NCS2.9.0
Project: Matter Bulb
This is my question:
I want to commission bulb into 2 fabrics, but when I...
VS Code is not loading for me today:
I followed this thread but it seems like permissions are fine...I think. Here are the errors in the log:
Activating extension...
Hi all,
I have an issue with achieving bigger sizes of ext adv data as 31 bytes.
My current BLE code is pretty much the same as the nrf_dm sample code:
https://github...
I have a custom board, with nrf5340, nrf7002 on it.
I would like to get the uA levels of power consumption I see other nrf5340 projects talk about (eg here ) when my application...