Unlocking the Future: Arduino and Maker Courses at Jiangsi Primary School

Unlocking the Future: Arduino and Maker Courses at Jiangsi Primary School

Nurturing Future Makers Jiangsi Teachers and Students in Action Induction doors in public places Traffic lights on the road Car reversing radar Delivery robots in restaurants …… The era of artificial intelligence has arrived! Are you ready? 01 Line-following car Let the car drive along a specific trajectory, that’s the principle of delivery robots! 02 … Read more

Upgrading the Tandy Model 100: A Retro Computing Journey

Upgrading the Tandy Model 100: A Retro Computing Journey

The tricky part is its strange display. In 2021, I purchased a Tandy Model 100 (often referred to as M100) for about $90 at the Vintage Computer Festival in the Eastern United States. This computer was first released in 1983 and is a pioneer of modern laptops, featuring a high-quality keyboard and an LCD display. … Read more

Comparison of 3 Major Open Source Hardware Platforms

Comparison of 3 Major Open Source Hardware Platforms

Author Introduction: Liu Duanyang, founder of the MBH Raspberry Pi Intelligent Robot Club (hereinafter referred to as the MBH Club), a promoter of the collaborative model of intelligent hardware crowdsourcing in China, who first proposed the use of “crowdsourcing + collective intelligence programming” to solve problems in the scientific research process. Integration of hardware and … Read more

Creating Fireflies with Arduino: A Beginner’s Guide

Creating Fireflies with Arduino: A Beginner's Guide

Click the blue text above to follow “Innovation Forest Maker Space” for more information. Hands-on I Science I Fun Make creativity a habit for children. @Innovation Forest Maker Space If you are interested in technology education, you must be familiar with Arduino! So, let’s first learn about Arduino. What is Arduino? Arduino is a convenient, … Read more

The Origin and Development of Arduino

The Origin and Development of Arduino

Today, in the field of the Internet of Things, the open-source hardware Arduino can be said to be popular all over the world, becoming the first choice for many electronics enthusiasts and hardware geeks.So, do you know the origin and development history of Arduino? Origin In the winter of 2005, a cold winter, Massimo Banzi’s … Read more

DIY Multimeter with Arduino: A Complete Guide

DIY Multimeter with Arduino: A Complete Guide

Design Requirements: This project can use Arduino, Uno or Duemilanove boards, and has three design modes: · Standalone – Measurement data can be observed in the form of character or graphic LCD display modules. · Connected – Can connect to a PC via Arduino IDE Serial Monitor for readings. · Combined – Data can be … Read more

Arduino IDE: A Powerful Programming Tool for the Electronic World

Arduino IDE: A Powerful Programming Tool for the Electronic World

Introduction: Arduino IDE is a powerful integrated development environment (IDE) designed specifically for Arduino boards. It provides a user-friendly interface that simplifies the programming process, enabling electronics enthusiasts and makers to easily build various electronic projects. This article will provide a detailed introduction to the Arduino IDE, including its features, usage methods, and some common … Read more

Control PWM with Arduino in 5 Minutes

Control PWM with Arduino in 5 Minutes

If you don’t want to miss my updates, remember to check the public account in the upper right corner and set it as a star, drop a star for me. Many MCU manufacturers can complete PWM control through internal registers, such as Arduino, STM32, etc. This integration greatly simplifies the development process, allowing you to … Read more

Unlocking the Infinite Potential of ESP32 with Arduino Core

Unlocking the Infinite Potential of ESP32 with Arduino Core

Introduction The Arduino core for the ESP32 is an open-source framework that allows you to develop for the ESP32 microcontroller using the Arduino IDE. The ESP32 is a powerful microcontroller with a dual-core processor, built-in Wi-Fi and Bluetooth modules, and a rich set of I/O interfaces. The Arduino core for the ESP32 enables you to … Read more