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! As a star language in the programming world, Python also shines uniquely in the fields of microcontrollers and embedded systems. MicroPython is the Swiss Army knife in this domain, making embedded development … 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 the 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

Displaying GIF Images on ESP32 Handheld Device Using LVGL

Displaying GIF Images on ESP32 Handheld Device Using LVGL

In the previous article titled “Displaying JPG Images on ESP32 Handheld Device and Simulating Animation Effects,” we shared how to display <span>JPG</span> images on the ESP32 handheld device and simulate animation effects. This note introduces the method of directly displaying <span>GIF</span> images on the ESP32 handheld device using LVGL. 1. Development Board Introduction This handheld … Read more

DeepSeek Clarifies Why NanoFramework Runs Less Efficiently Than MicroPython on ESP32

DeepSeek Clarifies Why NanoFramework Runs Less Efficiently Than MicroPython on ESP32

Some time ago, I was considering using nanoFramework to develop industrial control boards or IO boards suitable for .NET developers, which led to the following article: Can C# nanoFramework be used to develop industrial controllers? A performance comparison between C language and C# on ESP32! I always thought that C# would run more efficiently than … Read more

Getting Started with the Arduino Nano RP2040 Connect Development Board

Getting Started with the Arduino Nano RP2040 Connect Development Board

Keywords: Development Board, Development Tools, Embedded Question: Arduino Nano RP2040 Connect Development Board User Experience Arduino Nano RP2040 Connect is part of the Arduino Nano family, which consists of compact boards that are rich in features, powerful, and easy to learn development boards, each designed with great precision. The design of the Arduino platform is … Read more

Getting Started with the Arduino Nano RP2040 Connect Development Board

Getting Started with the Arduino Nano RP2040 Connect Development Board

Q: Experience with the Arduino Nano RP2040 Connect development board Arduino Nano RP2040 Connect belongs to the Arduino Nano family, which consists of compact boards that are rich in features, powerful, and easy to learn. Each board is designed with great attention to detail.The design of the Arduino platform is aimed at making it cheaper … Read more

Edge AI: Three Memory Compression Techniques for Deploying TinyML with MicroPython

Edge AI: Three Memory Compression Techniques for Deploying TinyML with MicroPython

Edge AI: Three Memory Compression Techniques for Deploying TinyML with MicroPython To be honest, when I first tried to run a neural network on the ESP32, I was almost driven to madness. 256KB of RAM? Are you serious? That 5MB model I trained on Colab was completely out of the question. However, after experimenting over … Read more

Raspberry Pi Pico Tutorial

Raspberry Pi Pico Tutorial

Programming Mode of Pico and MicroPython Concepts This section mainly discusses how to configure our Pico development board for MicroPython development mode, as well as the MicroPython REPL interactive development mode. You can refer to the Raspberry Pi official documentation for more information. Here is the link. Flashing the bootloader firmware onto our Pico for … Read more

Remote Embedded Development Using WiFi Modules

Remote Embedded Development Using WiFi Modules

MicroPython is widely used on many embedded platforms, including STM32F40x, ESP32, ESP8266, PicoPy, and many other MCUs. Developing embedded systems based on MicroPython allows developers to adhere to the same syntax and interfaces without worrying about specific MCU models and functionalities, significantly improving system development efficiency. Since the introduction of various microcontroller platforms in the … Read more

Getting Started with K210: A Beginner’s Guide

Getting Started with K210: A Beginner's Guide

_ audiovisual integration_ Getting Started with K210 Three-Minute Quick Start for K210 With the development of artificial intelligence, machine vision plays an increasingly important role in daily life and competitions. In visual recognition, compared to Raspberry Pi, Jeston Nano, OpenMV, and K210 have the characteristics of low cost and high performance, which can well meet … Read more