Micro:bit Solar-Powered Thermometer

Micro:bit Solar-Powered Thermometer

This article is reprinted from the Xiaomiao Forum by teacher rzyzzxw. Please support everyone!!! Click the blue text above to easily access a wealth of practical tutorials with zero programming foundation!!! The Micro:bit version of the solar-powered thermometer. Preparation: One Micro:bit, one solar panel, and two wires. I have a solar panel from a good … Read more

Light-Controlled Night Light Using Micro:bit

Light-Controlled Night Light Using Micro:bit

KittenBot Follow STEM graphical programming education to gain access to a wealth of tutorials This tutorial is from the Meow Family Forum—Zhao Dad’s work; Thanks to Zhao Dad for adding the tutorial for Micro:bit, The 5X5 LED screen of Micro:bit; It also serves as a light sensor; Not only can it sense light; It can … Read more

WebAssembly Empowerment: How Rust Reshapes Frontend Development

WebAssembly Empowerment: How Rust Reshapes Frontend Development

First, let’s talk about the book giveaway. This issue offers readers a chance to win a copy ofPeople’s Posts and Telecommunications Press‘s‘Rust Programming’, a comprehensive guide that explains the core concepts and advanced features of the Rust language in an accessible manner, suitable for developers of all levels to learn and master modern system programming … Read more

Common Computer Terms in Embedded Programming

Common Computer Terms in Embedded Programming

I am Lao Wen, an embedded engineer who loves learning. Follow me to become even better together! Source | Internet Layout | strongHuang Every industry has its professional terms, which can sometimes be confusing for outsiders. The computer industry is no exception, especially some terms that are translated from English, which can be quite frustrating … Read more

ACROVIEW Programmer Supports Hercules H1D03N3W72 Video Bridge

ACROVIEW Programmer Supports Hercules H1D03N3W72 Video Bridge

The leader in the chip programming industry, ACROVIEW, recently released the latest update for its programming software and a list of newly supported chip models, among which the Hercules H1D03N3W72 programmable video bridge has been supported by ACROVIEW’s universal programming platform, AP8000. H1D03N3W72 is a programmable video bridge device that supports various mobile image sensor … Read more

Raspberry Pi: Lesson 6 – Screen Control with Assembly

Raspberry Pi: Lesson 6 - Screen Control with Assembly

In this series, you will learn how to control the screen with assembly code on the Raspberry Pi, starting with displaying random data, then learning to display a fixed image and text, and finally formatting numbers as text. — Alex Chadwick Welcome to the screen series course. In this series, you will learn how to … Read more

Getting Started with Arduino: Mastering LCD Display

Getting Started with Arduino: Mastering LCD Display

LCD Module In the previous article, we learned what the Arduino library is and how to install it. Today, we will learn how to display specific content using the LCD module, while also practicing the use of the standard library. There are many types of LCD modules, typically represented by “rows x characters”, such as … Read more

Programming STM32 Blue Pill Using Arduino IDE

Programming STM32 Blue Pill Using Arduino IDE

Arduino is familiar to electronics enthusiasts and engineers, but the 8-bit CPU and slow clock speed are not suitable for deep development. When combined with the STM32F103C8T6, a whole new application emerges, allowing us to program STM32 boards using the Arduino IDE. The materials required for this project include: STM32 Blue Pill (STM32F103C8T6), FTDI programmer, … Read more

RISC OS: An Open Source Operating System for ARM Architecture

RISC OS: An Open Source Operating System for ARM Architecture

1. Introduction RISC OS was born in 1987, originally developed by Acorn Computers in Cambridge, England. This system is primarily designed for the ARM platform, and its name comes from the supported Reduced Instruction Set Computing (RISC) architecture. RISC OS is neither Linux nor based on Windows, but rather a desktop system with a unique … Read more

What Did People Use to Control Robots Before Microcontrollers?

What Did People Use to Control Robots Before Microcontrollers?

Since the advent of microcontrollers, controlling robots has become increasingly easier. However, before such excellent tools were available, how did engineers make robots move? Analog Computers 1 Before digital computers were invented, people built analog computers using vacuum tubes, capacitors, inductors, and resistors, which could perform many simple calculations and control tasks. An analog computer … Read more