Tod interviewed on Embedded.fm

embedded-pumpkinTod was recently interviewed for the Embedded.fm podcast, episode #90 "Stick it in a Pumpkin".  It was a lot of fun.  We talked about blink(1), BlinkM, electronics production, Kickstarter, and a bunch of other things.   You can listen to on iTunes or on the Embedded.fm website.  And if you listen to the end, you'll hear a special 25% coupon code for blink(1)s. :-)

If you've not heard of Embedded.fm, and you're interested in electronics, you might like it. It's all about electronics. The host Elecia is awesome and wrote a pretty great book a few years ago called Making Embedded Systems.

Stack of RasPis and blink(1)s for network monitoring

raspiblink1netmon-500 ThingM friend John Tokash made this awesome stack  of Raspberry Pis and blink(1) USB lights to help monitor his company network.

Our network at Curious had some partial outages recently (one portion of the network was down but others weren't).  I set these up to monitor each portion of the network's ability to connect to the internet.  Some are connected to switches, others are connected to WAPs.  They each hit a different deadmanssnitch.com url so I can see their status remotely and get notified.

The blink1s are at less than 25% brightness (#005500) to keep heat down and are still plenty bright.

Having a single physical object for each monitored network might seem like overkill at first glance, but for network monitoring this could be ideal: each RasPi is a self-contained full computer with network connection on the net segment in question. The RasPi could perform all sorts of diagnostic tests on a specific Ethernet segment without tricky switch/router configuration changes. A great solution, John!

Using Snarl Windows notification system w/ blink(1)

snarl-blink1-300 Snarl is a cool notification system for Windows (similar to what Growl was for Mac). Its philosophy is simple: "When stuff happens, tell me".  But that's incredibly powerful. Snarl comes with a lot of built-in notification sources and supported apps.  And now the developers of Snarl have created a tutorial showing how to integrate our blink(1) USB light as notification destination.

Snarl does quite a bit and you could use it instead of our Blink1Control app if you wanted. (And if you want to use Blink1Control and Snarl, just replace blink1-tool with blink1control-tool when following the tutorial)

 

blink1-tool for OpenWrt and Arduino Yun

blink1-openwrt-yun Our command-line blink1-tool for blink(1) is available now as pre-compiled binaries for Arduino Yun and OpenWrt "brcm47xx" and "ar71xx" devices.  (The Yun is a "ar71xx" device running "linino"-flavored OpenWrt, routers like the Asus RT-N16 & Asus RT-N66U are "brcm47xx"-based)

If you're handy with shell scripts, you can whip up a quick bandwidth monitor light alert with blink(1) in a few minutes.  blink1-tool is pretty easy, for instance, this causes the blink(1) to flash cyan five times:

blink1-tool --rgb #99ddff --blink 3

Find the pre-built binaries on our blink(1) releases page.

(and if you're interested in how to build OpenWrt binaries from simple Makefiles, check out the Makefile for blink1-tool and the "wrt" and "yun" targets)

 

Chrome officially supports blink(1) hardware

chrome-blink1c3 Google wrote a blink(1) demo for Chrome!

Long ago we wrote test code to interface blink(1) with ChromeOS.  We were working towards a notification system for Chromebooks. It was shelved because our test was a big hack and proper USB HID device support for Chrome was on the horizon but wasn't available yet.

Now a year later,  as of Chrome 39.0.2140.0, the chrome.hid API is public and Google created a blink(1) demo showing how to use chrome.hid. It's just a simple set of RGB sliders but it's wonderful.

We're very excited by the development of USB HID and blink(1) support in Chrome.  Note that this works both Chromebooks and on Chrome for desktop OSes.  If there are any wizards out there who would like to help us get further on integrating blink(1) with Chrome, please drop us a line.

blink(1) in Hackaday Store

hackaday-blink1bWe are very excited that our blink(1) USB notification light is now available in the Hackaday Store.  Hackaday is a great website for engineers, tinkerers, and electronics hobbyists. The new Hackaday Store is a highly-curated selection of interesting open-source hardware projects. (and awesome Hackaday-themed swag)  blink(1) is entirely open source and is extremely hackable so we think it fits right in.  Thanks Hackaday, you guys are awesome!

ThingM Project Feature: BlinkM in Firefly Cloud

http://vimeo.com/17617397 http://vimeo.com/17459405

http://vimeo.com/17909924

University of Michigan - Fall 2010 - SmartSurfaces offered a collaborative, project-based learning experience in which undergraduate artists, designers, architects and engineers came together to build structural surfaces that have the capability to adapt to information and environmental conditions.

Each team was required to design, build, program and test a ‘Biomimetic SmartSurface’. They had to consider and negotiate what makes a surface smart, and why we would be interested in copying nature to try to solve human problems.

Creators:    Steven Madsen, Material Science and Engineering Kevin Yien, Material Science and Engineering Chris Niswander, Taubman College of Architecture and Urban Planning

Jordan Stoewsand-Kryscio, Taubman College of Architecture  and Urban Planning Mallory Baran, School of Art and Design Michael Theodore, School of Art and Design

Various types of LEDs diffusely illuminate a wall comprised of straws. Mimicking a swarm of fireflies, the lights flee and evade according to motion detection. The soft texture generated by the straws, in concert with ‘moving’ LEDs, offers a unique visual experience and gives users the childhood feeling of playing with fireflies.

Blink1Control v1.94 released

blink1control-v1.94 Blink1Control, our primary control app for controlling blink(1) and hooking up to IFTTT.com has been updated.  It fixes some long-standing bugs that really bugged us and improves functionality with Mac OS X's "App Nap" feature.

If you use Blink1Control, please upgrade to v1.94.

Get it now from blink1.thingm.com/blink1control.

For release notes, see our blink1 github releases page.