Controlling Hardware with the Pinpong Library: Arduino Uno LED Blinking Tutorial

Controlling Hardware with the Pinpong Library: Arduino Uno LED Blinking Tutorial

Click the “Mushroom Cloud Creation” above to follow us! 1. Overview Hello World is the first lesson in learning any programming language, but in Arduino learning, our Hello World is called Blink. What does Blink mean? It means to flash. In fact, Blink is a program that lights up the onboard LED on the Arduino … Read more

Running Rust Programs on Arduino Uno: A Comprehensive Guide

Running Rust Programs on Arduino Uno: A Comprehensive Guide

Running Rust Programs on <span>Arduino Uno</span> A long time ago, to run Rust on Arduino, you had to install a specially modified Rust compiler that supports AVR: rust-avr. A month ago, rust-avr has been merged into the Rust master branch, which means you can play with Arduino under Nightly now. It also includes a new … Read more

Implementing a Simple Digital Oscilloscope with Arduino Uno

Implementing a Simple Digital Oscilloscope with Arduino Uno

Basic Requirements: Use the built-in ADC of the Arduino Uno to measure voltage input and output it to the serial port. Use the “Serial Plotter” on the PC side to view the corresponding waveform. Advanced Requirements (Software): Understand the basic functions and working principles of an oscilloscope. Use timer interrupts for sampling to ensure a … Read more

Understanding Arduino UNO: A Comprehensive Guide for Beginners

Understanding Arduino UNO: A Comprehensive Guide for Beginners

Remember to follow me so you don’t lose track! In the previous live stream, we systematically introduced the Arduino UNO board. Considering that some friends missed this live session, I am now sharing the live video with everyone as follows: The video mainly introduces various interfaces, main chips, pins (digital and analog) that programmers should … Read more

Understanding the Differences Between Arduino and Microcontrollers: A Beginner’s Guide to Arduino

Understanding the Differences Between Arduino and Microcontrollers: A Beginner's Guide to Arduino

Follow andstar our public account to not miss exciting content. Source: DF Maker Community Edited by: strongerHuang Readers interested in microcontrollers should have heard of Arduino or even used it, but many still do not understand what Arduino is. Today, I will briefly describe Arduino-related content for beginners. 1. Introduction to Arduino To understand Arduino, … Read more

Beginner’s Guide to Arduino: Getting Started (Part 1)

Beginner's Guide to Arduino: Getting Started (Part 1)

【Click the blue text above to follow us and become a tech enthusiast together!】 Total words:5396 words 9 images Estimated reading time: 14 minutes (The article is a bit long, key points are highlighted) Are you a complete beginner wanting to get started with Arduino but don’t know where to begin? This article will guide … Read more

Arduino Easy Learning: Week 2 Course Update

Arduino Easy Learning: Week 2 Course Update

Click on “Technology Classroom” above to subscribe to the latest technology education information. The Arduino Easy Learning course has been updated. Last week we learned about installing Arduino and tried two simple cases: controlling an LED light. This week we will learn about Arduino’s loop operations, analog signal input, and PWM control through three cases. … Read more

Low-Cost Automation Control with Arduino for Just 15 Yuan

Low-Cost Automation Control with Arduino for Just 15 Yuan

JZGKCHINA Industrial Control Technology Sharing Platform 1 Introduction In today’s era of rapid technological development, automation control systems play a crucial role in various fields. Traditional automation control solutions are often expensive and difficult to master. This article introduces a low-cost automation control solution using Arduino Uno, which is not only affordable but also easy … Read more

Ultimate Guide to AFMotor Motor Expansion Board for Arduino

Ultimate Guide to AFMotor Motor Expansion Board for Arduino

Note: Please click on the “Read the original text” at the bottom of this article to access the video tutorial page. The AFMotor motor expansion board is one of the most popular expansion boards for the Arduino platform, known for its convenient connections and rich functionality. Many friends enjoy using this motor expansion board to … Read more

Top Development Boards for IoT: A Comprehensive Review

Top Development Boards for IoT: A Comprehensive Review

Follow and star the official account,so you won’t miss out on exciting content. Source: Huawei Developer Community Edited by: strongerHuang In recent years, the rapid development of the Internet of Things (IoT) has been felt by everyone. It is well known that the underlying boards (or development boards) are the smart devices in the perception … Read more