Nordic Acquires Edge AI Startup: A Collaborative Attempt in Embedded AI

Nordic Acquires Edge AI Startup: A Collaborative Attempt in Embedded AI

Produced by Zhineng Zhixin Nordic Semiconductor has announced the acquisition of the core technology and intellectual property of edge AI startup Neuton.AI. This move aims to integrate its product line in low-power wireless communication with Neuton.AI’s lightweight neural network framework, providing local intelligent computing capabilities for resource-constrained devices. From an industry perspective, this acquisition reflects … Read more

Design Patterns: Exploring Embedded C Language Implementation – 3. Decorator Pattern

Design Patterns: Exploring Embedded C Language Implementation - 3. Decorator Pattern

Series, click the above [Microcontroller and Microcontrol Development Journal] to follow this account to avoid losing it.Introduction: This article will briefly describe the Decorator Pattern from “Head First Design Patterns” and implement this pattern using C language. It will also explain the C language features used in the implementation;Background of the Decorator Pattern Implementation: Starbucks … Read more

How Simple is the Happiness of an Embedded Engineer? Helping a Friend with a Click for a Cup of Milk Tea!

How Simple is the Happiness of an Embedded Engineer? Helping a Friend with a Click for a Cup of Milk Tea!

In a group, a friend encountered a compilation issue with KEIL and hoped that group members could help him generate a hex file, offering a cup of milk tea as compensation. Just a few clicks to compile the code and generate the hex file, I thought this was easy! With the temptation of milk tea, … Read more

barebox: The New Favorite for Embedded Booting!

barebox: The New Favorite for Embedded Booting!

First Encounter with bareboxHey, I’ve been experimenting with embedded booting recently, and I was captivated by a project called barebox. It is not just a simple follower of U-Boot; it inherits the spirit of U-Boot while also drawing on the design philosophy of the Linux kernel. Written in C and managed with kbuild/Kconfig for configuration, … Read more

JimoKe EVO-X2 Mini PC Review: Ryzen AI Max+ 395 High-End Compact Desktop AI Supercomputer

JimoKe EVO-X2 Mini PC Review: Ryzen AI Max+ 395 High-End Compact Desktop AI Supercomputer

Thanks to the powerful processing capabilities and integrated graphics performance of the Ryzen processor, combined with the excellent energy efficiency brought by the Zen architecture, AMD’s Ryzen Mini PC products have gained strong momentum in recent years. Especially with the release of the Ryzen AI MAX series processors this year, AMD’s Ryzen Mini PC products … Read more

In-Depth Analysis of the LE Set Scan Parameters Command in the Zephyr Bluetooth Stack

In-Depth Analysis of the LE Set Scan Parameters Command in the Zephyr Bluetooth Stack

1. Protocol Interpretation The HCI_LE_Set_Scan_Parameters command is used to set the scanning parameters. 1.1 Command Parameters LE_Scan_Type indicates whether the scan is active or passive. The LE_Scan_Interval and LE_Scan_Window parameters are recommendations from the Host on how long (LE_Scan_Window) and how frequently (LE_Scan_Interval) the Controller should scan. The LE_Scan_Window parameter shall always be set to … Read more

DAPLink: A One-Stop Solution for Embedded Programming, Debugging, and Serial Logging

DAPLink: A One-Stop Solution for Embedded Programming, Debugging, and Serial Logging

Developers working on embedded systems have certainly encountered issues such as tedious programming, difficult debugging, and lengthy log collection. Today, I would like to recommend a powerful tool—DAPLink—that provides a one-stop solution for programming, debugging, and serial logging, making the process incredibly smooth! What is DAPLink? In simple terms, DAPLink is firmware that runs on … Read more

Qt Embedded Programming Techniques

Qt Embedded Programming Techniques

1. Overview of Qt Embedded Development Qt/Embedded Linux (now known as Qt for Device Creation) is a version of Qt optimized for embedded systems, featuring the following characteristics: No need for the X Window System, using its own window system QWS (Qt Window System) Customizable compilation, removing unnecessary modules Supports multiple processor architectures (ARM, MIPS, … Read more

How a Veteran Embedded Developer Learns and Uses RT-Thread Quickly

How a Veteran Embedded Developer Learns and Uses RT-Thread Quickly

Warm Reminder This article is approximately 5000 words long, and it will take about 10 minutes to read, while skimming through will take about 5 minutes. If you like this article, please share it with your friends. For more information, please follow me. [Experience Summary] How a Veteran Embedded Developer with Nearly 10 Years of … Read more