Skip to content

Files

Latest commit

ba8af3e · Dec 14, 2023

History

History

serial_servo

Serial Bus Servo Module - Micropython Examples

These are the micropython examples for the Serial Servo Module for Yukon.

Examples

Detect Servo

detect_servo.py

Detect any servos that are attached to a Serial Bus Servo module connected to Slot1.

Move Servo

move_servo.py

Move a serial servo between two angles with Yukon's onboard buttons. This uses a Serial Bus Servo module connected to Slot1.

Drive Servo

drive_servo.py

Drive a serial servo continuously (aka wheel mode) at a speed with Yukon's onboard buttons. This uses a Serial Bus Servo module connected to Slot1.

All Servos

all_servos.py

Move a set of serial servos attached to a set of Serial Bus Servo modules connected to Slots. A wave pattern will be played on the attached servos.

Calibrate Servo

calibrate_servo.py

Calibrate a serial servo's angle offset with Yukon's onboard buttons. This uses a Serial Bus Servo module connected to Slot1.