Hello Nordic,
I’m using ncs\v3.1.0\nrf\samples\peripheral\radio_test` to test the nRF54L15 with PHY set to `NRF_RADIO_MODE_BLE_LR125KBIT`. However, the RF spectrum measurement...
Hi there,
This is a follow up post from my earlier one here about using nRF5340 dk as an I2S master for the purpose of recording sound using a MEMS sensor ICS43434. Here...
Hello DevZone!
All samples with Application Event Manager (CAF, nRF Desktop) has simple main function like that:
Main thread has terminated after executing and main...
Hi all,
I'm working on a Nordic-based system involving multiple nRF52-series chips exchanging high-rate sensor data over both radio and SPI links. The setup involves two...
Hello, I am an absolute beginner with nRF9160. I have just received one development kit.
I am trying the Quick Start application for cellular modem with AT commands.
Unfortunately...
Dear Nordic
At ncs3.2.0 zephyr sample, we found uvc sample as below.
https://docs.nordicsemi.com/bundle/ncs-3.2.0/page/zephyr/samples/subsys/usb/uvc/README.html#uvc
...
I am currently trying to get hello nRF Cloud example running. However, my Thingy:91X doesn't connect with the nRF Cloud. According to the logs of the cellular monitor application...
If the BLE_GAP_ADV_FLAG_LE_GENERAL_DISC_MODE is not set successfully in the broadcast settings, it will result in an error of NRF_ERROR_INVALID_FLAGS when calling sd_ble_gap_adv_data_set...
I see from the SAADC page of the datasheet that there is an internal 0.9V reference on the nRF54L15, but I don't how this reference is generated. Is it an active regulated...
Environment
My hardware is the nRF9151DK dev kit and a custom board with nRF9151 (Monkeytronics Airsmart Cellular Beta 3).
Using nRF tools and SDK v3.1.1.
Using Onomondo...
I used nrf54L15 chip P2 port's SPI.used spi_transceive_dt tx 10 bytes. but chip divide two process (8Bytes+2Bytes).this result is not my object. code as below:
int spi00_dma_transceive...
Hi, The RebootCount attribute of the GeneralDiagnosticsCluster is returning a FAILURE response.
This issue is causing failures in Matter test cases TC-ACE-2.1. CONFIG_CHIP_LAST_FABRIC_REMOVED_ERASE_ONLY...
Hello,
I'm trying to put the nRF54L15DK into System Off mode, using sdk & toolchain version v2.8.0.
The provided example (\samples\nfc\system_off) works on my evaluation...
Hello, modem_shell sample build throws error “undefined boot_write_img_confirmed” with nRF Connect SDK 3.2.1. This issue didn't exist in nRF Connect SDK 3.1.0. I did a quick...
Hi I have updated th nRF Connect for VS Code Extension Pack to the newest version. But when I want to enter Debug in VSCODE, the error comes out. Before upgrade, the debug...
Hello,
I am currently working with an nRF5340 configured to operate in High Voltage mode , where the main input supply is 5 V .
Issue description
When the nRF5340 is...
I just wanted to notify that I need to set CONFIG_SOC_NRF_FORCE_CONSTLAT=y in order for a NRF54L15 to be able to respond as a SPI slave (SPIS) using nrfx SPIS code.
Otherwise...