Two Programming Concepts in Embedded Development

Two Programming Concepts in Embedded Development

Follow+Star Public Account, don’t miss out on exciting content Author | strongerHuang WeChat Official Account | Embedded Column In embedded development, aside from mastering basic programming syntax, the programming concepts are also critical. Here are two programming concepts. 1Layered Thinking The layered thinking in embedded systems might be unfamiliar to you, but you have definitely … Read more

Advantages Of RTOS Over Bare Metal Programming

Advantages Of RTOS Over Bare Metal Programming

Author:Electronic Engineering Magazine, Typesetting by:Xiao Yu WeChat Official Account: Chip Home (ID: chiphome-dy) 1. Concurrency The efficiency of concurrent work in programs is low when writing bare-metal software. Inevitably, there will be a huge while(1) loop in the main program, which contains almost all business logic of the project. Because each piece of business logic … Read more

Porting LittlevGL on RT-Thread for Raspberry Pi 3B

Porting LittlevGL on RT-Thread for Raspberry Pi 3B

Porting LittlevGL on RT-Thread for Raspberry Pi 3B 1. Overview 2. Resource Preparation 3. Getting Started 4. Seamless Integration of RT-Thread and LVGL 5. Conclusion 1. Overview This article mainly describes the process of porting LVGL on RT-Thread for Raspberry Pi 3B. It implements the process of RTT porting LVGL in the simplest way. You … Read more

How to Port BusyBox, the Swiss Army Knife of Linux Tools, to RT-Thread Smart

How to Port BusyBox, the Swiss Army Knife of Linux Tools, to RT-Thread Smart

RT-Thread Smart Series Serialization Serial Number Content 1 “When the Raspberry Pi Meets RT-Thread Smart – Introduction to Application Programming” 2 “RT-Thread Smart and Raspberry Pi: wget & cURL Network Client” 3 “How to Port BusyBox, the Swiss Army Knife of Linux Tools, to RT-Thread Smart?” 4 sdl graphics application 5 dropbear and ssh server … Read more

Embedded Operating System Development and Practice Training

Embedded Operating System Development and Practice Training

In today’s rapidly developing information technology, we have crossed the analog, digital, network, and mobile eras, entering a new era of artificial intelligence and even embodied intelligence. In this process, the importance of embedded IoT technology has become increasingly prominent. With the continuous improvement of hardware performance, using operating systems for development has become mainstream. … Read more

RT-Thread Nano Learning Tutorial: A Comprehensive Video Guide

RT-Thread Nano Learning Tutorial: A Comprehensive Video Guide

RT-Thread Nano is a minimalist hard real-time kernel developed in C language, adopting object-oriented programming thinking, and has a good coding style. It is a scalable, preemptive real-time multitasking RTOS.It occupies very little memory resources and includes features such as task handling, software timers, semaphores, mailboxes, and relatively complete real-time operating system characteristics.It is suitable … 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

How to Port BusyBox, the Swiss Army Knife of Linux Tools, to RT-Thread Smart?

How to Port BusyBox, the Swiss Army Knife of Linux Tools, to RT-Thread Smart?

RT-Thread Smart Series Serialization Serial Number Content 1 “When “Raspberry Pi” Meets RT-Thread Smart – Introduction to Application Programming“ 2 “RT-Thread Smart and Raspberry Pi: wget & cURL Network Client“ 3 “How to Port BusyBox, the Swiss Army Knife of Linux Tools, to RT-Thread Smart?” 4 sdl graphic class application 5 dropbear and ssh server … Read more

Creating RT-Thread BSP for Renesas Cortex-M RA Series MCUs

Creating RT-Thread BSP for Renesas Cortex-M RA Series MCUs

Recently, in collaboration with engineers from Renesas and RT-Thread, we have completed the framework and tutorial for creating the RT-Thread BSP for the Renesas Cortex-M RA series MCUs. This means that developers using the RA series MCUs (RA2 series, RA4 series, RA6 series) can quickly create their own BSPs based on the tutorial and develop … Read more