Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
I have a project where we have 2 nrf51 that need to be time synced with eachother.
The problem is they are placed on the body one on the back and one on the chest of a person...
on the page
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_crypto_backend_micro_ecc.html&anchor=lib_crypto_backend_micro_ecc_install
step...
Hi,
In our one of the product we are using Nordic nRF52840 MCU and we compiling this application code in windows with SEGGER Embedded STUDIO IDE Version 4.30a and Tool chain...
Hi,
I am using nrf70-wifi-ble-image-transfer-demo to transfer a static image stored in the Flash.
While I am using 5Ghz STA mode UDP Wi-Fi, I notice the image will blinky...
Hi Community I've been trying to read a tag from nRF54L15 board .
When checking the NRF connect SDK NFC examples, It seems the NFC Tag reader example is not supported for...
Hi
I am using NCS 2.8 and running one pair of peripheral and central devices using nRF52832.
At first, the default interval is 50 ms, and I can get the throughput around...
Hi, I'm trying to test Channel Sounding with concurrent measurements using one initiator and two reflectors on nRF54L15 DKs.
From replies in other DevZone threads, it seems...
I currently use NRF5SDK v17 with S112 supporting 0-2 peripherals, ideally using data extension (4.2). No encryption is used and I don't need any 5.0 features. I now wish to...
I plan on using the nPM2100 to power the nRF54L15. I'd like to confirm any recommended practices for using the reset pin of the nPM2100.
nPM2100 PG/RESET to nRF54L15...
Hi, I'm trying to use the nRF COMP peripheral in Zephyr. My application boots and runs normally until I enable the DeviceTree overlay for the COMP. As soon as the overlay...
Hello,
What will happen if I try to change the device's TX power using the vendor-specific command SDC_HCI_OPCODE_CMD_VS_ZEPHYR_WRITE_TX_POWER while LE Power Control feature...
hi,
I use nrf54l15dk with ncs-v3.1.0, the project is based sample "central_hids";
The purpose is I want to change console uart from "pin1.04/pin1.05<uart20>" to "pin2...
I’m developing a project on the nRF52840 that uses BLE + RTC + an SD card. It’s based on a previous project that only used BLE + RTC, and I’ve added the ability to store data...
I'm trying to use a Power Profiler Kit II with a Mac running Ventura 13.7.8. If I update the Power Profiler App to v4.3.0 or v4.3.1 the PPK II is not detected and this is...
Dear Team,
I am using NRF54L15 DK, where I have UART defined and mapped as following:
uart20_default: uart20_default {
group1 {
psels = <NRF_PSEL(UART_TX, 1 ,...
I'm struggling to obtain stable ADC readings on the nRF54L15, and I'd appreciate any suggestions. I have the ADC configured with gain = 1, internal reference, 10 bit resolution...
Hello,
I'm trying to get a TIMER triggered ADC read on P1.11 AIN4. Sample advanced_non_blocking_internal_timer sounds like what I want but it isn't NRF54L15 compatible...