DIY Self-Balancing Robot Using Stepper Motors and Arduino Nano

DIY Self-Balancing Robot Using Stepper Motors and Arduino Nano

Today, I will introduce a project that uses simple stepper motors and Arduino Nano to create a self-balancing robot. In this article, a senior software engineer from the Czech Republic will outline the main challenges he faced during the project, hoping it will be useful for your future projects and that you can learn something … Read more

Learn Arduino with Kids: Rock Paper Scissors Game Machine

This Section Shows Season 2 Course Access Season 1 Course Access (Free) Arduino Course Outline Note: (Red indicates courses that have been updated and released) Chapter 1: Arduino Basics – Output Control 1. Light Up LED 2. Blink LED 3. LED Flow 4. Buzzer 5. Air Raid Alarm 6. Music Master 7. Digital Tube 8. … Read more

Learning Arduino with Kids: Whack-a-Mole Game (Part 2)

Content of This Lesson Course Listening Address Arduino Course Outline Note: Red indicates updated courses) Previous Part Chapter 1: Arduino Basics – Output Control 1. Light Up LED 2. Blink LED 3. Flowing Lights 4. Buzzer 5. Air Raid Alarm 6. Music Master 7. Digital Tube 8. Countdown Traffic Light Chapter 2: Sensor Control with … Read more

Free Course: Arduino Club Lesson 28 – Speech Recognition Part 1

Free Course: Arduino Club Lesson 28 - Speech Recognition Part 1

1 Main Content 2 Video Course Scan to Watch More Videos 3 Arduino Club Course Outline – Session 2 16.Simple Traffic Light 17. Welcoming Robot 18. Random Name Picker 19. Quiz Buzzer 20. Infrared Remote-Controlled Fan 21. Creative Fan 22.Temperature and Humidity Measurement Device 23.OLED Clock 24.Whac-A-Mole Game – Part 1 25.Whac-A-Mole Game – Part … Read more

Arduino Course at Smart Robot Club – Session Four

Arduino Course at Smart Robot Club - Session Four

Arduino Course at Smart Robot Club – Session Four Robot DHT11 Temperature and Humidity Sensor and Infrared Remote Control April 2nd, 2 PM, on March 19th at 2 PM, the Smart Robot Club held its fourth Arduino course in A207 of the School of Electrical and Electronic Engineering. According to the group arrangement, members should … Read more

Learn Arduino With Kids: Season 5, Lesson 57 – Bluetooth Remote Control Car

Learn Arduino With Kids: Season 5, Lesson 57 - Bluetooth Remote Control Car

Content of This Lesson Course Listening Address Overall Outline of Arduino Courses Note:The following red items have been updated and released Previous Chapter Chapter 1: Arduino Basics – Output Control 1. Light Up LED 2. Blink LED 3. Flowing Light 4. Buzzer 5. Air Raid Alarm 6. Music Master 7. Digital Tube 8. Countdown Traffic … Read more

Free Course: Arduino Club Lesson 29 – Voice Recognition Part 2

1 Main Content 2 Video Course Scan to Watch More Videos 3 Arduino Club Course Period 2 – Course Outline 16.Simple Traffic Light 17. Welcoming Robot 18. Random Name Picker 19. Quiz Buzzer 20. Infrared Remote-Controlled Fan 21. Creative Fan 22.Temperature and Humidity Measuring Instrument 23.OLED Clock 24.Whac-A-Mole Game – Part 1 25.Whac-A-Mole Game – … Read more

What Programming Languages Are Used for Industrial Robots?

What Programming Languages Are Used for Industrial Robots?

Editor’s Note Many friends have been asking what programming languages are used for industrial robots. This time, I will summarize several commonly used programming languages for industrial robots. 1. Hardware Description Languages (HDLs)   Hardware description languages are generally used to describe electrical programming methods. These languages are quite familiar to some robotics experts because they … Read more

Top 10 Popular Programming Languages for Robots

Top 10 Popular Programming Languages for Robots

If you ask: What is the best programming language for robots? Computer vision programmers will give different answers than cognitive robot developers. Everyone disagrees on what is the “best programming language”; the first language to learn is often the most practical answer, as it depends on the type of application you are developing and the … Read more

PID Control for Robotic Arm Joint Control in ROS

Introduction PID control (Proportional-Integral-Derivative control) has a wide range of applications in industrial control and robotic control. This article takes robotic arm joint control as an example to explore the implementation and optimization of PID control in ROS. Unlike vision-related applications, this article focuses on the servo control of robotic arms, discussing how to adjust … Read more