B9 robot torso lighting reference. See the B9 torso construction guide.
Frequently Asked Questions
What does the B9 robot chest light panel look like? The chest light panel features a grid of colored lights in red, amber, green, and blue that flash in characteristic patterns during the robot’s scenes. The panel has 30–50 individual LEDs in a modern replica, organized by color group. The opening in the torso front face holds a sub-panel with colored acrylic or polycarbonate lenses that diffuse each LED.
What LED driver hardware controls the B9 chest light panel? TLC5947 or TLC5940 constant-current LED driver ICs allow individual PWM control of 24 LEDs per chip from a single SPI bus, enabling an Arduino Mega to drive 48 LEDs with just 3 pins. Adafruit sells TLC5947 breakout boards that are widely used in B9 builds. Star-topology wiring (each LED group returning to the controller) is recommended over daisy-chain for easier troubleshooting.
What are the classic B9 chest light patterns? Four patterns are described based on the original series: Thinking (slow sequential sweep across all colors), Alert (fast random flash with emphasis on red), Idle (slow breathing pulse on all lights simultaneously), and Speaking (random flash during dialogue, loosely synced to audio amplitude). Arduino code implementing these patterns is available in the B9 builder community.
How are the colored lenses made for the chest light panel? Colored acrylic or polycarbonate sheet is cut to the required lens dimensions and either snapped or glued into each light opening in the sub-panel. Acrylic is available in red, amber, green, and blue from plastics suppliers and can be laser-cut or hand-cut with a utility knife for clean edges. The lenses diffuse the LEDs and create the characteristic colored glow of the chest panel.
Further Reading from Authoritative Sources
- Adafruit TLC5947 LED driver breakout boards — Adafruit is the primary retail and documentation source for the TLC5947 LED driver components used in B9 chest light panel builds.
- Arduino LED pattern programming — Arduino.cc is the official reference for the Arduino platform and SPI library used to drive TLC5947 LED driver ICs from Arduino.
