How to Achieve Animation Effects with Arduino (1) – Dot Matrix Module

How to Achieve Animation Effects with Arduino (1) - Dot Matrix Module

Today, Teacher Cheng from the Mark Pen Design Study Abroad program continues to bring knowledge about Arduino. Many students enjoy creating dynamic interactive effects, so how can we achieve animation effects with Arduino? This time, I will explain a few dot matrix module sensors. The two modules discussed this time are used to achieve pixel … Read more

Research on Fuzzy Logic Intelligent Irrigation System Based on IoT Technology

Research on Fuzzy Logic Intelligent Irrigation System Based on IoT Technology

1 Research Background and Purpose The purpose of this research is to design a comprehensive system for monitoring plant growth and controlling irrigation to improve agricultural productivity. A plant disease monitoring system was developed to achieve remote monitoring and control of farmland irrigation, saving a significant amount of water resources and labor costs. By understanding … Read more

Introduction to Open Source Hardware: Arduino Interactive Animation Production

Introduction to Open Source Hardware: Arduino Interactive Animation Production

Arduino was born in Italy in 2005. Due to its low cost and powerful functionality, it has become one of the most popular open-source hardware platforms globally, making it the best choice for creating hardware projects. In this chapter, we will explore the design of an interactive animation project based on the Arduino Uno chip. … Read more

Chapter Two: Awesome! Control the Circuit Board with Code!

Chapter Two: Awesome! Control the Circuit Board with Code!

In 2005, Arduino was born in Italy. Due to its low cost and powerful functionality, it has become one of the most popular open-source hardware platforms worldwide, making it the best choice for creating hardware projects. In this chapter, we will explore the control board designed based on the Arduino Uno chip and attempt to … Read more

Voice-Controlled Light Using Arduino 101

Voice-Controlled Light Using Arduino 101

I have had the smart hardware Arduino 101 development board for a while now. I have bought several textbooks and have gained a preliminary understanding of Arduino’s design philosophy after flipping through them for a few months. I have also attempted a few practical operations based on examples, but unfortunately, I have not been able … Read more

Introduction to Arduino Courses

Introduction to Arduino Courses

Arduino is a convenient, flexible, and easy-to-use open-source electronic prototyping platform that includes hardware (various models of Arduino boards) and software (Arduino IDE). It was developed by a European team in the winter of 2005. It is built on an open-source simple I/O interface and has a development environment similar to Java and C language … Read more

How to Build a GPS-Enabled E-Paper Clock

How to Build a GPS-Enabled E-Paper Clock

MAKER: mattwach/Translated by: 趣无尽 The combination of an e-paper display with any frame creates a classic look. Its unique nostalgic quality ensures that the display works created with it remain timeless. Previously, we introduced an e-paper photo frame: it can display one classic film for an entire year using a black-and-white frame display. Today, we … Read more

DIY Piezoelectric Trigger Switch Circuit

DIY Piezoelectric Trigger Switch Circuit

The piezoelectric trigger switch circuit described here is a microcontroller-compatible impact sensor switch module operating on a 5V DC power supply. The entire circuit can be assembled on a standard 5×7 cm circuit board. The piezoelectric ceramic element (Pz1) can also be easily mounted on the PCB. This module provides a “logic” (H) output when … Read more

Using Sensirion I2C SDP: A Python Library Guide

Using Sensirion I2C SDP: A Python Library Guide

With the development of Internet of Things (IoT) technology, more and more sensors are being applied to various devices. Sensors produced by Sensirion are known for their high precision and reliability, among which I2C communication sensors are particularly common. To facilitate developers in using these sensors, the sensirion-i2c-sdp library has emerged. This article will detail … Read more

I2C Protocol Application: Sensor Interface and Data Reading

I2C Protocol Application: Sensor Interface and Data Reading

I2C Protocol Application: Sensor Interface and Data Reading I2C Protocol Application: Sensor Interface and Data Reading Hello everyone, I am Daodao. Today, let’s talk about the I2C protocol, which many sensors use to communicate with microcontrollers. Although it only uses two wires, it can connect multiple devices, making it a master of saving wires. However, … Read more