Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
I have been trying to understand Child Supervision. Part of the documentation that I have read is:
https://openthread.io/guides/build/features/child-supervision
At the...
Hello!
I'm working on a project that was primarily developed with NCS v2.9.0. The application (using an nRF5340) utilizes BLE mesh and is configured to use TinyCrypt for...
Hello,
I am using nRF52833 with nrf connect sdk for vs code (SDK and Toolchain version : 2.9.1).
Hello Nordic Team,
I am using OTA DFU with MCUboot on the nRF Connect...
I have a custom NRF9151 board with Windbond W25Q32JV flash, and some other peripherals connected. It also has GPS and LTE which I have tested and work. My UART console is...
I am trying to flash and use the debugger on a nrf52840 DK to flash a Thingy53, using the ribbon connector as outlined in this video . I tried to follow the steps in this...
nRF9160, SICA B1A, mfw 1.3.7, NCS 3.1.0
I currently try to test the situation, when the battery gets drained "too much" and the voltage drops below 3.0V (e.g. 2.9V) on VDD1...
Hi Nordic Team,
I am using MCUBoot with BLE DFU on nRF5340 and I am facing an issue where the DFU process cannot complete due to my application’s custom boot logic.
After...
My project is running on an nRF52832 with the soft device enabled. At the start of my project I have the following
When I reset the system our normal way (calling nrf_pwr_mgmt_shutdown...
Dear all,
I wanted to modify BTHome template sample for Home Assistant software in order to run enable it to advertise on PHY Coded, there I guess I need to enable extended...
Hello,
The following code performs an I2C write-restart-read operation that works correctly on a NRF52840 devkit with ncs v3.1.1, but fails with ncs v3.2.0 and v3.2.1. Note...
If I source the toolchain environment (using eval "$(nrfutil sdk-manager toolchain env --ncs-version v3.2.1 --as-script sh)" ), the curl CLI stops working:
The toolchain...
Hi everyone,
I’ve just started my adventure with the nRF52xxx family and have already hit a wall. In my previous project, I successfully programmed an nRF52840 dongle, but...
Hi, i want to use the coded PHY for advertising but cannot get it working. I configure the advertising source with these params:
and start the scanning of the sink like...
Hello,The Nordic Team
I have developed a SED product based on the Matter Over Thread protocol. I want to add a real-time time function on the device side. I have learned...