Rock Band stage kit controlled by a .NET-powered micro

Fun & Games Music Technology
Rock Band stage kit controlled by a .NET-powered micro

Rock Band Stage Kit with .NET Micro

Now that Microsoft has released their .NET Micro Framework under an open source license, we’re hoping to see some interesting projects come out of it. The makers of the .NET-powered FEZ boards wrote in with this cool project:

This project demonstrates how to use the Xbox Rock Band Stage Kit with Micro framework using GHI’s USB Host feature….no Xbox is necessary!

This example uses a distance detector to measure the distance from the stage kit. The closer you get, the more LEDs will turn on and you will get faster strobe. If you are too close, the fog machine will start working.Here’s some code:

// when it is connected, make a new device
RBSKController rbsk = new RBSKController(device);

// set strobe speed
rbsk.SetStrobe(RBSKController.StrobeSpeed.Faster);

// Turn on the second and sixth Blue LEDs
rbsk.SetLEDs(RBSKController.LEDColor.Blue, RBSKController.LEDs

RockBandStageKit on NETMFPROJECTS

Discuss this article with the rest of the community on our Discord server!
Tagged

I'm a tinkerer and finally reached the point where I fix more things than I break. When I'm not tinkering, I'm probably editing a book for Maker Media.

View more articles by Brian Jepson

ADVERTISEMENT

Maker Faire Bay Area 2023 - Mare Island, CA

Escape to an island of imagination + innovation as Maker Faire Bay Area returns for its 15th iteration!

Buy Tickets today! SAVE 15% and lock-in your preferred date(s).

FEEDBACK