Innovative Arduino Projects: Walking Coffee Table, RC Airplane, and More

【Click on the above「blue text」 to follow DF Maker Community and become a tech aesthetician together】 The community’s public account records weekly shareable maker-related content, released every Friday~ Welcome to submit or recommend related content. Submission email:<span>[email protected]</span> Walking Robot – Tillu Tillu is an open-source robot project based on the XINGKONG board. This robot has … Read more

Mastering Arduino Programming with Pyfirmata: A Python Library for Easy Hardware Control

Pyfirmata – Making Arduino Programming Incredibly Simple! Hello everyone! Today, I want to introduce you to a super useful Python library – Pyfirmata! 😎 I still remember the first time I played with Arduino, I was overwhelmed by the C++ code. Why did I have to write so much complex code just to make an … Read more

Introduction to Using the Servo Library for Controlling Servo Motors with Arduino

Arduino provides a very powerful library – the `Servo` library, specifically designed for controlling servo motors. This library can control various types of servo motors and efficiently utilize timer resources, allowing a single timer to control multiple servo motors. Below we will detail the functions, usage, and some precautions of the `Servo` library. 1. Introduction … Read more

Recommended High-Quality Domestic MCUs

In the field of domestic microcontrollers (MCU), many high-quality domestic MCUs have begun to emerge in recent years with the rapid development of the domestic semiconductor industry, especially in the fields of the Internet of Things, smart hardware, and industrial control, gradually forming a competitive product line. Below, I will introduce several domestic MCU brands … Read more

Scratch 3.0 Programming Tutorial for Kids: A Parent’s Must-Read Guide!

Scratch 3.0 is a star tool for children’s programming, loved by kids for its intuitive and easy-to-use features. However, with the rich functions and endless possibilities of Scratch 3.0, have you really grasped its essence? This article will deeply analyze the core content of the Scratch 3.0 programming tutorial for kids! 1. Scratch 3.0 First … Read more

Essential Programming Languages for Elementary Students: A Guide to Start Your Child’s Coding Journey

For elementary school students, learning programming not only cultivates their logical thinking and creativity but also lays a solid foundation for their future learning and career development. However, faced with a dazzling array of programming languages, parents often feel confused: What programming languages are suitable for elementary school students? This article will reveal the secrets … Read more

Why Japan’s Semiconductor Industry Failed: An In-Depth Analysis

Longteng Network looks at the world (follow the mini-program for more real-time global news) Main text translation Japan was once one of the world’s largest semiconductor manufacturing countries. However, in just a few years, it would be surpassed by its neighbors. Comment translation @AmairaNymativy-uy7vfWhy Japan’s Semiconductor Industry Failed: US won’t allow Japan to dominate semiconductor … Read more

Build Your Embedded Smart Home Security System with ESP32Cam WiFi Motion Detection Camera

CameraWifiMotion is an open-source project based on Arduino IDE that transforms a cheap ESP32 camera module (for example, a module priced at £7 on eBay) into a powerful motion detection security camera. This project utilizes the power of the ESP32 to achieve local image processing and storage, and provides various extended functionalities such as email, … Read more

Understanding Arduino and PIR Infrared Sensors

PIR sensor, which stands for Passive Infrared Sensors, is an electronic component used to detect the infrared radiation emitted by the human body. It senses the presence of a person by detecting the infrared radiation in the surrounding environment, and is commonly used as a motion detector in the security field. Working Principle of PIR … Read more