PyFirmata: An Awesome Arduino Control Library for Python

PyFirmata: An Awesome Arduino Control Library for Python

PyFirmata: An Awesome Arduino Control Library for Python! Want to play with Arduino using Python? Want to write code that is both stylish and efficient? Then you must get to know PyFirmata, a powerful Python library specifically designed for Arduino, allowing you to directly control Arduino’s hardware devices with Python. Today, we will discuss this … Read more

Lanqiao Cup Arduino Competition Course Share

Lanqiao Cup Arduino Competition Course Share

How to Obtain 1. Follow the public account below, and click 【Like】 and 【Looking】 2. Reply 【Course】 in the public account to obtain the materials. There is a course share for the Lanqiao Cup Arduino competition! # Lanqiao Cup Arduino Competition: Start Your Smart Hardware Innovation Journey In today’s rapidly developing technological era, the innovation … Read more

Measuring Air Quality with Arduino and Gas Sensor

Measuring Air Quality with Arduino and Gas Sensor

Gas Sensor (MQ-135) The working principle of the MQ135 gas sensor is based on the adsorption of target gases by semiconductor gas-sensitive materials, which changes the resistance value. The sensor contains a sensitive element and a heater, with the sensitive element typically made of metal oxide semiconductor materials, such as tin dioxide (SnO2). When there … Read more

Developing Smart Housekeeping Robots Using Python and AI

Developing Smart Housekeeping Robots Using Python and AI

Developing Smart Housekeeping Robots Using Python and AI Hello everyone, I am Cai Ge. Today, I want to take you into a very interesting project—Smart Housekeeping Robots. Imagine a robot that can help you clean the room, organize items, and even chat with you; how cool is that! Next, I will use simple and easy-to-understand … Read more

Arduino Course – Ultrasonic Distance Measurement (Part 9)

Arduino Course - Ultrasonic Distance Measurement (Part 9)

Click the blue text above to follow us Video Teaching Lesson 9: Ultrasonic Distance Measurement 1. Course Introduction This lesson uses the ultrasonic distance sensor as an example to explain the principle of ultrasonic distance measurement and the use of OLED display based on the IIC communication protocol. Hardware required for this lesson: Arduino UNO, … Read more

How To Create A Playing Card Flipping Clock Based On ESP32

How To Create A Playing Card Flipping Clock Based On ESP32

▲ For more exciting content, please click on the blue text above and follow us! A deck of idle playing cards and a 3D printed stand can create a creative playing card clock. I used playing cards as the clock’s flaps and made an interesting and crazy clock with minimal parts. The most challenging part … Read more

Arduino Humidity Sensor Tutorial

Arduino Humidity Sensor Tutorial

The soil moisture sensor, also known as the soil humidity sensor, consists of stainless steel probes and waterproof tips, allowing it to be buried in soil and embankments for long-term use. It can perform point monitoring and online measurement of both surface and deep soil moisture conditions. When used in conjunction with a data collector, … Read more

In-Depth Analysis and Practical Application of Stepper Library for Arduino

In-Depth Analysis and Practical Application of Stepper Library for Arduino

In the dazzling galaxy of electronic creativity and automation control, Arduino is undoubtedly the brightest morning star, leading countless enthusiasts on a wonderful journey of exploring intelligent control. Today, we will focus on a crucial “behind-the-scenes hero” in the Arduino ecosystem – the Stepper library. It may not often be in the spotlight, but like … Read more

Introduction to Arduino: IDE Installation and Board Connection

Introduction to Arduino: IDE Installation and Board Connection

Arduino is an IoT device that provides a hardware programming platform Basic Knowledge Basic knowledge of physics and electricity from middle school Basic computer operation skills IDE Installation https://www.arduino.cc/ Download from the official website, a VPN is required. http://www.taichi-maker.com/ This website is accessible within China. Double-click the installer to install, make sure to install the … Read more