Challenges and Opportunities in Embedded AI Technology

Challenges and Opportunities in Embedded AI Technology

This article is adapted from Lao Shang Kan Technology (WeChat ID: shangkeji) With the explosive launch of Apple’s iPhone X and Huawei Mate 10, media and capital have increasingly focused on embedded AI chips. On November 3, 2017, a grand industry event—the ThunderWorld 2017 Embedded Artificial Intelligence Technology Forum, gathering top AI technology experts from … Read more

Development and Application Deployment of Embedded AI Systems in Industrial Scenarios

Development and Application Deployment of Embedded AI Systems in Industrial Scenarios

With the advancement of smart manufacturing and Industry 4.0, the combination of artificial intelligence and embedded systems has found broader applications and more possibilities in industrial scenarios. So, what is an embedded AI system? What role does it play in the industrial field?AQ Technology will hold two live broadcasts on July 4th and 6th, in … Read more

Transforming Big Data into Smart Data with Embedded AI

Transforming Big Data into Smart Data with Embedded AI

Industry 4.0 applications generate vast amounts of complex data—big data. With an increasing number of sensors and available data sources, there is often a demand for more detailed virtual views of machines, systems, and processes. This naturally increases the potential for added value along the entire value chain. However, questions about how to mine this … Read more

Four Emerging Trends Shaping Embedded AI

Four Emerging Trends Shaping Embedded AI

Editor’s Note: This article is translated from eetimes, and the author Jeff Bier is the president of consulting firm BDTI, founder of the Edge AI and Vision Alliance, and chairman of the Embedded Vision Summit. 1/ In recent years, embedded computer vision and broader perceptual artificial intelligence have seen tremendous growth: using sensors and embedded … Read more

Quick Start Guide to Embedded AI Application Development with the Jianan K510

Quick Start Guide to Embedded AI Application Development with the Jianan K510

The Baijun website’s quick start course on embedded AI application development is currently being serialized on Bilibili. Students can scan the QR code in the image below to learn the embedded AI application development course. The course is still being serialized, and the subsequent videos are expected to be updated next month. Course Introduction: This … Read more

Getting Started with Embedded AI: Deploying AI Models on RT-Thread

Getting Started with Embedded AI: Deploying AI Models on RT-Thread

This issue shares the theme of how to deploy AI models onto embedded systems. The next issue will introduce how to run the Mnist Demo (handwritten digit recognition) on the RT-Thread operating system. Embedded AI <span>AI Implementation</span> has always been a promising and emerging industry. My curiosity is quite strong, so I want to try … Read more

Coding While Parenting: Fun Embedded Hardware Insights from the Playground

Coding While Parenting: Fun Embedded Hardware Insights from the Playground

Author: Xiaoyu, Typesetting: Xiaoyu WeChat Official Account: Chip Home (ID: chiphome-dy) 01 Coding While Parenting I used to think that after work I had plenty of time, and I could still work for another two or three hours at home, feeling very motivated to learn. But after getting married and having a child, I basically … Read more

Designing Embedded Software Architecture: Task Scheduling

Designing Embedded Software Architecture: Task Scheduling

WeChat Official Account: Follow Orange Crazy Embedded to learn more practical skills in embedded programming. If you have any questions or suggestions, please leave a message on the official account; If you find this article helpful, feel free to like and follow. 1. Introduction In the process of embedded MCU software development, the architecture of … Read more

Essential Toolkit for Building an Excellent Embedded Software Framework

Essential Toolkit for Building an Excellent Embedded Software Framework

Click on the top “Embedded Application Research Institute“, select “Pin/Star the Official Account“ Useful resources delivered to you first! Source | Github Compilation & Layout | Embedded Application Research Institute Source: https://github.com/cproape/toolkit 1. Introduction ToolKit is a general-purpose toolkit for embedded systems, which can be flexibly applied to programs with or without RTOS, implemented with … Read more

Summary of Embedded Knowledge Level 3 (ARM Instruction Series)

Summary of Embedded Knowledge Level 3 (ARM Instruction Series)

1. Shift Operation Instructions LSL, LSR, ASR, ROR, RRX 2. Instruction Condition Code 3. Memory Access Instructions — LDR Word Data Load Instruction.<span>LDR</span><span> instruction is used to transfer a</span><span> 32</span><span>-bit word data from memory to the destination register. This instruction is usually used to read</span><span> 32</span><span>-bit word data into a general-purpose register for processing.</span> — … Read more