Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
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...