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

Setting Up a Development Environment on Raspberry Pi

Setting Up a Development Environment on Raspberry Pi

Word Count: Approximately 4kEstimated Reading Time: 20 min Background Since I last impulsively set up the operating system on my Raspberry Pi, I have not figured out how to use it specifically, and it has just been lying in the drawer gathering dust for a year. It came to my mind again on a Sunday … 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

Choosing Between Arduino and STM32: Which is More Suitable for Beginners?

Choosing Between Arduino and STM32: Which is More Suitable for Beginners?

Click on the blue text above to follow us Arduino and STM32 are both popular microcontroller platforms, each with its unique advantages and disadvantages. The choice of which is more suitable for beginners mainly depends on your learning goals and background. 1 Development Environment Arduino: Arduino mainly relies on the Arduino IDE, which is a … Read more

Elegant Ways to Open Arduino: Creating the Ultimate Coding Experience with VS Code

Elegant Ways to Open Arduino: Creating the Ultimate Coding Experience with VS Code

“ Research · Persistence · Ultimate · Innovation ” ①Arduino Arduino is a convenient, flexible, and easy-to-use open-source electronic prototyping platform. It includes hardware (various models of Arduino boards) and software (Arduino IDE). ②VS Code (Visual Studio Code) is an open-source, lightweight, modern code editor developed by Microsoft, and according to Stackoverflow statistics, VS Code … Read more

Arduino Lab for MicroPython: An Integrated Development Environment for MicroPython Developers

Arduino Lab for MicroPython: An Integrated Development Environment for MicroPython Developers

MicroPython is a lightweight implementation of Python designed for embedded systems, capable of running on microcontrollers. Arduino Lab for MicroPython (hereafter referred to as Arduino Lab) is an integrated development environment (IDE) specifically designed by Arduino for MicroPython developers, aiming to provide a convenient programming environment and tools to help developers write and debug MicroPython … Read more