Lesson 1: The Fundamentals of Servo-Hacking

Welcome, aspiring servo-hacker. In this lesson, we will cover the basics of servo-hacking, the art of making servos do your bidding. Or should we say, the art of making servos do your dark bidding?

What is Servo-Hacking?

Basic Servo Concepts

A servo is like a tiny little friend, but with a motor in it. You can make it move back and forth, and maybe even make it do a little dance.

Types of Servos

Basic Servo Commands

				servo.move(10, 20); // Move to position 10, 20
				servo.spin(45); // Spin the servo 45 degrees
				servo.do_the_dance(); // Make the servo do a little dance
				
			

Remember, practice makes perfect. Now go out there and hack some servos!

Next Lesson: The Dark Side of Servo-Hacking