Youth Robotics Technology Level Exam Theory Comprehensive Paper (Level 4) 2024-12

Youth Robotics Technology Level Exam Theory Comprehensive Paper (Level 4) 2024-12

Youth Robotics Technology Level Exam Theory Comprehensive Paper (Level 4) Score: 100 Questions: 30 1. Multiple Choice Questions (20 questions, 80 points total) 1. The following Arduino C program runs, under which condition will the serial monitor output “B”? ( ) A. score > 75 && score < 90 B. score > 75 || score … Read more

Getting Started with Arduino: A Beginner’s Guide

Getting Started with Arduino: A Beginner's Guide

Arduino is the most suitable open-source electronics platform for makers. —— Robotkang After two months of news updates, I have increased my awareness of global news, but the daily updates have caused me some confusion, perhaps due to being too busy with work lately, O(∩_∩)O haha~. Therefore, I have adjusted the strategic positioning of this … Read more

Gifts for Kids: Playing Arduino with LeezP710

Gifts for Kids: Playing Arduino with LeezP710

Welcome to Chipboard Workshop, I’m the beloved Xiao Yueyue. Today, I bring you a creative DIY using LeezP710. 1. Preparations Before Operation As we all know, LeezP710 can run the ARM64 Linux operating system, which opens up more possibilities for applications, such as children’s programming education. The tutorial below is designed for kids; today we’re … Read more

Arduino Expansion Board Soldering Method by Lele

Arduino Expansion Board Soldering Method by Lele

In the fourth grade, Lele won second place in the microcontroller competition in Haidian District Lele loves programming and robotics but the most favorite is still the production of hardware circuit boards Seeing the soldering iron not soldering a few boards that is absolutely not acceptable Lele most likes the combination soldering iron, solder, components, … Read more

Getting Started With Arduino Programming (3rd Edition) PDF Download

Getting Started With Arduino Programming (3rd Edition) PDF Download

Author: [US] Simon Monk (Simon Monk) Translated by: Wang ChaoPublisher:Tsinghua University PressPublication Date: June 2023 Editorial Recommendation A new Arduino programming guide that requires no prior programming experience! This edition has been comprehensively updated to introduce how to quickly and easily write all programs based on Arduino models using a modified C language and the … Read more

How to Invent a Robot? – A Guide to Robotic Systems Knowledge

How to Invent a Robot? - A Guide to Robotic Systems Knowledge

The research on robots has made significant progress, and theoretically, all mechanical labor can be replaced by robots. From the increasingly mature industrial robots and mobile robots, it seems we are witnessing a historical repetition that once occurred in computer systems: transitioning from mainframes to workstations, and now to personal computers and handheld devices. In … Read more

Differences in Development Methods: STM32, Arduino, and Raspberry Pi

Differences in Development Methods: STM32, Arduino, and Raspberry Pi

Follow+Star Public Account Number, Don’t Miss Wonderful Content Author | strongerHuang WeChat Public Account | Embedded Column Recently, I saw a netizen asking: Are there significant differences in the development methods of STM32, Arduino, and Raspberry Pi? To say the similarities, there are indeed many commonalities between them. However, if you talk about the differences … Read more

Introduction to Arduino: LCD1602 Display Basics

Introduction to Arduino: LCD1602 Display Basics

LCD1602 Display The LCD1602, also known as the 1602 character LCD, is a dot matrix liquid crystal module specifically designed to display letters, numbers, and symbols. It can display 16×2 characters, totaling 32 characters. In this article, we will explore the LCD1602 and drive it to display “Hello World”. 1. Introduction to LCD1602 For microcontroller … Read more

Enhancing Arduino: OLED Electronic Clock Tutorial

Enhancing Arduino: OLED Electronic Clock Tutorial

Follow,Star Public Account, don’t miss exciting content Editor: TonySource: Public Account TonyCode In the previous article, we used library functions to drive the DS1302 to obtain time data and output it via the serial port. The serial port is just for debugging; to create an electronic clock, we need to use a display module. This … Read more

Arduino Basics: Heart-Shaped LED Animation

Arduino Basics: Heart-Shaped LED Animation

Reading this article will take approximately 5 minutes. This article continues to explore the use of LED matrix displays to achieve a heart-beating effect. 1. Experiment Materials Uno R3 Development Board USB Data Cable Breadboard and Jumper Wires 8×8 LED Matrix Display 2. Experiment Steps 1. Build the circuit according to the schematic. According to … Read more