Differences Between Arduino, ARM, Raspberry Pi, and Microcontrollers

Differences Between Arduino, ARM, Raspberry Pi, and Microcontrollers

Many beginners are confused about the differences between Arduino, ARM, Raspberry Pi, and microcontrollers. All four belong to the field of embedded technology, which encompasses a vast body of technical knowledge. In fact, comparing these four is a mistake in itself. Today, I will explain these four technical terms! Arduino Microcontrollers come in many different … Read more

Arduino Circuit Programming Maker Course – Default Class

Arduino Circuit Programming Maker Course - Default Class

Available Arduino Circuit Programming Maker Course – Default Class (1080p) Editor Wei♥o(* ̄▽ ̄*)ブ: uu66ue or Wei♥: mmm44c Course Content Arduino Circuit Programming Maker Course – Default Class 001.01. Basic Instructions.mp4 View Path 002.02. Software Installation.mp4 View Path 003.03. Light Up LED.mp4 View Path 004.04. LED Blinking.mp4 View Path 005.05. Running LED.mp4 View Path 006.06. Simplified Running … Read more

Build a Cocktail-Making Robot with Arduino

Build a Cocktail-Making Robot with Arduino

Welcome to the World of “Creation” Original Author: Ted Kinsman Translated by: Hua Shen * Authorized by Makezin Every party needs a conversation starter, and what better than a cocktail-making robot? This not only serves as a great talking point but also allows the host to mingle with guests instead of being stuck behind the … Read more

Basics of Arduino Programming

Basics of Arduino Programming

/ Basics of Arduino Programming / Using C++ programming, basic reference to C++ syntax. Each statement ends with a semicolon, comments use //, uppercase words are special characters and should not be misused. Functions are enclosed in {}. void setup() { // put your setup code here, to run once: // This code runs once … Read more

How to Put Arduino in Sleep Mode: Examples Explained

How to Put Arduino in Sleep Mode: Examples Explained

Q A & Question:Examples of Arduino Sleep Mode I decided to write my own examples to demonstrate how to put the Arduino into sleep mode. You might wonder, what’s the need for this? The answer is: if your project is powered by batteries, this setting can be very useful. Putting the Arduino into sleep mode … Read more

Arduino_Core_STM32: The Powerful Tool Integrating STM32 with Arduino Ecosystem

Arduino_Core_STM32: The Powerful Tool Integrating STM32 with Arduino Ecosystem

What is Arduino_Core_STM32? Arduino_Core_STM32 is an Arduino-compatible core developed for the STM32 series microcontrollers. It is jointly developed and maintained by STMicroelectronics and the Arduino community. By using this core, you can run Arduino programs on STM32 microcontrollers and access the rich Arduino ecosystem. This core supports a wide range of STM32 series chips, covering … Read more

Mecanum Wheel and Smooth Wheel Automatic Switching Device

Mecanum Wheel and Smooth Wheel Automatic Switching Device

During a visit to a robotics technology exhibition, I observed that some robots used Mecanum wheels for movement. In specific working environments, the design of Mecanum wheels facilitates the robot’s ability to turn in place and translate. However, I also identified two issues: Mecanum wheels must operate on relatively flat surfaces; and during long-distance straight … Read more

Getting Started with the Airborne Board: Warm Water Mixing Assistant

Getting Started with the Airborne Board: Warm Water Mixing Assistant

Click Mushroom Cloud Creation to follow us The following video is sourced from Dakaizhi Chuang ↑Demo Video↑ 【Creation Background】 Figure 1 When preparing milk powder, the appropriate water temperature is key to maximizing the retention of nutrients. Typically, the milk powder can will have a brewing guide, which includes recommendations for water temperature (as shown … Read more

Exploring the Secrets of RGB LED Technology

Exploring the Secrets of RGB LED Technology

After learning the basic knowledge of LED, students have gained some understanding of LED, especially the monochrome LED. However, in many areas of our lives, we also use a type of LED with a richer color palette, called full-color LED. In this lesson, we will guide students to explore the dazzling secrets of LED. Figure … Read more

IBM Engineer Builds Electric Microscope Using LEGO and Raspberry Pi

IBM Engineer Builds Electric Microscope Using LEGO and Raspberry Pi

LEGO is truly a source of joy for adults, as it not only allows for imaginative constructions of houses and buildings but also aids in the creation of precision instruments, making it a favorite among countless geeks! Previously, someone built a parts sorting machine with LEGO, eliminating the hassle of categorizing LEGO pieces. This time, … Read more