Building Dreams with Technology | Arduino Open Hardware Course: From Zero to Maker, Igniting Innovation

Building Dreams with Technology | Arduino Open Hardware Course: From Zero to Maker, Igniting Innovation

Click on the above“Zhongbei Middle School West District Experimental School” to join us in caring for children’s growth. In 2017, the State Council issued the “New Generation Artificial Intelligence Development Plan,” which clearly stated the need to “set up artificial intelligence-related courses in primary and secondary schools and gradually promote programming education,” laying a solid … Read more

Getting Started with ESP32 and Arduino (Part 4): Random Display of Classical Poetry on OLED Screen

Getting Started with ESP32 and Arduino (Part 4): Random Display of Classical Poetry on OLED Screen

Introduction I believe that working on some simple and fun projects is a great way to get started. During the practical process, you will encounter many requirements and issues, and solving these requirements and problems is part of the learning process. Today, I will share a project that randomly displays classical poetry. If you are … Read more

Weekend Live Class | Easily Create an Interactive Music Atmosphere Light with Arduino

Weekend Live Class | Easily Create an Interactive Music Atmosphere Light with Arduino

Lighting is an important medium for visual interaction. From the initial cold and warm light sources to the now programmable RGB LED lights that can control hue and brightness, the development and evolution of lighting have added more color to our lives. Many friends carefully design a set of startup lighting effects for their computer … Read more

Water Quality Detection Based on ESP8266 (MQTT Reporting Mini Program and HA)

Water Quality Detection Based on ESP8266 (MQTT Reporting Mini Program and HA)

In the previous article, we discussed reading data from water quality sensors based on Arduino. For details, you can read the historical articles. However, due to the limitations of Arduino, it cannot upload data to the network. Therefore, this article presents a method for configuring a water quality sensor based on ESP8266 for data reporting. … Read more

Getting Started with ESP32 and Arduino (Part 2): Connecting an OLED Display

Getting Started with ESP32 and Arduino (Part 2): Connecting an OLED Display

Wiring Let’s first take a look at the wiring. I am using a 0.91-inch 4-pin OLED display. OLED Pin ESP32-S3 Pin GND GND VCC 3.3V SCL 0 SDA 1 After completing the wiring, it looks like this: Installing the Library The library used to connect the OLED display is: image-20250409152629407 GitHub link: https://github.com/ThingPulse/esp8266-oled-ssd1306 Description This … Read more

Getting Started with ESP32 and Arduino (Part 4): Random Display of Classical Poetry on OLED Screen

Getting Started with ESP32 and Arduino (Part 4): Random Display of Classical Poetry on OLED Screen

Introduction I believe that working on some simple and fun projects is a great way to get started. During the practical process, you will encounter many requirements and issues, and solving these requirements and problems is part of the learning process. Today, I will share a project that randomly displays classical poetry. If you are … Read more

ESP32: Practical Tutorial for Beginners on Embedded WiFi Control – Smart Home Monitoring System

ESP32: Practical Tutorial for Beginners on Embedded WiFi Control - Smart Home Monitoring System

Do you want to create your own smart home system? Don’t worry, you don’t need a professional background! With an ESP32 development board, a few sensors, and a little programming knowledge, you can create a practical home monitoring system. Today, we will implement this small project step by step, allowing you to master the basic … Read more

Low-Cost Word Fitness Boxing Robot Production Plan

Low-Cost Word Fitness Boxing Robot Production Plan

Are there any friends interested in the project below? 1. Core Components and Cost List | Component | Recommended Solution | Estimated Cost | |——————-|———————————–|—————-| | Main Structure | Inflatable punching bag/sandbag + homemade target | 50-150 CNY | | Impact Detection System | Pressure sensor + foam cushioning layer | 40-80 CNY | | … Read more

ArduTFLite: An Arduino-Style TensorFlow Lite Micro Library

ArduTFLite: An Arduino-Style TensorFlow Lite Micro Library

ArduTFLite——Arduino-style TensorFlow Lite Micro library ArduTFLite library simplifies the use of TensorFlow Lite Micro on Arduino boards, providing a typical Arduino-style API. It avoids the use of pointers or other C++ syntax structures that are discouraged in Arduino sketches. ArduTFLite serves as a wrapper for the Chirale_TensorFlowLite library, which is a port of the official … Read more

A Step-by-Step Guide for Beginners to Micro:bit Programming Education

A Step-by-Step Guide for Beginners to Micro:bit Programming Education

This topic is a bit heavy, and I dare to throw out a brick to attract jade. Currently, maker education and programming education are being promoted across the country. I visited some schools and communicated with several teachers. Maker education is generally at a preliminary stage. I had an in-depth discussion with Teacher Chen from … Read more