Creating a Two-Way Anti-Loss Device Based on Arduino

Creating a Two-Way Anti-Loss Device Based on Arduino

This article is sourced from “Invention and Innovation” March 2024 issue At home, my mom often can’t find her phone. Every time, I have to use the search function on my dad’s phone to locate her phone and make it sound. Whenever she can’t find the TV remote, she always says, “If only the remote … Read more

Exploring Robot Simulation Platforms

Exploring Robot Simulation Platforms

“ Simulation is one of the most important tools in the process of robot learning and research, which refers to the technology of simulating actual physical systems through computers. Robot simulation is based on interactive computer graphics technology and robotics theory, generating geometric shapes of robots and displaying them in 3D, used to describe the … Read more

DIY Ultrasonic Radar with Arduino

DIY Ultrasonic Radar with Arduino

The ultrasonic sonar is a device that measures the distance to an object by emitting sound waves at a frequency above the human hearing threshold (typically above 20KHz). Its working principle involves sending out sound waves and measuring the time it takes for the sound waves to bounce back after hitting an object. By calculating … Read more

Programmable 3D Printed Magnetic Levitating Desktop Lamp (Arduino + WS2812)

Programmable 3D Printed Magnetic Levitating Desktop Lamp (Arduino + WS2812)

MAKER: tomouwerkerkerk/Translated by: 趣无尽 This is a compact and warm floating desktop atmosphere lamp, with color-changing dim light adding a gentle ambiance to the room. It is constructed based on Arduino and 3D printed components, and is very simple to assemble. Beginners who are interested can give it a try. Video Demonstration: Materials List Arduino … Read more

Exploring Arduino: Unleashing Infinite Maker Potential!

Exploring Arduino: Unleashing Infinite Maker Potential!

Click the blue text Follow us When it comes to makers, the Arduino tool is undoubtedly indispensable, as it is almost a must-have for showcasing creativity at Maker events. What is Arduino? 01 The intelligent open-source electronic prototyping platform—Arduino is a convenient, flexible, and easy-to-use open-source electronic prototyping platform. It includes hardware (various models of … Read more

C# Host Computer Development for Automation Control

C# Host Computer Development for Automation Control

Introduction In the field of automation, there are devices that cannot be operated manually, such as high-pressure gates and corrosive liquid valves. Typically, we use computer software to control these devices through a combination of PC-based host software and a microcontroller. Project Requirements Design a controller with four relays that can be controlled via software … Read more

Arduino LED Breathing Light Tutorial

Arduino LED Breathing Light Tutorial

Main Component Introduction Briefly; please refer to the introductory LED blinking LED Breathing Light Introduction Digital signals are represented by 0 and 1, which indicate non-continuous changes in voltage levels, while analog signals represent information through continuously varying physical quantities, with signals changing continuously over time. Most of the signals we encounter in our lives … Read more

Arduino Example Tutorial: Practice Makes Perfect!

Arduino Example Tutorial: Practice Makes Perfect!

Do you remember the first and second episodes of Fei’s knowledge nuggets? Do you recall the explanation about Arduino? (If you haven’t seen it, click the image below to check it out👇) (Remember to come back after watching) Are you still a bit confused? To make it more vivid and less boring, let’s understand Arduino … Read more

Arduino LED Chaser Tutorial

Arduino LED Chaser Tutorial

Recently, a little friend named Qiuqiu has developed a strong interest in Arduino, often looking for books or videos to learn from. After completing some simple projects, Qiuqiu saw a tutorial on making a DIY LED chaser in the Arduino Chinese forum community and decided to learn it. Learning Process: Materials Needed: One Arduino Uno … Read more

USB Driver Installation Guide for VIP Mini Development Board

USB Driver Installation Guide for VIP Mini Development Board

First, a statement: This tutorial is not aimed at beginners, so it absolutely will not cover the installation of Quartus II or USB Blaster; if you really want to solidify this part, you can refer to the PDF in the ‘User Manual’. 1. USB Driver and Connection Instructions Everything is ready except for the east … Read more