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...
Previously, nRF Connect SDK was working without issue. However, now when I try to create a new build configuration, it hangs at the following step:
It's unclear why this...
I am using BLE mesh in nrf52840. I have modified the sensor server sample and sensor client sample to suit my requirements. I am using toolchain and sdk v2.6.1. It is working...
hi!
I get the message "The build configuration is stale. Run a pristine build" even after rebuilding in all versions of nrf connect for vs code after 2023.7.129.
I have...
Hello,
I need to make the OTA DFU work and I followed the instructions here: https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/subsys/mgmt/mcumgr/smp_svr...
I'm developing a product with the nRF52840, using Zephyr (Toolchain & SDK version 2.7.0). Is there a way to set up two PWM outputs having the same frequency and duty cycle...
Hi
I'm trying to use the nRF Cloud Provisioning Service with the nRF Cloud multi-service sample in SDK 2.6 on a nRF9151DK.
I have got the token from the device using AT...
Hi,
We are currently planning to start a project using the nRF52832 as our controller, SEGGER Embedded Studio version 5.42a as the IDE, and nRF5 SDK version 17.0.2 as our...
Hi,
I used the NCS SDK, the sdk version number is v2.7.99-cs2, and the chip I tested is NRF54H20.
I used registers to configure GPIO. I tested GPIO P1.00, P1.01, and P1...
Hi,
I am working on implementing an I2C node in my nRF52840 based sensor. However I am getting the following kernel panic.
I removed all I2C node related code that I...
Hi,
I'm developing a new battery powered sensor device with an NRF52840 and have some thoughts about efficient power supply. The main question is: Using an external DC...
I have an application I have been developing in NCS v2.3.0. I'm trying now to updata to v2.4.0.
The application targets NRF5340.
It uses NSIB (b0/b0n) and for the application...
Hi,
I have opened Sample "Peripheral_hr_coded" and added build configuration.
Then I clicked on Action --> Build.
Please validate below log. Is it proper ?
Log is...
Is it possible to dynamically switch between USB CDC (Communications Device Class) mode and USB MSC (Mass Storage Class) mode on the nRF52840? If so, could you outline the...
When will the nRF9151 Hardware Design Guidelines document be available?
We are currently leveraging information in the nRF9161 Hardware Design Guidelines document in the...
Hi, recently I started migrating my company's firmware from nRF5 SDK to nRF Connect SDK. I have been following the devAcademy courses and so far 1. I have created my custom...
Hello, guys.
We need USB CDC ACM and UART driver with DMA to run in parallel as two different nodes in the device tree.
For that purpose, here is what we have in the prj...