Your Projects: BlinkStick and Moisture Detection

https://www.youtube.com/watch?v=6JUfzMMyTWE

Chris Hannam shared a video of how he uses BlinkStick to indicate moisture. He is using an Arduino hygrometer sensor to change the color of a BlinkStick if it’s not damp enough.

Now even your plants can have fun with BlinkStick! 🙂 Well done Chris!

You can find the bit of code that does the magic on Github:

https://gist.github.com/bassdread/5619506

Website API and BlinkStick sharing

tablet

BlinkStick website has been improved with a few requested features. There is a guide describing how to share your BlinkStick and let others take control of it. This requires linking your BlinkStick to blinkstick.com and there are quite a few ways to do this.

Each public BlinkStick has a URL which looks something like this:

http://www.blinkstick.com/d/12345678

Continue reading

Python package updated to 0.5.0

Python BlinkStick package has been updated to 0.5.0.

https://pypi.python.org/pypi/BlinkStick/

Rob Berwick has done an amazing job and created color animations for BlinkStick Python API. They are covered with 3 main functions:

  • blink – blinks the specified color
  • pulse – pulses the specified color
  • morph – morphs from current color to the specified color

Continue reading