The Major Trends in Embedded AI Vision: Ubiquity and Multimodality

Click the blue text to follow us Every year before the Embedded Vision Summit, the author tries to reflect on the big picture of embedded AI and computer vision. This year, on the 15th anniversary of the summit, two trends are clearer than ever. First, AI and computer vision applications are moving from the laboratory … Read more

[CES 2020] Siemens and Arm Collaborate on OEM Vision for 2025 Automotive Architecture

With a new partnership with Arm, Siemens is ready to pose some challenging questions to OEMs at CES. Specifically: 1) Do you already know what the architecture of the 2025 automotive platform looks like? 2) If so, have you validated it?Siemens’ Global Technology Manager for Autonomous Driving and ADAS, David Fritz, explained in an interview … Read more

What to Do When You Encounter Stack Overflow While Porting RTOS?

Click the above blue text to follow us In embedded systems, RTOS meets strict timing requirements by managing multiple tasks. Task stack management is a critical aspect of RTOS development, especially when porting RTOS to new hardware platforms. Stack overflow is a common error in embedded development that can lead to memory corruption, unpredictable system … Read more

Industry Information Dispatch: Intensifying Competition in the Smartphone SoC Market!

(Source: counterpointresearch)In 2024, revenue from high-end Android smartphone SoCs is expected to grow by 34% year-on-year, driven by increased demand for high-end smartphones and the launch of more powerful AI platforms.Qualcomm remains the market leader with a growth rate of 6%. Although Qualcomm lost market share to Samsung’s Exynos in the Galaxy S24 series, it … Read more

Development of an Electronic Perpetual Calendar System Based on FPGA, Including Testbench for Each Module

🔍See the end of the article for program acquisition methods 📶The project includes complete programs, documentation, references, and operation videos 🌠Simulation Conclusion Preview The testing results using Vivado 2022.2 are as follows: ⚡Program Function Description <span><span>The functions and principles of this program are as follows:</span></span> 1. Basic functions of the system Clock display: hours, minutes … Read more

STM32 Microcontroller #16: FLASH Memory

Main reference materials: Bilibili @ Jiangxie Technology STM32 Beginner Tutorial – 2023 Edition Detailed Explanation with Chinese Subtitles Development materials download link: https://pan.baidu.com/s/1h_UjuQKDX9IpP-U1Effbsw?pwd=dspb Microcontroller kit: STM32F103C8T6 development board microcontroller C6T6 core board experimental board minimum system board kit Article source file: https://github.com/INKEM/Knowledge_Base This chapter is the final chapter based on Jiangxie Technology’s STM32 beginner tutorial, … Read more

Comparing ESP32 and STM32: A Technical Perspective

Hello everyone, recently I encountered a newcomer asking whether to learn ESP32 or STM32 first. First of all, these two devices are not aimed at the same direction. STM32 is an enhanced version of the STC51, which has very limited resources, including few registers and limited RAM and ROM. If you want to develop more … Read more

Home Decoration Class | Common Pitfalls in Embedded Appliance Design and How to Avoid Them

Embedded design looks great, but failures can be quite troublesome! How to avoid pitfalls when designing embedded appliances? Searching online for “embedded appliance failures” reveals many people sharing their own failure cases, with various situations:Some say their embedded refrigerator was not measured correctly, causing it to protrude significantly and ruining the overall aesthetics. Others lament … Read more

Arduino IDE Installation Guide (Including Download Instructions)

Software Download [Software Name]: Arduino IDE[Software Size]: 165MB [Installation Environment]:Win11/Win 10 [Arduino IDE Download Link]: Quark Cloud Disk https://pan.quark.cn/s/9501db5d5261 Backup Address: dhm6.cn Arduino Integrated Development Environment is an easy-to-use open-source development platform designed for programming Arduino boards. It provides a user-friendly interface for programming beginners and is compatible with various programming languages. With this tool, … Read more

Step-by-Step Guide to Creating an Arduino Breathing Light! A Romantic Project for Beginners

Step-by-Step Guide to Creating an Arduino Breathing Light! A Romantic Project for Beginners💡 💡 Let’s make a little night light that “breathes”! When the LED light flickers gently like a cat’s breath, it instantly heals the fatigue of the day~ Today, with the simplest Arduino tutorial, I will unlock the magic of “making the light … Read more