Building the STM32 Debug Output and Time System with Embedded Zorb Framework

Building the STM32 Debug Output and Time System with Embedded Zorb Framework

1 Zorb Introduction Zorb Framework is a lightweight embedded framework built on the principles of object-oriented programming. The purpose of building the Zorb Framework is to enable rapid application development on chips that cannot run Linux, avoiding the need to reinvent the wheel repeatedly. The initial design features of the Zorb Framework include: Time system … Read more

Arduino: The ‘Python’ of Embedded Systems, Simplifying C/C++ Development

Arduino: The 'Python' of Embedded Systems, Simplifying C/C++ Development

Arduino: The ‘Python’ of Embedded Systems, Simplifying C/C++ Development 🚀 Introduction 🌟 Imagine if there was a platform that could make complex embedded development as simple as Python. What would that be like? Arduino has achieved this! It not only lowers the barrier for C/C++ embedded development but also creates a thriving open-source ecosystem. Let’s … Read more

The Birth of LEDE: A New Era for OpenWrt

The Birth of LEDE: A New Era for OpenWrt

OpenWrt can be said to be the most famous home WiFi router Linux distribution in the world, birthed from the once obscure Linksys WRT54G router, and has been around for more than 12 years. In early May 2016, the OpenWrt user community announced another OpenWrt: the Linux Embedded Development Environment (LEDE). The official explanation states … Read more

Mastering Raspberry Pi with Rust: A Beginner’s Guide to Building a Mini Operating System

Mastering Raspberry Pi with Rust: A Beginner's Guide to Building a Mini Operating System

Exploring Embedded Development with Rust: Unveiling Raspberry Pi OS Tutorials Today, we will talk about the applications of Rust in the embedded field, especially an interesting project that involves developing an operating system for Raspberry Pi using Rust. This tutorial will not only deepen your understanding of Rust’s underlying operations but also help you grasp … Read more

Transforming ESP32 into a Portable Oscilloscope

Transforming ESP32 into a Portable Oscilloscope

In embedded development, an oscilloscope is an essential debugging tool that allows developers to visually observe the signal waveforms in circuits, helping them quickly locate issues. However, traditional oscilloscopes are expensive and bulky, making them unsuitable for portable development. The ESP32, as a powerful Wi-Fi microcontroller, has abundant GPIO resources and strong processing capability, making … Read more

Comprehensive Guide to Embedded Development with Rust on ESP32-C3

Comprehensive Guide to Embedded Development with Rust on ESP32-C3

ESP32-C3 is a high-performance, low-power Wi-Fi/Bluetooth microcontroller launched by Espressif. As a safe, efficient, and easy-to-use programming language, Rust is rapidly emerging in the embedded field. This tutorial will take you on a journey into Espressif embedded development and unlock the infinite possibilities of ESP32-C3 with the Rust language. Content of the Tutorial This tutorial … Read more

Revolutionizing Embedded Application Development with Rust

Revolutionizing Embedded Application Development with Rust

The field of embedded development has always faced challenges regarding code security, efficiency, and resource management. Traditional embedded development models often require developers to directly manipulate hardware registers, leading to complex and error-prone code with high maintenance costs. To address these issues, Embassy was born, combining the advantages of the Rust language with asynchronous programming … Read more

Mastering ESP32-C3: A Practical Guide to Embedded Development with Rust

Mastering ESP32-C3: A Practical Guide to Embedded Development with Rust

std-training project is an embedded Rust development learning resource for the ESP32-C3 microcontroller, aimed at helping developers quickly master the skills of developing for ESP32-C3 using the Rust language. This project is provided by Espressif and includes a complete eBook, a series of example programs from basic to advanced, and some commonly used tool libraries, … Read more

Simplifying Raspberry Pi Pico Programming with Arduino-Pico

Simplifying Raspberry Pi Pico Programming with Arduino-Pico

The Raspberry Pi Pico has quickly become a popular choice among embedded developers due to its powerful capabilities and low price. However, for developers accustomed to the Arduino platform, getting started with the Pico may require some time to learn the new development environment and tools. The advent of the Arduino-Pico project provides developers with … Read more

Getting Started with ESP32 and ESP-IDF: A Comprehensive Guide

Getting Started with ESP32 and ESP-IDF: A Comprehensive Guide

I bought an ESP32S board from Taobao, and as soon as it arrived, I couldn’t wait to get started. I planned to work on the NanoFramework, which is an embedded system for .Net, supporting embedded development in C#. Of course, it also supports other languages like C, C++, Lua, JavaScript, AT commands, etc. There are … Read more