Break Your Wrist? Twitter-Enable That Plaster Cast

Plaster casts are blank canvases for friends and family to post their get well messages. But if it’s holiday season, adding blinky LED lights to them is called for. When [Dr Lucy Rogers] hurt her hand, she put a twitter enabled LED Christmas tree on her cast.

The hardware is plain simple – some RGB LEDs, an Arduino, a blue tooth module and a battery. The LEDs and wires formed the tree, and all the parts were attached to the plaster cast using Velcro. This allowed the electronics to be removed during future X-ray scans. The fun part was in connecting the LEDs to the #CheerLights project. CheerLights is an “Internet of Things” project that allows people’s lights all across the world to synchronize to one color set by a Tweet. To program the Arduino, she used code written by [James Macfarlane] which allowed the LED color to be set to any Cheerlights color seen in blue tooth UART data.

Connectivity is coordinated using MQTT — lightweight standard popular with connected devices. By connecting the MQTT feed to the cheerlights topic from [Andy Stanford-Clark’s] MQTT feed (mqtt://iot.eclipse.org with the topic cheerlights) the lights respond to tweets (Tweet #cheerlights and a color). The LED colors can also be selected via the phone from the color picker tool in the controller, or directly via the UART. If the Bluetooth connection is lost, the LEDs change colors randomly. Obviously, delegates had great fun when she brought her Twitter enabled LED blinky lights plaster cast arm to a conference. It’s not as fun unless you share your accomplishments with others!

This CheerLights Display Has A Mind Of Its Own

cheeriobot

[Axel] wanted to participate in the CheerLights project this holiday season, but not one to always follow the rules he decided to make his display a bit different than most others out there. While the lights at his house are synchronized with the CheerLights project, he programmed his Cheeriobot with a little added personality.

Normally, Cheeriobot is happy to follow the rest of the world, changing its colors whenever the Twitter feed dictates. If things are a bit slow however, Cheeriobot gets impatient and will send a tweet to @CheerLights on its own to ensure that it doesn’t display a single color for too long.

[Axel] also created a mode that turns Cheeriobot into a bit of a contrarian. The display’s “Rebel Mode” causes it to change colors when someone tweets, but it selects a random color instead of following the rest of the pack.

It’s definitely an interesting twist on the CheerLights project, and we really like the fact that it keeps things moving if the stream of tweets ever slows down.