Getting Started with MicroPython on BPI-UNO32

Getting Started with MicroPython on BPI-UNO32

MicroPython is a well-known lightweight version of Python designed specifically for embedded modules. It allows you to execute necessary functions with simple commands. To use MicroPython on embedded modules, you need to download the MicroPython firmware. Only with the firmware installed can the chip parse Python statements. Currently, chips that support MicroPython firmware include ESP32, … Read more

Real-time Display of Camera Captured Images with ESP32-S3 (Based on MicroPython)

Real-time Display of Camera Captured Images with ESP32-S3 (Based on MicroPython)

Click the blue text above to follow us Previously, we used OV2640 to capture high-definition photos (ESP32-S3 captures 1600X1200 resolution photos) and displayed JPG images on an LCD driven by ST7789 (ESP32-S3 displays JPG and PNG images on LCD (based on MicroPython)). Now we combine the two to allow the LCD to display the images … Read more

Displaying JPG and PNG Images on ESP32-S3 LCD using MicroPython

Displaying JPG and PNG Images on ESP32-S3 LCD using MicroPython

Click the blue text above to follow us “Displaying Images on ESP32-S3 LCD (Based on MicroPython)” introduces driving the LCD to display BMP images. However, it can only display BMP images, and displaying other format images is more complicated. This note introduces how to compile firmware to drive the ST7789 based LCD to display JPG … Read more

Real-time Image Transmission Using ESP32-S3 Camera and MicroPython

Real-time Image Transmission Using ESP32-S3 Camera and MicroPython

Click the blue text above to follow us The previous note “ESP32-S3 Camera Captures Photos at 1600X1200 Resolution” implemented capturing a high-resolution photo using the camera. This time, we will use the camera to achieve real-time image transmission on a webpage. 1.Web Image Transmission Effect ESP32-S3 calls the camera to transmit the captured image in … Read more

How to Overcome Initial Hurdles with Development Boards

How to Overcome Initial Hurdles with Development Boards

Development boards may seem simple, but many people get stuck at the first step. Today, I will teach you how to solve these small problems. First, let’s talk about Arduino series development boards. There are mainly two issues with Arduino: one is downloading the Arduino IDE and the selection process. First, the official website for … Read more

Scientific Computing with Python on Raspberry Pi

Scientific Computing with Python on Raspberry Pi

Translation organized by Python Tribe (python.freelycode.com), no reproduction allowed, sharing is welcome. This article is a guide on how to install a Python scientific computing stack suitable for geospatial analysis on Raspberry Pi 3. The whole process takes only a few minutes. The Raspberry Pi 3 was announced two weeks ago with substantial improvements in … Read more

Portable Vital Signs Monitor Prototype Using ESP32-S3 and EPC001

Portable Vital Signs Monitor Prototype Using ESP32-S3 and EPC001

Today, I want to share an interesting project designed by our old friend, HonestQiao, which is a portable vital signs monitor prototype based on the ESP32-S3-B and EPC001. Doesn’t it sound impressive? Let’s take a look at how this vital signs monitor works, how it processes the data it collects, and how it displays the … Read more

Beginner’s Guide to Raspberry Pi Python Programming – Displaying CPU Temperature with a Two-Digit Display

Beginner's Guide to Raspberry Pi Python Programming - Displaying CPU Temperature with a Two-Digit Display

Displaying CPU Temperature with a Two-Digit Display Overview A few days ago, we learned how to use a one-digit display to show single-digit countdowns. This time, we will learn how to use a two-digit display to show the CPU temperature. In this lesson, we will learn: The display principle of a two-digit display Persistence of … Read more

How to Light Up an LED in Just 3 Minutes Using BearPi-Pico RP2040

How to Light Up an LED in Just 3 Minutes Using BearPi-Pico RP2040

Recently, BearPi quietly launched a new Pico board based on the Raspberry Pi RP2040 chip: BearPi-Pico RP2040 Raspberry Pi? Yes, you read it right! Raspberry Pi is not only an excellent open-source hardware brand but also a remarkable chip company. The RP2040 chip is designed and developed by the Raspberry Pi Foundation, using a 40 … Read more