Getting Started with Raspberry Pi B Human Infrared Sensor Alarm

Getting Started with Raspberry Pi B Human Infrared Sensor Alarm

In previous sections, we used the GPIO output function for the LED lights. This time, we will finally need to use the GPIO input function. The human infrared sensing module is quite simple to use. After completing our experiment, we will combine it with the previous buzzer to create a simple human detection alarm. 1. … Read more

How to Effectively Program an MCU Active Buzzer Driver

How to Effectively Program an MCU Active Buzzer Driver

The buzzer is a common device, which can be divided into passive and active types. Choose different types of buzzers based on project requirements. In a recent project, we used an active buzzer. As usual, we first designed the circuit board and then proceeded to programming. The schematic in the project is as follows: If … Read more

Electronic Music Box with Buzzer Programming for Kids

Electronic Music Box with Buzzer Programming for Kids

Here is the micro-course video. Please click the play button to watch. Task 1: Understand the structure and working principle of the buzzer. Task 2: Match the buzzer hardware with the software. Task 3: Use programming to play music with the buzzer. If you are interested in the Arduino game controller, you can message us … Read more

Playing Simple Scores with a Buzzer Using C Language

Playing Simple Scores with a Buzzer Using C Language

In embedded system development and some fun electronic projects, using C language to control a buzzer to play simple scores is a very interesting practice. It allows hardware to “sound”, adding lively audio effects to our creations. Today, let’s delve into how to achieve this fun functionality. 1. Working Principle of the Buzzer Buzzers are … Read more

DIY Smoke Alarm Using Arduino: A Practical Guide

DIY Smoke Alarm Using Arduino: A Practical Guide

Introduction In the previous article, I made a lantern that lights up when lifted, preparing decorations for the New Year. This article will focus on safety, creating a smoke alarm using a combustible gas detector. In daily life, smoke alarms are typically installed in areas with a high risk of fire, such as kitchens, laboratories, … Read more

How to Use SD Card Module with Arduino Development Board

How to Use SD Card Module with Arduino Development Board

Today, Teacher Cheng from the Mark Pen Design Study Abroad continues to bring knowledge about Arduino. In previous articles, many common sensors have been introduced, such as ultrasonic sensors, human infrared sensors, and photoresistors.This time we will talk about a slightly more complex module – the SD card module. Actually, when it comes to music … Read more