How to Use FPGA Development Boards? (Part 1) – Playing with FPGA Like Arduino

How to Use FPGA Development Boards? (Part 1) - Playing with FPGA Like Arduino

This is also a series of articles, stemming from previous discussions with fans in the comments about the efforts made abroad for FPGA development or entry-level engagement. Each article will introduce a specific FPGA development board, focusing on the development methods prepared for the board (which are quite different from those in China). Today’s main … Read more

Illuminate Robot Intelligence with Simple Circuits: LattePanda Mu Multifunctional Portable Cyberdeck | DF Maker Weekly (Issue 126)

Illuminate Robot Intelligence with Simple Circuits: LattePanda Mu Multifunctional Portable Cyberdeck | DF Maker Weekly (Issue 126)

【Click the above“blue text” to follow the DF Maker Community and become a tech aesthetician together】 The community public account records weekly shareable maker-related content, published every Friday~ Submissions or recommendations for related content are welcome. Submission email: <span>[email protected]</span> Hardware Neurons: Illuminate Robot Intelligence with Simple Circuits This project is actually a small robot experiment … Read more

Arduino PID Controller Simulation with Proteus

Arduino PID Controller Simulation with Proteus

PID Controller, also known as Proportional-Integral-Derivative Controller, is a type of feedback control system and mechanism used to control the regulation process of a system to reach the desired setpoint. It is a widely used control algorithm in industrial plants. The algorithm continuously calculates the error signal based on the difference between the desired setpoint … Read more

Arduino Orientation Sensing: LED Lights Changing with Angle

Arduino Orientation Sensing: LED Lights Changing with Angle

Introduction A few years ago, I heard about a creative door lock project: the user holds a sensing device and waves it in a specific manner. Once the device recognizes the action, it unlocks the door. This action becomes a form of key. I broke down this project into hardware and software components. The hardware … Read more

Video Effects Control with Arduino: A Journey into Embedded Development

Video Effects Control with Arduino: A Journey into Embedded Development

“Hey, Xiao Wang, your video editing is pretty good! How did you achieve those effects?” I glanced at Xiao Wang’s computer screen and couldn’t help but ask. Xiao Wang scratched his head and chuckled, “Brother Qian, I’m not really sure, I just followed the tutorial step by step.” “Oh? What kind of tutorial is that … Read more

Arduino Basic Experiment 1: Running Light Experiment

Arduino Basic Experiment 1: Running Light Experiment

The running light is a common electronic display effect characterized by multiple LED lights (or other light sources) lighting up and extinguishing in sequence, creating a dynamic visual effect similar to “flowing water” or “waves.” The running light experiment is simple and intuitive, making it a classic project for learning Arduino programming.1. Experiment Materials 1. … Read more

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