TinyML-ESP32: Gesture Recognition, Voice Wake-Up, Jump Rope Counting

TinyML-ESP32: Gesture Recognition, Voice Wake-Up, Jump Rope Counting

When the ESP32 Development Board Meets TinyML In the intersection of the Internet of Things and artificial intelligence, the TinyML-ESP32 project has emerged as a dark horse! Supported by the Black Walnut Laboratory, this open-source project maximizes the performance of the ESP32-WROOM-32 development board, integrating hardware such as gyroscopes, microphones, and LED light groups to … Read more

MySensors: A Powerful Open Source IoT Platform for Building Sensor Networks

MySensors: A Powerful Open Source IoT Platform for Building Sensor Networks

In today’s rapidly advancing technology, smart homes and the Internet of Things (IoT) are entering our lives at an unprecedented pace. MySensors is an open-source hardware and software community dedicated to helping DIY enthusiasts build affordable and powerful smart sensors and actuators. In this article, we will delve into the core features, advantages of MySensors, … Read more

Low Power Design and Real-Time Optimization in Embedded Systems Using C++

Low Power Design and Real-Time Optimization in Embedded Systems Using C++

# Low Power Design and Real-Time Optimization in Embedded Systems Using C++ In embedded systems, low power consumption and real-time performance are two key design goals. C++, as a powerful programming language, can help developers achieve these two objectives. In this article, we will discuss how to use C++ for low power design and real-time … Read more

Exploring AI Dual-Thread Teaching Model at Guxian Primary School

Exploring AI Dual-Thread Teaching Model at Guxian Primary School

Artificial Intelligence Artificial intelligence is a term that many are familiar with. When people mention it, they often do not consider its specific connotation, treating it more as a synonym for information technology education, especially programming education. However, the term artificial intelligence cannot comprehensively represent the current state of information technology education. Information technology education … Read more

How to Make a Cool E-Paper Clock?

How to Make a Cool E-Paper Clock?

This week, I will introduce you to a beautiful e-paper clock that also functions as a weather station (can automatically set via GPS). It can run for about 6 months on 4 AAA batteries, and to ensure safety and reliability, it does not require any network connection. Features include: Automatic setting (via GPS) Current temperature. … Read more

Light Up the 1602 LCD Experiment

Light Up the 1602 LCD Experiment

This experiment uses Arduino to directly drive the 1602 LCD to display text. The 1602 LCD is widely used in applications. The original 1602 LCD used the HD44780 controller, and now various manufacturers’ 1602 modules basically use compatible ICs, so their characteristics are generally consistent.1602LCD main technical parameters: Display capacity is 16×2 characters; Chip operating … Read more

Using Mixly to Drive Blue Bridge Arduino Development Board

Using Mixly to Drive Blue Bridge Arduino Development Board

(⊙o⊙)…, I am sharing Arduino-related materials again. For some, it might be incomprehensible but impressive. But who told me I have been tinkering with Arduino recently~~~~ 1. Monochrome LED Module Figure 1 Monochrome LED Module Schematic As shown in Figure 1, RED corresponds to red, GRE to green, and BLU to blue, corresponding to digital … Read more

Focusing on Community and Open Source to Create Standardized Products for Diverse IoT Needs

Focusing on Community and Open Source to Create Standardized Products for Diverse IoT Needs

The greatest science fiction writers probably never anticipated the invention of the internet. If the internet changed modern people, the rapidly developing Internet of Things (IoT) industry has even more to offer for the future. Whether it’s smart cities, smart homes, smart factories, or industries like construction, logistics, and public services, more and more “things” … Read more

EESkill NRF24L01 Wireless Module User Manual

EESkill NRF24L01 Wireless Module User Manual

1. Introduction to EESkill NRF24L01 Wireless Module NRF24L01 is a wireless communication chip recently produced by NORDIC, using FSK modulation and integrating NORDIC’s own Enhanced ShortBurst protocol. It can achieve point-to-point or 1-to-6 wireless communication.The wireless communication speed can reach 2M (bps).NORDIC provides the GERBER files for the communication module, which can be directly processed … Read more