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

Getting Started with ESP32 IoT Development Environment

1 Main Content Course Listening Address Scan to Follow Equipment Order Address Scan to Follow 2 Course Outline 1. Setting Up the Development Environment 01 2. What is MicroPython? 02 3. Circuit Experiment – Lighting Up LED 4. The First Programming Experiment 5. Running Light 6. Button Control LED 7. Smart Button 8. LED Brightness … Read more

How to Install Thonny Development Software

How to Install Thonny Development Software

01 Install Thonny Software 1. Problem/Goal   How to install the MicroPython development integrated environment? Below is a detailed installation guide for the software, and basic testing instructions can be found on the Thonny official website. 2. Basic Principles   One commonly used development environment software for MicroPython is Thonny, an open-source software developed by the University … Read more

Simple Implementation of Home Intelligent Control Platform Using Python

When it comes to smart homes, people might first think of impressive products from various major companies or innovative products. Just thinking about it feels complex; some use industrial control machines, some use Raspberry Pi, and others use Arduino. Regardless of what is used, it always involves a server for control, such as the Yeelink … Read more

PiCalc: DIY OLED Screen Calculator Based on Raspberry Pi Pico

PiCalc: DIY OLED Screen Calculator Based on Raspberry Pi Pico

MAKER:Makertronics/Translated By:Fun Without End Hello everyone! Today is Pi Day of 2022. Let’s introduce a Pi calculator! This is a calculator made with Pico, which I call PiCalc. This tiny calculator may be small in size, but it has all the necessary functions. It supports decimal numbers and expressions with parentheses priority. Just pull it … Read more

Getting Started with MicroPython: A New Choice for Embedded Systems Development

Getting Started with MicroPython: A New Choice for Embedded Systems Development

Introduction: A New Era in Embedded Development In the field of embedded systems development, a remarkable new star is rising—MicroPython. As a streamlined and powerful implementation of Python, MicroPython brings the convenience and flexibility of a high-level programming language to embedded devices. This article will explore the features, applications, and how to get started with … Read more

Simulating MicroPython Programs in Proteus

Simulating MicroPython Programs in Proteus

As many may know, Proteus is an EDA software that supports the simulation of microcontrollers. It has previously been used to simulate 51, AVR, PIC, MSP430, etc. Over time, it has gradually added support for Arduino, Raspberry Pi, and STM32. In the latest version (v8.17 sp4), Proteus has started to support MicroPython simulation. Below, I … Read more

Getting Started with MicroPython on F1C200s

Getting Started with MicroPython on F1C200s

Attempt 0001 sudo apt update sudo apt install gcc-arm-none-eabi arm-none-eabi-gcc –version sudo apt install make make –version sudo apt install python3 python3-pip python3 –version git clone https://github.com/micropython/micropython.git cd micropython/ports/minimal/ Based on your information, you already have an embedded Linux environment based on F1C200s and can access it via serial. This is a great starting point! … Read more

Create a Business Card Running Linux and Python for $20

Create a Business Card Running Linux and Python for $20

“Hello, I am George, this is my business card.”” “Oh? Does this business card have a USB port and a chip?” “Yes, this business card runs Linux. You plug it into the computer’s USB port, and Linux will boot in 6 seconds. Then you can log in through a virtual serial port and access the … Read more