Hello,
I've developed a custom PCB which uses an nRF52810 SOC. I've been developing the software for the device using NRF Connect SDK 2.6.1 in Visual Studio Code, and I...
I am using the MESH distributor sample from the nRF Connect SDK (v2.8.0) on an nRF52840 development board. My aim is to use the RC oscillator (RC source) instead of the low...
Hello~
I am developing nrf52840 with zephyr ncs tool chain v2.7.0 and SDK v2.6.1.
What we need is to generate RSA key pairs and send public key to App to encrypt data...
I have managed to get, somehow, a central_uart talking to a peripheral_uart on a pair of 52840 DKs.
I've changed the UUIDs of what I'm trying to connect to, to be those...
I need to connect to other units according to heir MAC address. I'm assuming that this:
BT_SCAN_FILTER_TYPE_ADDR
Is the thing to use in this:
bt_scan_filter_add...
I got the following setup: nRF52840 - GenOnOffClient (Light Switch Sample) Publish to Group 0xC001
nRF52840 - GenOnOffClient (Light Switch Sample) Publish to Group 0xC001...
Hello!
I built the https sample app for the Sparkfun_I got run time errors.
my setup:
Updated Windows 11 Pro
SDK 2.6.1 and 2.8.0
How do I solve this?
"The Modem...
Kconfig failed: [Errno 22] Invalid argument: 'c:/users/user/zephyr/kconfig"' is an error that appeared this morning. What is supposed to be in the Kconfig file. I have been...
Hi,
We are seeing issues with Segger Systemview Post Mortem Mode. Original issues were revealed on our custom board with SDK 2.6.1. After enabling the feature firmware crashes...
I have just started using 2.7.0 with the nrf54L15 chips and come across a few problems.
When trying to run the UART sample I found that the app overlay files, which I believe...
Hi,
I'm working on a project using MCUboot, TFM, and a network core app. We use MCUboot with an external flash module for OTA firmware updates.
Recently, we tried upgrading...
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...