I have a sample app (hellow world from the zephyr samples).
It compiled well on my system in vscode using 2.7.0 and sysbuild.
I then installed 2.8.0 and suddenly the build...
Hi Community,
I made a custom board based on thingy53, created a similar custom board file folder.
The application code can be compiled correctly with the original thingy53...
Hello
I am trying to initialize qspi in a ".cpp" file and methods like
PINCTRL_DT_DEFINE ( QSPI_NODE ); are giving me "out-of-order initializers are nonstandard in C...
Hello,
In a project using the NRF52832. Softdevice SDK 19.1.0 and Segger IDE, I inizialize the BLE for having NUS and DFU services actives. I try to reproduce the code here...
Hi,
I've recently brought up the Matter Test Harness on a Raspberry Pi following the instructions in the CERT tool repository ( https://github.com/project-chip/certification...
This is an updated field test of the one we did in 2019 at the same location. During this updated field test, we also captured more parameters for both LTE-M and NB-IoT devices and, we captured power measurements…
Preface
The bulk of the development work described in this blog post occurred during the 2021 calendar year. This means it reflects the state of iOS, Mac, Swift, and SwiftUI Development before and after…
The embedded world trade fair presents itself as the leading trade fair for embedded systems. It allows the embedded community to get information about new products and innovations. But also allows us…
Before we begin
Scope
Topics that will be covered include:
Before we begin
Necessary equipment and software
Necessary prior knowledge
Some basic theory
The Generic Attribute Profile (GATT)
Services…
Setting up the Timeslot API
When you want to use the radio while still maintaining a BLE connection or have a task that you need to do uninterrupted by radio activity, you can set up a timeslot. The timeslot…
Radio Notification
In this tutorial we will set up a beacon example and modify it to use radio notification. Then we will use radio notification to light a LED when the radio is transmitting.
While this…
Board Support Package
In this tutorial we will use the Board Support Package to control hardware peripherals on the nRF51 or nRF52 DK.
Required tools
Keil 5.20
nRF SDK 11nRFgo Studio 1.21.…
nRF51 Low power modes and power profiles documentation
The low power modes for the nRF51 series are System On and System Off. You can read about them in the nRF51 Series Reference Manual v3.0 sections…
###Note: This tutorial is for the legacy DFU module included in SDK version 11 and earlier. To get started with the new DFU included in SDK 12 and above, please see the SDK documentation in the Infocenter…