Fundamentals of ESP32 Programming – Practical Tutorial for Running Lights

Fundamentals of ESP32 Programming - Practical Tutorial for Running Lights

🌟 Fundamentals of ESP32 Programming – Practical Tutorial for Running Lights Today, we will start exploring the ESP32 from scratch! As a classic introductory project in embedded development, running lights can help you quickly grasp microcontroller programming logic and hardware control. Even complete beginners can easily get started, so prepare your development board and LED … Read more

ESP32 Robot Dog: A Compact Quadruped Robot Based on ESP32

ESP32 Robot Dog: A Compact Quadruped Robot Based on ESP32

This article will delve into a compact quadruped robot project based on the ESP32 (the project address is no longer maintained and is for reference and learning purposes only). Although the original project has been discontinued, its design concepts and implementation methods still hold educational value. Let us explore the fascinating world of this small … Read more

Arduino IDE Installation Guide (Including Download Instructions)

Arduino IDE Installation Guide (Including Download Instructions)

Software Download [Software Name]: Arduino IDE[Software Size]: 165MB [Installation Environment]:Win11/Win 10 [Arduino IDE Download Link]: Quark Cloud Disk https://pan.quark.cn/s/9501db5d5261 Backup Address: dhm6.cn Arduino Integrated Development Environment is an easy-to-use open-source development platform designed for programming Arduino boards. It provides a user-friendly interface for programming beginners and is compatible with various programming languages. With this tool, … Read more

TinyML Research And Learning With Wio Terminal

TinyML Research And Learning With Wio Terminal

Produced by 21ic Forum jinglixixi Website: bbs.21ic.com The Wio Terminal development board is a compact and exquisite product. This is because it differs significantly from the evaluation products we commonly see. Firstly, most MCU evaluation boards do not come with peripherals or have very simple peripherals, consisting only of LEDs and buttons; secondly, for those … Read more

Arduino Serial Communication Example

Arduino Serial Communication Example

Of course, below I will provide a complete example of Arduino serial communication. This example will demonstrate how to perform simple data exchange between Arduino and a computer. We will write a program that receives characters from the computer and performs different actions based on the received characters. At the same time, Arduino will also … Read more

Understanding Arduino: Differences from Microcontrollers and Beginner’s Guide

Understanding Arduino: Differences from Microcontrollers and Beginner's Guide

Q: How can I see articles like this every day? A: Just search for the public account “51 Microcontroller Learning Network” and follow it for free Readers who work with microcontrollers should have heard of Arduino or even used it, but many friends are still unclear about what Arduino actually is. Today, I will briefly … Read more

Simplifying Raspberry Pi Pico Programming with Arduino-Pico

Simplifying Raspberry Pi Pico Programming with Arduino-Pico

The Raspberry Pi Pico has quickly become a popular choice among embedded developers due to its powerful capabilities and low price. However, for developers accustomed to the Arduino platform, getting started with the Pico may require some time to learn the new development environment and tools. The advent of the Arduino-Pico project provides developers with … Read more

Building an IoT System with NodeMCU on Alibaba Cloud

Building an IoT System with NodeMCU on Alibaba Cloud

Through this article, you will gain an understanding of the basic concepts of the Internet of Things (IoT), its application areas, and development prospects, as well as some basic knowledge of the Internet and the MQTT protocol. Here, we will use the ESP8266 NodeMCU and Arduino IDE to guide you in building an Alibaba Cloud … Read more