Introduction to Arduino Course: Week 1 Review

Introduction to Arduino Course: Week 1 Review

This Saturday at 3 PM The editor stepped into room 603 with excitement Asking why so excited That’s because, the Arduino course has started! After the course launched, the number of sign-ups far exceeded the expected number. ——“Hey, the makerspace has an Arduino course, do you want to sign up together?” ——“Wow! It looks so … Read more

Design and Production of Arduino Robots

Design and Production of Arduino Robots

This is a beginner’s textbook for Arduino robots, with the learning content arranged in increasing difficulty as follows: Creative LED lights, electronic dice, sound control (buzzer), smart fan (single motor), smart car (dual motor), scientific exploration (STEM), and comprehensive practice (Robot Mobilization), to help everyone systematically learn the design and production of Arduino robots. You … Read more

Arduino Tutorial: Understanding Ultrasonic Sensors

Arduino Tutorial: Understanding Ultrasonic Sensors

Complete Video The ultrasonic sensor is an input module that provides excellent non-contact distance detection, stable performance, ease of use, a small blind spot, and high accuracy. The measuring distance ranges from 2 centimeters to 400 centimeters, and the best part is that it is very inexpensive. It is widely used in the maker community, … Read more

Understanding Computer Hardware: A Detailed Guide to Common Motherboard Interfaces

Understanding Computer Hardware: A Detailed Guide to Common Motherboard Interfaces

The motherboard, as one of the most fundamental components of a computer, contains many different types of interfaces. Today, I will introduce the functions of each interface for those who are not very familiar with this aspect. First, let’s look at the side interfaces, as shown in the figure: Front interface diagram of the motherboard: … Read more

Learn Linux Kernel Development with Raspberry Pi OS

Learn Linux Kernel Development with Raspberry Pi OS

RPi OS is a simple operating system based on the Raspberry Pi platform, designed to help developers learn operating system development from scratch and gain a deep understanding of how the Linux kernel works. This tutorial will guide you through the development process of RPi OS step by step and compare it with the implementation … Read more

Setting Up VNC Viewer for Raspberry Pi Remote Desktop

Setting Up VNC Viewer for Raspberry Pi Remote Desktop

The Raspberry Pi laboratory previously introduced “How to connect to Raspberry Pi using Windows Remote Desktop”, which used Microsoft’s “Remote Desktop Connection” as the client to log into Raspberry Pi. Below we introduce how to log into Raspberry Pi using the official certified RealVNC client. Before starting, you need to have logged into Raspberry Pi, … Read more

The Future of Productivity: Review of the Zero刻 SER6 MAX Mini PC

The Future of Productivity: Review of the Zero刻 SER6 MAX Mini PC

Computers have become essential tools for both life and work, and different usage scenarios come with different needs. For deep gaming enthusiasts, a large desktop PC is definitely worth considering. If you often travel, a laptop is the best option. However, if you love desktop setups and want a machine for light home office tasks … Read more

Understanding Embedded System Architecture in One Article

Understanding Embedded System Architecture in One Article

“工控有得聊”是机械工业出版社“机工工控”“机工通信”品牌旗下专业资讯和服务平台,致力于帮助读者在电气、通信、自动化领域里,紧跟前沿资讯,掌握核心技术,快速提升专业素养。点击蓝色微信名可快速关注我们! If you aspire to become a modern embedded systems engineer, you need to determine the system architecture at the beginning of all projects.The system architecture includes two aspects: hardware and software.The hardware part not only determines the complexity and cost of the system but also affects how the subsequent software logic is implemented.Moreover, once … Read more