How to Port a Mini Dinosaur Game to AVR64DD32 Nano

How to Port a Mini Dinosaur Game to AVR64DD32 Nano

Today’s project is the porting of a mini dinosaur game by HonestQiao, who is a keen supporter of our Funpack activities. During the game porting process, a line-following sensor was added to check finger sliding actions, along with background music, so let’s take a look. The project has been uploaded to the Electronic Forest: https://www.eetree.cn/project/detail/1716 … Read more

When LEGO Meets Electronics | The Ultimate Valentine’s Day Gift for All Ages!

When LEGO Meets Electronics | The Ultimate Valentine's Day Gift for All Ages!

Welcome to the world of creativity DF has calculated The annual Valentine’s Day is coming! Singles, confessors, unmarried, married Are you struggling with the gift dilemma of the century? Too ordinary with no surprises Too extravagant and forces one to sell a kidney Too aloof to be useful Low beauty will be disliked Style too … Read more

Comparative Analysis of STM32 and Arduino: Which is Superior?

Comparative Analysis of STM32 and Arduino: Which is Superior?

What is the comparative performance of Arduino and STM32? Many electronics enthusiasts face a dilemma when choosing between Arduino and STM32. Arduino has always been popular, but STM32 offers more interfaces, stronger performance, and faster speeds? Features of Arduino and STM32 Arduino: Arduino is more geared towards creativity, simplifying hardware operations. Its functions and syntax … Read more

Interfacing Fingerprint Sensors with Arduino (Includes Code)

Interfacing Fingerprint Sensors with Arduino (Includes Code)

The fingerprint sensor is a widely used sensing element. This project takes the R502/R503 capacitive fingerprint sensor as an example to demonstrate how to enroll and detect fingerprints using the Arduino development board. The project BOM list is as follows: Arduino development board 1, fingerprint sensor R503 1, Dupont wires 20, breadboard 1. Understanding Capacitive … Read more

Controlling Hardware with Pinpong Library: Arduino UNO Button and LED Tutorial

Controlling Hardware with Pinpong Library: Arduino UNO Button and LED Tutorial

Click the above “Mushroom Cloud Creation” to follow us! 1. Overview A button switch, also known as a push button switch, was previously called a sensitive switch and is widely used in lights, socket switches, doorbells, and car central consoles. The introduction of button switches adds a layer of protection for electrical safety, making it … Read more

Simultaneous Control of Multiple Servos with Arduino Uno

Simultaneous Control of Multiple Servos with Arduino Uno

This experiment demonstrates how to control 6 servos simultaneously, which is the maximum number of servos that can be controlled by an Arduino Uno without using additional servo driver boards. It is important to note that the pins on the Arduino Uno that can connect to servos need to be PWM-enabled, which are the pins … Read more

Driving a Servo Motor with Arduino Uno

Driving a Servo Motor with Arduino Uno

Example Effect Using Arduino Uno to drive a 9g servo motor, achieving a rotation from 0 degrees to 90 degrees, then back from 90 degrees to 0 degrees, continuously repeating… Component Description Technical Parameters Product Size: 32 x 30 x 12 mmWorking Torque: 1.6kg·cm (4.8V)Operating Temperature: -30 to +60 degrees CelsiusDead Zone Setting: 5 microsecondsOperating … 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