How to Connect Basic Arduino Circuits

How to Connect Basic Arduino Circuits

Today, Teacher Cheng from the Mark Pen Design Study Abroad program continues to bring you the basics of Arduino. Last time we introduced the three types of Arduino development boards: Arduino UNO, Arduino Nano, and Arduino Pro Mini. How can beginners start learning Arduino? Now, Teacher Cheng will introduce the essential knowledge of breadboards and … Read more

Connecting Arduino with Obstacle Avoidance Car

Connecting Arduino with Obstacle Avoidance Car

1. Making the Obstacle Avoidance Car 1. Preparations for Making the Obstacle Avoidance Car Hardware: Arduino UNO, L298N driver module, ultrasonic module, car chassis, servo module, a breadboard, and some Dupont wires. Software: Arduino UNO programming download software Here is an image of the installed setup: 2. Understanding the Servo Module We are using a … Read more

Using Breadboards: Are They Made of Bread?

Using Breadboards: Are They Made of Bread?

Before the invention of the breadboard (in the 1960s), you had to use a technique called wire wrapping to build circuits. The wire wrap connects the circuit by linking conductive posts to a perforated board and winding wires around them. As shown in the image below, the circuit can be quite complex. The circuit board … Read more

Arduino Basics Tutorial 06 – Flowing LED Lights

Arduino Basics Tutorial 06 - Flowing LED Lights

Reading this article will take about 3 minutes. The previous article introduced the Arduino digital I/O pins and related functions, lighting up the onboard LED. This article will use a breadboard to build a circuit, allowing multiple LEDs to create a flowing effect. 1. Experimental Materials Uno R3 Development Board USB Data Cable Breadboard and … Read more

Beginner’s Guide to Raspberry Pi GPIO: Control an LED

Beginner's Guide to Raspberry Pi GPIO: Control an LED

Light Up an LED Overview The purpose of this tutorial is to light up an LED using a program, which will automatically turn off after 3 seconds. In all programming languages, the first program is called hello world, and today’s LED lighting tutorial is essentially the hello world of hardware programming, making it a very … Read more