Transforming Power Wheels

Various makers have created “working” Transformers over the years, but most of them can’t be ridden in since they’re full of … robot.

YouTuber James Bruton, who we’ve featured on the blog before, solved this problem by creating a Transformer that you can ride on, like a Power Wheels car. He chose a Teensy 4.1 to power his transforming Power Wheels.

The Teensy controls not only the motors and servos involved in transforming into ambulatory form, but also the fancy blue LEDs that give the futuristic police cruiser-inspired-rig a little extra flair. “Hoverboard” wheels provide propulsion in car mode. Code and CAD files are available on GitHub and as always, a fantastic video explaining how the entire project came together is available on YouTube.

FastLED Music Visualizer

Haybur has shared a template to help developers get started with Teensy-based music visualization projects.

While it is designed for use with a custom PCB, it can be adapted to any Teensy/Audio Adaptor Board project. The project assumes a 16×16 LED matrix, and takes care of all the FFT beat detection and timing, facilitating animated responses based on the FFT data.

Pattern lists allow the storage of animations for application to various triggers or situations.

But this is just a starting point — Haybur has used this system for large installations such as the two 4×4′ panels below, and more. The template is available on GitHub, and more information and pictures can be found via the original forum thread.