i working bare-metal, using HW registers directly.... no zephyr, no SDC....
i'm able to successfully receive packets through the RADIO RX path, but now want to add a timeout...
The nPM1304 datasheet shows:
tshipToActive Duration SHPHLD pin must be held low to exit Ship or Hibernate mode: 96 (default)
May we know if debounce is applied to the...
I am trying to use the nRF54L15 DK board to flash a Fanstel BM15M module.
Fanstel BM15M module link: Fanstel BM15M Module
I am using the nRF54L15 DK board with the external...
Hi,
working with nRF52840 with S140 v7.2.0, not sure about SDK version. VS Code + ARM GCC + LD Gold linker.
I changed stack and heap sizes via __HEAP_SIZE and __STACK_SIZE...
Hello,
I am evalating the nRF9151-SMA-DK with a Monogoto SIM card that uses Skylo NTN connectivity.
I am able to reach the internet, since DNS resolution works:
...
Hi All,
Anyone has experience in FRAM?
I have a project which need to integrate the FRAM CY15B108QN with nRF52840. I got a weird result by using nRF silicone, but can...
Hi,
I wanted to use the `nordic-semiconductor.nrf-kconfig` and the `nordic-semiconductor.nrf-devicetree` without the nRF Connect extension in `vscode`, but they don't seem...
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...