The at command documentation says that ENVEVAL is only available in system mode 2 (CFUN=2). Is there a reason why the command can't be run in any other mode? For example if...
In the LTE_MODE_PREFERENCE Kconfig description the CONFIG_LTE_MODE_PREFERENCE_LTE_M_PLMN_PRIO option states that: " LTE-M, PLMN prioritized
LTE-M is preferred, but PLMN...
Hi Team,
We require the detailed procedure for locking and unlocking JTAG access on the nRF54L15 device . Specifically, we are looking for:
Steps to enable JTAG...
The DECT Nr+ shell (the MAC version, not the -phy; tested with v3.3.0-ba167d9f3db4) offers IPv6 connectivity.
The DECT standard has a profile for IPv6 described in ETSI...
Hi
The TWI driver has a twi_clear_bus() function but the TWIM does not.
I'm getting an I2C error, and need to do I2C soft reset. I'm doing this manually at moment but...
I recently completed a field-upgrade path from an nRF5 SDK 17.1 application (with the legacy Secure DFU bootloader) to a fresh NCS-based firmware stack, while preserving user...
Hi, I am trying to understand the Friend and LPN behaviour. For that I am refering to nRF sample application light" and "light_switch". Below is the setup details: 1. On one...
Hi,
We are having issues with this part bridging on our via-in-pads. We are using 2oz finished outer layer copper.
Do you have any footprint recommendations for 2oz copper...
Hi,
I would like to know the value of the Noise Figure for the nRF52840. How much dB is it? I am looking at the documentation of the nRF 52840 but could not find the value...
Hi Nordic team,
I'm currently working on a device onboarding flow using the nRF Connect SDK Toolchain v2.6.0 on an nRF52840 board . The onboarding process involves:
...
I am building the sample project C:\ncs\v2.5.0\nrf\samples\bluetooth\peripheral_uart, which supports MCUboot’s serial recovery of the networking core image on nRF5340DK. ...
My Power Profile Kit (PPK2) having issue after a firmware update. Now it's not even turn on the light when connected and with power switch on. I think I accidentally update...
My company does firmware consulting work. We have been asked to create a Green Power Device (Wall Light Switch) on the Nordic nRF52833 chip.
From our research It does...
I have make a PCB with a BLE5340PA module from Ezurio using the nordic 5340 soc, i want to programm the soc but it seem that there is no boot on the module.
Fortunately...
I have a preset stored in CMakePresets.json:
When I go to create a new build configuration with the preset, the extension creates an Extra CMake Arguments row with:
...
Hi,
I’m working on a Matter application using the nRF Connect SDK v2.9.2 . I’ve added the AirQuality cluster into my device with sub-sensors: CO₂, PM1, PM10, TVOC, and Temperature...
Hi all,
I'm working on an application using the nRF54L15 with NCS v2.9.0 and Zephyr RTOS. The device performs BLE scanning using the following parameters:
When deployed...
Hello Team,
We are working on nrf54l15 platform and using nrf connect SDK 3.0.2 We have added the support of DFU over BLE using following steps:
1. Added " CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU...
Can anyone clarify what information is stored in the nrf9160 chip barcode? For our manufacturing tests, we'd like to use a barcode-readable identifier on each board, and the...
Is there any documentation on what peak data rates are available on the nRF9151?
While the Cat-M, Cat-NB1 and Cat-NB2 standard max data rates are easily available, I have...
Hello, we are currently migrating from nRF Connect v2.9.1 to v3.0.2. When doing so, we found that the tinycrypt API was deprecated and decided to move things to mbedtls. We...