Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
running Windows 10 Pro 22H2 and using j-link v9
i tried to read firmware from nrf51822-QFAB by using " nrfjprog --readcode dump_nRF51822.hex", but it gave me an error...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
I can't remember where I found it now, there was a file somewhere that listed all the files in a project. It had
absolute paths which filled me with dread as it means a...
Hi
I am working on a custom board and have hit an issue with the software part. When the nrf_modem_lib_init function is invoked, it always ends with a timeout (errno ...
Got a Thingy91 (not the x model) that doesn't show up as anything when connected to a PC by USB, except when in bootloader mode, by pressing SW4 (no reaction with SW3) when...
I read other similar issues on this forum but they haven't helped solve my problem. I started with the peripheral_uart example project. Development and execution on the target...
Sorry for long sentence. The nRF5340 document describes about the Reset. This chip set have the POR. so, if POR function work, I don't need to use the PIN reset. because POR...
I have configured my application according to the Throughput example. The prj.conf file inside the sysbuild\ipc_radio folder is not being considered in the build. As a result...
Hello, everyone.
I would like to use mcumgr to update the firmware of a nrf52 via another nrf52 over uart.
From the documentation I understand that smp supports uart so...
Hello,
I just got started with the nRF5340 DK. I went through the example which instructs how to load the "Blinky" applications, build it, and then flash it to the Board...
Hi! I am trying to get OSDP communication up and running on my nrf9160dk board. I am trying to run this sample: https://github.com/zephyrproject-rtos/zephyr/tree/main/samples...
Hello,
I apologize if this is a simple question. I am working with the nRF9161-DK and am using the Serial LTE Modem application. The ultimate goal is to send data via...
I'm working on a Matter 1.3-compatible door lock with RFID credential management. I’ve enabled RFID support through the ZAP tool and configured the feature map accordingly...
Hi,
I am using the NCS Thread CLI sample as the base of my project and I was wondering if it's possible to disable the cli command functionalities of this project to save...
Hello,
I would like to keep track of time in Nordic Connect SDK (v1.9.1) based application.
The application has both BLE and Openthread enabled.
Before using Openthread...
Hello,
I'm working on a project using the MT29F4G01ABAFDWB NAND flash, and I've developed drivers for this NAND flash on Zephyr. I’ve also successfully implemented FATFS...