Reader small image

You're reading from  Practical Arduino Robotics

Product typeBook
Published inMar 2023
PublisherPackt
ISBN-139781804613177
Edition1st Edition
Tools
Concepts
Right arrow
Author (1)
Lukas Kaul
Lukas Kaul
author image
Lukas Kaul

Lukas Kaul is a robotics Research Scientist, currently working at the Toyota Research Institute in Silicon Valley, where he develops mobile manipulation technologies to support people in their homes and in their workplace. Throughout his career he has worked on projects as diverse as humanoid robots, aerial robots and mobile manipulation systems. A maker at heart, Lukas has been using Arduino technology extensively for more than a decade in countless side-projects, ranging from mapping systems to self-balancing robots. Lukas is passionate about teaching robotics with Arduino to inspire and empower anyone who wants to enter the exciting field of robotics. He holds a PhD degree from the Karlsruhe Institute of Technology, Germany.
Read more about Lukas Kaul

Right arrow

Summary

In this chapter, we learned many important aspects of robot programming with Arduino. Cooperative multitasking and a good understanding of state machines are important for almost any reboot program that needs to run on a microcontroller. A good grasp and intuition for feedback control systems are also very useful when building robots. To get you there, we built a PID position-controlled DC servo motor that allows you to experiment with parameters, code, and hardware changes to solidify your understanding of feedback control systems.

In the next chapter, we will focus on object orientation, a very powerful feature of the C++ language that allows us to reuse much of our code and that simplifies using code written by others. You will learn how to write your own object-oriented (OO) Arduino libraries that can be used by anyone.

Instead of the Further reading section on this topic, it is worth spending some time experimenting with your DC servo motor. You can test the effects...

lock icon
The rest of the page is locked
Previous PageNext Chapter
You have been reading a chapter from
Practical Arduino Robotics
Published in: Mar 2023Publisher: PacktISBN-13: 9781804613177

Author (1)

author image
Lukas Kaul

Lukas Kaul is a robotics Research Scientist, currently working at the Toyota Research Institute in Silicon Valley, where he develops mobile manipulation technologies to support people in their homes and in their workplace. Throughout his career he has worked on projects as diverse as humanoid robots, aerial robots and mobile manipulation systems. A maker at heart, Lukas has been using Arduino technology extensively for more than a decade in countless side-projects, ranging from mapping systems to self-balancing robots. Lukas is passionate about teaching robotics with Arduino to inspire and empower anyone who wants to enter the exciting field of robotics. He holds a PhD degree from the Karlsruhe Institute of Technology, Germany.
Read more about Lukas Kaul