MicroPython: The Mini Power of Embedded Systems!

MicroPython: The Mini Power of Embedded Systems!

▼ Click the card below to follow me MicroPython: The Mini Power of Embedded Systems! Python is one of the most popular programming languages in the world, and MicroPython is its superhero version in the embedded field. Imagine that microcontrollers and microcontrollers, which once required complex C language programming, can now be directly controlled using … Read more

Highly Practical! Code Implementation of Basic Projects for GD32 MCU [Domestic MCU Column Issue 112]

Highly Practical! Code Implementation of Basic Projects for GD32 MCU [Domestic MCU Column Issue 112]

GigaDevice GD32 MCU Forum https://bbs.21ic.com/iclist-182-1.html Reading Instructions: This post is a brief excerpt. For detailed project development processes and source code materials, please click the original link to view. Ethernet for GD32F450 (Lwip2.1.2 + FreeRTOS + UDP + TCP) https://bbs.21ic.com/icview-3436568-1-1.html This article briefly introduces the application of Ethernet in GD32 microcontrollers, referencing the official application … Read more

A Comprehensive Guide to gpiozero: A Raspberry Pi GPIO Control Library in Python

A Comprehensive Guide to gpiozero: A Raspberry Pi GPIO Control Library in Python

gpiozero: A Raspberry Pi GPIO Control Library in Python In the field of embedded development, the Raspberry Pi is a very popular development board. However, directly manipulating GPIO often requires handling many low-level details, which deters many developers. Until I encountered the gpiozero library, which made GPIO control so simple and elegant, it felt like … Read more

Mastering Your Raspberry Pi: A Deep Dive into Raspberry Pi Server

Mastering Your Raspberry Pi: A Deep Dive into Raspberry Pi Server

Raspberry Pi is a popular single-board computer widely used for education, development, and prototyping. However, when using Raspberry Pi for GPIO control, many developers often face a challenge: writing, maintaining, and scheduling custom scripts. This not only increases development difficulty but can also lead to unnecessary errors. To address this issue, raspberry-pi-server was born. It … Read more