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...
I recently found my NRF connect for vscode is missing multiple windows. the welcome window and connected device window is missing here. I have looked through the settings...
For nRF9160 we can use eSIM instead of SIM card by moving SW7 to eSIM and soldering the eSIM to U20 footprint, what's the recommended IC to use that has SON-8 package ?
Hello,
I’ve been developing a hybrid BLE GATT and BLE Mesh firmware targeting the nRF52833 and nRF52840. The base functionality is working correctly using the example project...
I am trying to assess the nRF5340 on its DK dev kit (PCA10095) and considered flashing a LED the simplest first step to check the development tools and the debugger. Despite...
I use the security mechanism dtls based on udp communication. Can I implement it on nrf52833? How much flash and ram should be occupied at least? Is there a suggested value...
I’m working on the nRF54L15-DK using nRF Connect SDK v3.0.2 .In my project, I’m trying to enable and use the GRTC peripheral . Here's what I’ve done so far:
.overlay file...
We want to use PSA crypto to generate a persistent key that can't be read out and use this for encryption/decryption.
We have of course tried the persistent_key_usage sample...
Our GitHub Actions CI jobs have been downloading https://developer.nordicsemi.com/.pc-tools/nrfutil/x64-linux/nrfutil for years, using wget . Very recently, this started failing...
Hi Team,
We are developing on a custom board with an nRF54L15 (Raytac Module with NRF54L15_xxAA_ENGB) and are unable to provision a pre-generated secp256r1 private key into...
Following this link to build and flash BLE advertisement https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/thingy91x/thingy91x_building_programming...
Hi all,
I'm trying to characterize the UDP throughput of a Thread network consisting of nRF5340 DK devices. I saw that Espressif made a test report and they seemed to use...
I´m trying to change the installation path of the Nordic Power Profiler as I´m running out of space.
I have about 9GB left, but when trying to open a captured file, Power...
Hello Team,
We are currently working on the nRF54L15 platform and have successfully interfaced an EEPROM over I²C , with verified read and write operations.
We would now...