B9 robot torso rotation mechanism reference. See the B9 torso construction guide.
Frequently Asked Questions
How does the B9 robot torso rotation mechanism work? The torso rotation sits between the leg tops and the torso bottom using a heavy-duty lazy Susan turntable bearing rated for vertical loads. The torso bolts to the upper ring, the leg frame mounts to the lower ring, and a 12V DC gear motor drives rotation via a rubber wheel pressed against the inner edge of the lower ring, controlled by an L298N H-bridge driver from an Arduino.
What motor specifications are needed for B9 torso rotation? A 12V DC gear motor rated 10–30 RPM is appropriate. The motor needs enough torque to overcome static friction and rotate the torso (which weighs 20–30 lbs with all mounted components) steadily. The 10–30 RPM speed range produces approximately one rotation every 3–6 seconds, which matches the deliberate pace of rotation seen in the original show.
What size turntable bearing is used for B9 torso rotation? Heavy-duty lazy Susan turntable bearings available in 12-inch diameter and rated up to 2,000 lbs are used. These cost $20–60 depending on size and are designed for exactly this type of vertical-load rotating surface application. The bearing is mounted between the leg mounting plate and the torso floor plate.
How is torso rotation controlled in a remote-operated B9 replica? Torso rotation is typically mapped to a dedicated channel on the RF remote control system, allowing the operator to start, stop, and reverse rotation from a distance during convention or display operation. The Arduino controller manages motor direction (clockwise and counterclockwise) and speed via PWM through the H-bridge driver.
Further Reading from Authoritative Sources
- B9 robot torso rotation — Wikipedia’s Robot (Lost in Space) article provides authoritative information about the original prop’s mechanical features including the rotating torso.
- Arduino motor control — Arduino.cc is the official reference for Arduino programming including motor control with H-bridge drivers, directly applicable to the torso rotation system described.