Dear Nordic Support Team,
We are developing a Matter device based on the nRF54L15 using NCS 3.1.1 . We started from the Matter light example provided in the SDK.
We encountered...
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...
Hi,
I am working on a Zigbee coordinator based on nRF52840 using the nRF5 SDK (ZBOSS stack).
My network includes up to ~50–60 devices (both mains-powered and battery-powered...
Hello Nordic team,
We are evaluating nRF54L10 for a battery-powered Bluetooth LE medical device .
We are considering the nRF Connect SDK Bare Metal option instead of Zephyr...
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...
I'm trying use an nRF51 PDK to upload firmware (or, rather, just confirm that I can upload firmware) to one of these modules:
www.wireless-tag.com/.../WT51822-S4AT.html...
Hi,
I am new in BLE and working on existing product. i am adding BLE functionality in the existing product hence having one host MCU on my board. My product will be in...
Hi There,
I am doing current measurements on the nrf52840 in sleep mode with no RAM retention and I am getting different values based on how I take the measurements. Please...
I am attempting to interface a Winbond flash device with the NRF52. The
datasheet does not specify the idle state of MOSI when reading from the device. However, I cannot...
We started with the default project that have no heap.
Added mallocs to the system and they seemed to succeed, without realizing heap was set to 0. They did not return NULL...
hello
we have custom board with Nrf52840.
i already test the uart code on nrf52840 dk..every thing is working great.
my custom board is connect to the nrf52840 dk with...
Hi
I have a PCA10040 V1.1.0 that my company has been using to flash test code onto other nRF52832 chips (I don't know the details, but it has wires attached to the debug...
Hello,
I am using the BLE_app_hrs_pca example and I was wondering whether or not the unit in which my beat rate is encoded (bpm) can be changed. I mean, I would like to...
From document seems bootloader in SDK v12/13/14 does not support HCI/UART transport yet. So have to use SDK V11 bootloader.
However the application is based on SDK V13...
Any update on possible when Nordic can update the Plugin to support SDK13?
I was informed that the Nordic Semiconductor v1.2.2 plugin does not support SDK13.
Although...
My goal is to generate the clock signal of some particular frequency. I am using nrf51822 DK and used the timer example code from
github : github.com/.../main.c .
With...