Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hello, I am following the instruction on dev academy - nrf connect sdk intermediate lesson 2 excercise 1, but I can't select data tab on memory explorer.
I can select only...
Hello! I'm looking for a way to include fast charging capabilities in my product, while still allowing USB2 data to pass between any host PC and the nRF52840. As I understand...
Hi all,
I applied QSPI driver on NCS 2.4.0 with QSPI LCD panel and I encountered the problem.
The red area is the data I sent, but the blue area is not what I sent....
I would like to use native CMake rather than West to take advantage of CMake Presets.
I have been able to make this work on the command line using the following command...
Does Zephyr support automatic reconnection of the Wi-Fi if a connection is lost? I can't find any documentation on this, or code examples. It seems like every example connects...
Hi, I have custom board with nrf54l15. Im using sdk 2.9.1 and nRF54L15-DK as debugger/flasher. Im able to flash firmware correctly using SWD, or do nrfjprog --recover, but...
According the nPM2100 page "nPM2100 comes with exceptional software support for Nordic’s nRF52, nRF53, and nRF54 Series" but doesn't mention "nRF91 Series".
Currently I...
Hello, I searched the forum for similar issues and found a few, such as
I am currently implementing a PSRAM is66wvs4m8 on the Thingy 91 via SPI, using SPIM3.
The problem...
Hello, please help. I want to use nrf54L15 to connect to Bluetooth devices (Bluetooth headsets or other Bluetooth devices) and test the throughput between them. Is there any...
I need both zephyr power device management and the low power features of LPUART in my project.
However, enabling PM_DEVICE raises idle current consumption by quite a bit...
hello to all.
i been strugling the last couple of days to make a simple PPP connection from a debian12 laptop to the internet passing trough the nrf9151. I followed the...
Hi Nordic Team,
I am using NCS v3.0.0 and working on a Matter-based application.
I have enabled the ActiveHardwareFaults attribute (0x0005) in the General Diagnostics...
Hi,
I want to produce a pulse with 4 seconds length from p0.25, but i am failed.
#include <zephyr/sys/printk.h>
#include <nrfx_pwm.h>
#include <hal/nrf_gpio.h...
Hi,
I am getting framing error notifications from the nrfx uarte driver on a zephyr platform when receiving data from a certain external device, but only when there are...
Hi Nordic Team,
We are using the MIMXRT1050-EVK as the host and the nRF7002EK as the Wi-Fi module with an SPI connection. However, we are encountering frequent errors that...