Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
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...