Our CloudFridge project in Make magazine

Go grab the latest issue of Make Magazine!  In addition to it having a wonderful run down of many of the different types of Arduino or Arduino-like boards out there, it also includes a project Mike & Tod created: CloudFridge. CloudFridge makes your fridge door Internet-connected, creating a real-time graph of when and how long the door is open.  Applications of this data could range from a simple fridge energy monitor to diet planning.  But mostly it's a demonstration of just how quickly one can go from idea to working implementation with tools such as Arduino, BlinkM, and Xively: we went from idea to working implementation in an afternoon.

We originally created this article over a year ago and its showing its age a bit (today the Arduino Yun would be a great alternative to what we used), but the techniques are still very valid. Thanks to the Make magazine staff for helping update the article in the light of the Pachube->Xively transition.  And check out this awesome cute title graphic they made for the article.

cloudfridge1

MakerFaire 2013 Wrap Up

makerfaire Whew, MakerFaire Bay Area 2013 is over and it was astoundingly fun. Not only did we get to interact with so many people doing awesome things with ThingM products (like these BlinkM MinM earrings) but we got to show off a bunch of projects made with blink(1) and BlinkM-family stuff to thousands of new people. We heard tallies of 120,000 people showed up over the weekend, and we love seeing the concepts the Maker community inspires diffusing out into the larger world, as this LA Times article speaks to.

This year not only were we fortunate enough to have a ThingM table in the Maker Shed (Thank you Leah, Alex, Will, Carlyn, & Mike for helping staff it), but we also gave talks. Mike spoke about the future of manufacturing in a work filled with Maker-inspired tools and techniques, while Tod gave a talk on the process we went through to take blink(1) from an idea to Kickstarter to production.

Below are slides from both talks.

Mike's talk: MFBA 2013 336

The New Product Ecosystem: How design will reinvent manufacturing (Maker Faire 2013) by Mike Kuniavsky

Tod's talk:

todmakerfaire

From Prototype to Kickstarter to Production: How blink(1) was made by todbot

High-five robot with BlinkM MinM

They said it couldn't be done: a robot that only does high-fives. They were wrong. Thanks to a courageous BlinkM MinM who donated his brain to be rewritten with an BlinkMuino ATtiny85 Arduino sketch, the High-Five Robot exists.

BlinkMuino updated for Arduino 1.0

I finally got around to updating the BlinkMuino guide for turning your BlinkM, BlinkM MinM, or BlinkM MaxM into a tiny ATtiny85 or ATtiny84 Arduino system. BlinkM boards make great tiny development boards, especially if you're interested in driving LEDs. BlinkM MaxMs are particularly great because they have more inputs and those three beefy MOSFET power transistors. And MinMs are good because they're super tiny, but still contain a fully-programmable computer. Thankfully, the ArduinoISP sketch has also been updated for Arduino-1.0, meaning you can use your Arduino as an AVR-ISP programmer, like this:

blinkmuino-arduino-500px

Here's the original video I made about BlinkMuino:

We'll be showing off some examples of BlinkMs programmed with Arduino at Maker Faire, some say "hi"!

BlinkM-controlled by iPhone via BLE and BlinkM with Xbee

Twitter user Yoshimune KITTA made two cool BlinkM hacks, complete with pictures and code. It's really cool to see how small the code can be, thanks to powerful libraries.

The first is a Bluetooth 4.0 Low Energy (BLE)-controlled BlinkM. Control BlinkM from your iPhone! The code gist: BLE Shield + BlinkM gist

blinkm-ble

The second is an Xbee-controlled BlinkM. The code gist: XbeeBlinkM

blinkm-xbee

Thanks @epic_yoshimax!