Build an RGB LED Pixel Clock with the Imp?

Hi,

I am new to the Imp, planning to build an RGB LED Pixel Clock ( http://mashable.com/2013/03/15/build-arduino-powered-led-clock/ , http://tobiscorner.floery.net/rgb-pixel-clock-part-3/ ) and would like to know if this is possible with the Imp. Therefore two beginner’s questions:

1.) Can I connect the Imp with the Electric Imp April board to an Adafruit NeoPixel Digital RGB LED Weatherproof Strip 60 LED ( http://www.adafruit.com/product/1138 )?

2.) Can I use the Imp’s APIs to get the current time from an NTP server or HTTP server? Or should I connect to an RTC?

Thanks
bluepuma

  1. @beardedinventor is working on NeoPixel code. You can take a look at it on github, but the consensus is that it won’t work until firmware 26 is released, so hopefully soon. I’m pretty giddy about hooking NeoPixels to an imp myself.

  2. Check out this thread for some information: http://forums.electricimp.com/discussion/361/imp-digital-clock#Item_25

Thanks for the excellent starting points.