Raspberry Pi Officially Enters the Microcontroller Market with Raspberry Pi Pico

Raspberry Pi Officially Enters the Microcontroller Market with Raspberry Pi Pico

Description: 1. Raspberry Pi has begun to enter the microcontroller market, using its own RP2040 chip, with a main frequency of 133MHz, dual-core M0+, and 264KB of RAM. 2. The entry of Raspberry Pi into this field is primarily for ecological layout, as there are already many such boards on the market. We will see … Read more

Pycopy: The Lightweight Version of Embedded Systems!

Pycopy: The Lightweight Version of Embedded Systems!

▼ Click the card below to follow me ▲ Click the card above to follow me Pycopy: The Micro Python Revolution for Embedded Systems In today’s rapidly developing Internet of Things and embedded systems landscape, Pycopy is like a refreshing breeze, bringing new programming possibilities to resource-constrained micro devices. Imagine that embedded development, which once … Read more

MicroPython: The Mini Power for Embedded Systems!

MicroPython: The Mini Power for Embedded Systems!

MicroPython is a compact Python interpreter specifically designed for microcontrollers and embedded systems. Imagine a world of microcontrollers that once required complex C programming, now being controlled with Python, a simple and friendly language. It’s like giving engineers a VIP pass to the kingdom of smart hardware, lowering the barriers to hardware programming and allowing … Read more

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

MicroPython: The Mini Power of Embedded Systems!

MicroPython: The Mini Power of Embedded Systems!

▼ Click the card below to follow me ▲ Click the card above to follow me MicroPython: The Mini Power of Embedded Systems! When it comes to embedded systems, many people think it is a complex and mysterious technical field. But if I told you that you can play with embedded systems using Python, wouldn’t … Read more

MicroPython: The Mini Power of Embedded Systems!

MicroPython: The Mini Power of Embedded Systems!

▼ Click the card below to follow me ▲ Click the card above to follow me Python is the all-round warrior of the programming world, while MicroPython is like a lightweight version of this warrior. Imagine traditional Python as a heavy-duty truck, while MicroPython is a nimble motorcycle that can easily navigate various small hardware … Read more

Pycopy: A Lightweight Version of Python for Embedded Systems!

Pycopy: A Lightweight Version of Python for Embedded Systems!

▼ Click the card below to follow me ▲ Click the card above to follow me Python, as a powerful and flexible programming language, has always been loved by developers. However, traditional Python does not perform well in resource-constrained embedded systems. Today, let’s talk about this lightweight version of Python tailored for the embedded world … Read more

Pycopy: The Lightweight Python Revolution for Embedded Systems

Pycopy: The Lightweight Python Revolution for Embedded Systems

▼ Click the card below to follow me ▲ Click the card above to follow me Pycopy: The Lightweight Python Revolution for Embedded Systems With the rapid development of the Internet of Things and embedded systems, developers have been eager to find a Python runtime environment that is both lightweight and powerful. Pycopy is an … Read more

Implementing a Simple Dashboard on ESP32 Handheld Device Using LVGL

Implementing a Simple Dashboard on ESP32 Handheld Device Using LVGL

The previous article “Displaying GIF Images on ESP32 Handheld Device Using LVGL” introduced how to flash the <span>LVGL-Micropython</span> firmware onto the XiaoMiao handheld device, showcasing effects such as displaying GIF images, bar graphs, line graphs, and zooming and rotating images. This note will continue to share how to implement a simple dashboard based on <span>LVGL-Micropython</span>. … Read more

Smart Recognition of Handwritten Digits Using ESP32 4.3-Inch Screen

Smart Recognition of Handwritten Digits Using ESP32 4.3-Inch Screen

What functions can be achieved by combining the ESP32 screen module with an LED light board? The project presented today only requires a swipe on a 4.3-inch touchscreen, and the neural network can instantly understand your handwriting and display the number you wrote on an 8*8 LED light board. Isn’t it amazing? Let’s see how … Read more