Hi everyone,
I am currently facing an issue with the nRF54LM20A where the access port protection is not taking effect after programming SECUREAPPROTECT and APPROTECT into...
Hello,
After working with the path loss monitoring sample in NCS, I was wondering if there is a sample that accomplishes something similar to the following:
Central...
I'm curious about the approach taken in the nRF Connect SDK's location library for cell neighbor scans ( https://github.com/nrfconnect/sdk-nrf/blob/main/lib/location/scan_cellular...
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...
Hi,
I've been using NRF Cloud without issues (Pro subscription) and I am no longer able to login my NRF Cloud account. I tried changing password and use different type of...
Hello I'm working on a nRF9151 DK using nRF Connect plugin for VC.
I was able to program and run my without any problem... but then suddenly the flash process stopped to...
Hello.
I use the bare metal SDK and I would like to generate a GRTC interrupt every 250ms to wakeup my system.
Which resources does the zephyr is already using (GRTC_x_IRQn...
Hi,
I’m using an nRF52810 with nRF Connect SDK v2.5.1. I want to read the internal temperature sensor. I started from the LBS sample and added NSMS to report the temperature...
I'm working on the firmware for a custom board built around the nRF9151 SiP. The firmware is built against the nrf9151dk/nrf9151/ns board target included in zephyr, with an...
HI
I am using nRF54L15 PDK with NCS 3.0.0. In my code, I am using NVS to store data on the MX25R64 flash on the PDK. The initialization code is as follows:
struct flash_pages_info...
Hello, I am currently working on a PDM microphone project using nRF52840 and Zephyr RTOS. I've been testing the official Zephyr sample (located at dmicncs/v2.9.0/zephyr/samples...
I have three questions regarding the electrical parameters of the NRF9151 chip:
For a GPIO configured as output: What is the maximum source current per pin when driving...
Hi,Team,
I am developing the nrf54l15-dk, and the version of my NCS is v3.0.2. Because our terminal device 1 does not support using ble-FOTA, I used another terminal device...
Hi,
We have a custom nRF9160 board with chip antennas for LTE and GNSS. They are Ignion antennas with matching circuits customised to our board dimensions. We also use...
Hello, We are developing an application with nRF52810 based on nRF Connect SDK V2.4.1. The application is utilizing the BLE connection, particularly the NUS Service (emulation...
Hi,
I’m testing low-power behavior on an nRF52811 device.
When SoftDevice is not enabled , calling nrf_pwr_mgmt_run() gives me a stable ~5 µA average with no visible...
I am experimenting with ble_app_uart & ble_app_uart_c using two terminal windows, and I am sending a string of 1000 chars from the central to the device.
Although they are...
Hi Nordic
As information of nrf connect SDK, NCS3.0.0 ble_coex sample at NRF7002 DK can share single antenna for BLE and WIFI protocols.
It only needs to set "CONFIG_COEX_SEP_ANTENNAS...
I’m trying to use the Zephyr software split BLE controller ( BT_LL_SW_SPLIT ) on the nRF54L15 DK with NCS 3.0.1. I understand that this controller is not certified, but I...