Exploring Creativity in Arduino Workshops

Exploring Creativity in Arduino Workshops

On the afternoon of January 8, 2019, the three-day Arduino Interactive Workshop led by Ziv Zeev Cohen at the Zhejiang University of Media and Communications’ School of Design officially commenced. The all-English teaching style of Ziv posed a challenge for the students, especially with the technical terms that were hard to understand. However, through Ziv’s … Read more

Elegant Ways to Open Arduino: Creating the Ultimate Coding Experience with VS Code

Elegant Ways to Open Arduino: Creating the Ultimate Coding Experience with VS Code

“ Research · Persistence · Ultimate · Innovation ” ①Arduino Arduino is a convenient, flexible, and easy-to-use open-source electronic prototyping platform. It includes hardware (various models of Arduino boards) and software (Arduino IDE). ②VS Code (Visual Studio Code) is an open-source, lightweight, modern code editor developed by Microsoft, and according to Stackoverflow statistics, VS Code … Read more

Getting Started with Arduino: Overview and Simple Examples

Getting Started with Arduino: Overview and Simple Examples

Arduino is an open-source electronics platform based on easy-to-use software and hardware development. When it comes to Arduino, some people may have heard of Arduino microcontrollers or Arduino circuit boards, as well as the Arduino IDE that can be used to program these boards. Arduino boards can read external signals, such as detecting light sources … Read more

Creating a Smart Home Device to Annoy Your Neighbors

Creating a Smart Home Device to Annoy Your Neighbors

Follow the official account “GitHub Dictionary” Set as “Starred”, bringing you to explore GitHub every day! From Quantum Bit In the dead of night, when your neighbors are arguing, partying, or children are crying, how do you deal with it? Knock on the door? Use earplugs? Silently endure until you’re on the verge of a … Read more

Control Arduino with Windows Remote Arduino: A Comprehensive Guide

Control Arduino with Windows Remote Arduino: A Comprehensive Guide

1. Overview Many friends have already started playing with Arduino, and they usually use the official Arduino IDE to write programs to control Arduino hardware. To make control more convenient, Microsoft launched Windows Remote Arduino in the Windows IoT program. In simple terms, Windows Remote Arduino is an open-source Windows runtime component that allows us … Read more

Create a Magical Floating Lamp with Arduino

Create a Magical Floating Lamp with Arduino

To learn embedded systems, follow @I want to learn embedded systems,the station for embedded enthusiasts. 01 Introduction Today, I will introduce a project that is a magical floating lamp made with Arduino by a beginner designer from abroad! This is a 3D printing project suitable for beginners. 02 Materials Preparation 2.1 Materials 3D model (see … Read more

21 Creative Arduino Project Ideas for Beginners

21 Creative Arduino Project Ideas for Beginners

Arduino is a versatile open-source electronics platform that enables countless enthusiasts, hobbyists, and professionals to delve into the exciting world of electronics and programming. With its user-friendly interface and rich ecosystem of components, Arduino serves as an excellent gateway for individuals eager to explore the realm of physical computing and interactive projects. Engaging in practical … Read more

OTA Online Upgrade for Arduino

OTA Online Upgrade for Arduino

1. Introduction to OTA OTA stands for Over-the-Air, which refers to the technology for remote management of SIM card data and applications through mobile communication (GSM or CDMA) over the air interface. The air interface can utilize WAP, GPRS, CDMA1X, and SMS technologies. The application of OTA technology allows mobile communications to not only provide … Read more

Controlling Servo Motors with Arduino: A Simple Guide

Controlling Servo Motors with Arduino: A Simple Guide

Today, we will use the Arduino development board to control a servo motor, creating a simple 2-degree-of-freedom gimbal. Based on its rotation characteristics, the gimbal can be divided into a horizontal gimbal that can only rotate left and right, and an omnidirectional gimbal that can rotate both left and right as well as up and … Read more