Top 10 Best Arduino Drone Projects

Top 10 Best Arduino Drone Projects

Drones are unmanned aerial vehicles that range from micro drones to multi-rotor quadcopters. Sometimes drones are even equipped with cameras, allowing users to view and record aerial footage. Drones consist of many components; one of the most important is the flight controller, which is essentially the brain of the drone. Arduino boards are very suitable … Read more

Embedded System Design Patterns and Best Practices

Embedded System Design Patterns and Best Practices

Follow us to become a new generation programmer! Embedded System Design Patterns and Best Practices In the complex and critical field of embedded system design, design patterns and best practices shine like a beacon, serving as the core elements that ensure the system possesses high reliability, excellent efficiency, and good maintainability. The following will elaborate … Read more

Understanding Embedded System Architecture in One Article

Understanding Embedded System Architecture in One Article

“工控有得聊”是机械工业出版社“机工工控”“机工通信”品牌旗下专业资讯和服务平台,致力于帮助读者在电气、通信、自动化领域里,紧跟前沿资讯,掌握核心技术,快速提升专业素养。点击蓝色微信名可快速关注我们! If you aspire to become a modern embedded systems engineer, you need to determine the system architecture at the beginning of all projects.The system architecture includes two aspects: hardware and software.The hardware part not only determines the complexity and cost of the system but also affects how the subsequent software logic is implemented.Moreover, once … Read more

Understanding the Advantages of ARMv8-M Architecture Compared to ARMv7-M

Understanding the Advantages of ARMv8-M Architecture Compared to ARMv7-M

Follow and star the public account to not miss exciting content. Source: Arm Editor: strongerHuang All processors we use have a set architecture, for example, STM32F0 is based on the Cortex-M0 core, which belongs to the ARMv6-M architecture. Technology is evolving rapidly, so what are the differences and advantages of the latest ARMv8-M architecture compared … Read more

Ultimate Evaluation of Arduino Uno Cars: An Exciting Experience

Ultimate Evaluation of Arduino Uno Cars: An Exciting Experience

On December 9, 2016, at 2:00 PM, students from Class 1 of the 15th Industrial Design major, led by Teacher Liu Jun, conducted the course review for “Electronics and Electrical Technology” in the corridor on the 4th floor of the specialized teaching building. Following the principle of “fairness, justice, and openness“, they evaluated the performance … Read more

Understanding Android Pluginization and Hotfix Techniques

Understanding Android Pluginization and Hotfix Techniques

This article is from IAM42 authorization published by IAM42‘s JianShu address:http://www.jianshu.com/u/c6f7cfa366d9 Overview In Android development, the topics of pluginization and hotfixing are increasingly mentioned. As technology iterates and various frameworks develop, the frameworks for pluginization and hotfixing seem to have matured, and many developers are applying these two technologies in actual development collaborations and formal … Read more