Exploring Embedded AI: Machine Vision and Audio-Video Processing

Exploring Embedded AI: Machine Vision and Audio-Video Processing

I am Lao Wen, an embedded engineer who loves learning. Follow me to become even better together! Since the advent of ChatGPT, the heat of artificial intelligence technology has been pushed to another level, and more and more enterprises are beginning to focus on whether their business can integrate with industry large models, thereby further … Read more

Building an Embedded AI Development Environment: A Guide for Beginners

Building an Embedded AI Development Environment: A Guide for Beginners

I am Lao Wen, an embedded engineer who loves learning. Follow me to become even better together! Last week, after receiving the Embedded AI development board (ATK-DLRV1126) sent by ZDAtom, I wrote an unboxing article about this development board. Click the link below. [Share] Fun Embedded AI, Machine Vision, and Audio-Video Processing Whether learning about … Read more

Market Analysis of Embedded AI

Market Analysis of Embedded AI

Embedded AI is a product of the combination of artificial intelligence technology and embedded systems, and it is showing strong development momentum and broad market prospects globally. With the rapid development of technologies such as Internet of Things, cloud computing, big data, and deep learning, the application fields of embedded AI are constantly expanding, showcasing … Read more

Detailed Process of Porting Modbus on STM32 Bare Metal

Detailed Process of Porting Modbus on STM32 Bare Metal

Follow+Star public number, don’t miss wonderful content Source | Wenxin Yiyan Modbus has many application scenarios and is an essential skill for embedded practitioners. We don’t need to understand it in depth, but it’s necessary to grasp the basic principles. Today, I would like to share the detailed process of porting Modbus on STM32 bare … Read more

Awesome Open Source Embedded Project on Github – ZSWatch Smartwatch

Awesome Open Source Embedded Project on Github - ZSWatch Smartwatch

ZSWatch is an open-source smartwatch that includes both hardware and software. It is named ZSWatch-Zephyr Smartwatch because it is built on top of Zephyr RTOS. Currently, this project is open-source on Github, and it is a fantastic open-source project~ Zephyr was originally developed by Wind River as a microkernel and became a project maintained by … Read more

Top Open Source Embedded Projects You Should Explore

Top Open Source Embedded Projects You Should Explore

From time to time, friends ask: Where can I find good embedded projects? How can I improve my programming skills? Are there any practical projects to share? Today, I will take some time to organize some open source projects that I think are quite good, hoping to help everyone. Awesome Embedded Open Source Address: https://github.com/nhivp/Awesome-Embedded … Read more

Common Architectures in Embedded Software Development

Common Architectures in Embedded Software Development

Select “GuaGua Little Master” at the top, choose “Pin/Star Public Account“ Useful content delivered promptly! Summary: For microcontroller programs, everyone is familiar, but not many truly consider the architecture. With the continuous increase in program development, architecture is very necessary. There are roughly three architectures for applications: 1. Simple front and back sequential execution program, … Read more

At-RTOS: An Efficient Real-Time Operating System for ARM Cortex M Series

At-RTOS: An Efficient Real-Time Operating System for ARM Cortex M Series

Introduction to At-RTOS At-RTOS is a user-friendly real-time operating system designed for embedded controllers specifically for the ARM Cortex M series architecture. The goal of this project is to provide many useful interfaces through RTOS, supporting and simplifying embedded firmware development. Features of At-RTOS 1. Support for ARM Cortex M Series Architecture: At-RTOS is designed … Read more

Embedded Software Architecture Design – Event-Driven State Machine

Embedded Software Architecture Design - Event-Driven State Machine

Click the blue text above to learn more practical skills in embedded programming. If you find this article helpful, feel free to like and follow. Introduction Previously, we introduced finite state machines (FSM) and hierarchical state machines (HSM). This article mainly introduces the Event-Driven State Machine (ESM). A widely used design method in embedded systems … Read more

Essential Unit Testing Frameworks for Embedded Software Development

Essential Unit Testing Frameworks for Embedded Software Development

Follow+Star Public Account Number, don’t miss wonderful content Source | Big Orange Crazy Embedded As a qualified embedded software engineer, it is essential to write not only business code but also unit test code. At this time, having a set of unit testing frameworks becomes particularly important. In software development, each change in requirements basically … Read more