I read some previous posts that there was limited support for sysbuild for the VSCode extension. There are two things that I noticed: 1. When creating a build configuration...
Hi,
Background:
We're developing wireless application with the NRF5340-NRF7002 chipset, similar to what's on the 7002DK board.
We'd like to put the system to lowest...
Dear Nordic,
We made an attempt to use the external flash in the LwM2M sample.
We tried to follow this: docs.nordicsemi.com/.../nrf9160_external_flash.html
As soon as...
I need to detect the VCC voltage on the nrf52833 on power-up and wait till it slowly ramps up to 3V. Is there a way to do this using the Power-Fail Comparator. I found another...
Does the NRF8240 using the HCI UART sample support setting a public address?
https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/bluetooth/hci_uart/README...
Hi
I have set up VS Code (1.93.1) on my Mac (mac OS 14.6.1) with nRF packages and zephyr installed. My nRF5340 DK is also found (however, instead of a nice identificaiton...
Hello,
We are in the feasibility phase of updating a product to include a nRF9151 modem connected to a nRF52840 via a single UART. The modem will operate in SLM (Serial...
Hi,
I am refering chapter 3 of "nRF connect SDK Fundamental" . ( Configuration files - Nordic Developer Academy )
I am refering few samples like "blinky_pwm", "peripheral_lbs...
We developed a Matter product that uses external flash memory both for firmware updates as for storing application specific data. In the ncs-2.8.0 sdk release the flash is...
Hello Nordic Team, I'm developing an project using VS Code with nRF Connect Extension for an nRF52832 board. The SDK version I use is 2.7.0 , build system is sysbuild . I...
Hello,
after a longer time, I wanted to use nRF Connect for Desktop again, to figure out what exactly my device under development is advertising. I upgraded to the latest...
Hi,
on a Mac, I am trying to install credentials to a nRF9160 using device_credentials_installer.py.
The nRF9160 is running the AT Host application. I can connect to it...
Hi team,
Our customer Copeland asked for the latest nRF Toolbox APK file, we cannot use Google Play in China, and I can't find the latest APK online. Can you provide one...
I create a new program, copy from samples, and select GNSS, but I receive one error and one warning:
My setup:
*- Updated Windows 11 Pro *- SDK 2.6.1 *- Board is Sparkfun...
Hi ,
We are starting a new project development based on stm32 mcu's, would like to choose nrf7002 for the wifi part, we would like to know is there a possibility to interface...
I want to change static_passkey from "000000" to "0000".
But It doesn't work when I update changed code to board.
I changed like below pictures.(000000 -> 0000)
...
Hello,
For one our application, we are looking for BLE 5.X & Wi-Fi 6 combo Companion ICs (MAC & PHY only) without MCU. Kindly guide me to navigate to intended IC & data...
Hello,
I am working on a custom Agora board that includes a BT40 module with an nRF5340 MCU. I am trying to enable the MCUboot bootloader by setting CONFIG_BOOTLOADER_MCUBOOT...
Am making a project based on NUS central demo and I can connect to our remote unit with the 52840DK, I can send data over a UART into it and I can get data out which is received...
Hello Nordic team,
I followed the official guide to add a custom sensor cluster to my Matter application. Everything built and flashed successfully, and the application...
Using an nRF54L15 here (if that matters) and adding mcuboot via sys build to my project. Couple questions:
- How would one adjust the logger baud rate to something other...
Hello, I am encountering a flash overflow issue in MCUboot when enabling external flash over SPI. After configuring SPI memory in the .conf file and adding external flash...