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

Innovative Circuit Design: Create an Arduino Uno Without PCB Skills

Innovative Circuit Design: Create an Arduino Uno Without PCB Skills

Do you want to play with circuits but don’t know how to design a PCB? You can! Before PCBs existed, components were connected directly (as imagined by Teacher Su). In fact, even when we have PCB design issues that require rework, we often use various jumper wires to make our circuits work. So, even if … Read more

Understanding the Differences Between Raspberry Pi, Arduino, and Microcontrollers

Understanding the Differences Between Raspberry Pi, Arduino, and Microcontrollers

Follow the blue text and reply with “Entry Materials” to get the ultimate tutorial from beginner to advanced on microcontrollers By | Wujie (WeChat: 603311638) The full text is about1383 words, reading takes about 5 minutes First, the conclusion: microcontrollers are more suitable for commercial products, while Raspberry Pi and Arduino are better for learning … Read more

Using the MQ-2 Smoke Sensor with Arduino

Using the MQ-2 Smoke Sensor with Arduino

Follow us on our public account,Star Mark Public Account to not miss exciting content MQ-2 Smoke Sensor The MQ series sensors are widely used low-cost sensors, commonly applied in gas leak monitoring devices in homes or factories. This article introduces the use of the MQ-2 smoke sensor from the MQ family, and other MQ sensors … Read more

Getting Started with Arduino Programming: Hardware and Software Preparation

Getting Started with Arduino Programming: Hardware and Software Preparation

It’s fine as long as the solution suits you, there’s no need to pursue perfection. The Arduino integrated board is a small requirement and is not suitable for all scenarios. If you have a need for younger students to learn Arduino or for large classes, you might want to consider it. Of course, there are … Read more

Raspberry Pi and Arduino Serial Communication with DHT11

Raspberry Pi and Arduino Serial Communication with DHT11

Arduino has a rich set of external interfaces, and the biggest difference from Raspberry Pi’s IO ports is that Arduino has analog input interfaces that can measure analog values on IO ports. The communication scheme between Arduino and Raspberry Pi via serial (Serial) generally has two methods: one is through Raspberry Pi GPIO serial communication, … Read more

×