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...
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...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
NCS 3.4.0, sysbuild, with mcuboot enabled.
I want to use a simple custom "my.overlay" for both the app and mcuboot.
For the app it works with
-DEXTRA_DTC_OVERLAY_FILE...
Hi,
I would like to know how to ensure that AP-protect is disabled for application based on 17.1.0 nRF5 SDK.
I've understood that the procedure is:
1. recover the device...
NCS 3.02 54L10
I am using uart0 in async mode for printk and user input (my own callback not zephyr CLI). I need to be able to put the uart into suspend after an inactivity...
Hi
I am quite well familiar with DECT-NR+ and the Nordic Boards, as well as nrf91xx, we use a nrf9151.
Also some kind of involved at this opener initiative, but I cannot...
Hi
A colleague and I are independently following the Nordic Academy Cellular IoT Fundamentals course and using the Thingy:91x as a test bed.
When attempting to build Lesson...
Hi,
I'm working on enabling dual-bank updates in our projects (we're using nRF5 SDK v15.3.0), and during this process I've stumbled onto some behavior that confused me a...
I first noticed this when incorrect flags reported by mcumgr when performing network core update
When performing a network core update with CONFIG_SECURE_BOOT_APPCORE enabled...
I am using an NPM 1300 with nRF Connect SDK 3.2.4. I am using a 2.8 mAH LiPol battery. I have the termination voltage set at 4.2 volts and the charging current set at 100...
Hello Nordic community,
using nrf5-sdk for nrf52840 SoC, I followed the uart example as below.
The uart tx and rx works fine BUT NOT THE HWFC
eg. When the CTS is set...
Hi Nordic Team,
Below are the configurations that I have done for the nRF21540 FEM.
.config file
#
# Multiprotocol service layer (MPSL)
#
# CONFIG_MPSL_FEM_ONLY is not...
Hello,
Can you please provide a PCB footprint and a 3D step file for the IC for the part NRF54LM20B-QGAA-R7? This is the QFN52 package.
Can you also provide reference...
My device uses the nRF52840. I migrated my Zigbee application from nRF Connect SDK v2.5.1 to the Zigbee R23 add-on v1.4.0.
After migrating to the R23 add-on, I noticed that...
Hi Nordic team,
I am investigating an abnormal ripple issue on the nPM1300.
Power configuration
The power path of the LDO is:
VBAT / VBUS → VSYS → VINLDO → LDO output...
I've built the peripheral_uart project & it works on both the nRF52DK/nRF52832 & nRF52840DK/nRF 52840
But if I enable bootlooder by adding " SB_CONFIG_BOOTLOADER_MCUBOOT...