I am experiencing a crash during system initialization stage (before main function) on the nrf54l15, with Bluetooth enabled in the proj.conf, using tooling and SDK 2.8.0 with...
Hi,
When add Homekit using the Matter Template(SDK V2.8.0) routine on the NRF52840DK development board, Homekit displays a final result of failed pairing with accessories...
HW: nRF5340DK NCS: v2.8.0
After installing NCS v2.8.0 from ToolchainManager, I tried to build the project but failed.Error message "No such file or directory: LIBGCC_FILE_NAME...
I am using NRF Connect for VS Code on Ubuntu 24.02 with an adafruit nrf52840 feather express. When attempting to use the DeviceTree Extension, the wrong dts file is listed...
Introduction
The recently released nRF5 SDK for Bluetooth Mesh does not provide Keil project files for its example projects. Fortunately, it's relatively easy to set up your own project from scratch.…
Here are two simple functions to use when you want to use timestamps for time measurement.
uint32_t millis(void)
{
return(app_timer_cnt_get() / 32.768);
}
and for comperison of current with given…
There are times that we needed to flash the nRF5x series on a PC where the development software were not installed. The problem could be worst when network access is limited. With a HEX file on hand…
Purpose
The purpose of this blog is to showcase how a single USB bus can be used as the physical transport for multiple protocols when an external CPU is the controller.
Specifications as tested
Boards…
Table of Contents
Objectives
What are device tree overlays, and how do they relate to shields?
Why are Arduino nodes not recognized in the nRF9160 DK?
The workaround: Using the shield as a board ove…
Table of Contents
Hardware
Components
Wiring
Software
Prerequisites
Steps
Incorporating this into other projects
Further reading
Attached files
This blog post demonstrates how to get a LVGL sample…
Background:
There is a need to be able to put a Nordic Semiconductors S0C /transceivers into modes where the physical layer and RF characteristics may be ascertained. The radio test example is used to…
This is part 2 of the series Building a Bluetooth application on nRF Connect SDK - Contrasting to SoftDevice based Bluetooth applications
You can find the other parts here:
Part 1 - Peripheral Role.
Part…