• The Prototype

    Wilfried Nesensohn11/13/2017 at 14:38 0 comments

    We quickly decided that the Wemos D1 Mini was the way to go. With WiFi, lots of RAM and the capability to drive WS2812 directly, that's the perfect match for our project.

    We then fiddled around with cloud-architecture. To quickly sum it up:

    You'll need hot glue. Lots of it.
    Styrofoam is okay, but doesn't like hot glue at all. Cardboard works much better, and healthier too.
    Take care which batting you use, and preferrably buy local to be able to inspect beforehand.
    The best topology for the LED carrier is a torus, if you don't wan't to spend hours soldering LEDs together. It also looks very nice, even without the cloudy batting.

    As for the software:

    FastLED is a very nice library for doing animations with LEDs.
    ArduinoJson is a very nice library for parsing json on the Wemos. It also comes with a great assistant: https://bblanchon.github.io/ArduinoJson/assistant/
    OpenWeatherMap has a very nice API, and lets you do 1 query per second on the free tier - enough for hundreds of clouds.

    Cloud Architecture pt1

    This type of batting does _not_ work well!
    https://photos.app.goo.gl/uXMZLcsFwUvmpRDk1
    Cloud Architecture pt2
    Much better. Don't breath this though

    Raindrops

    Raindrops
    ...filled with hot glue. WS2812 handle such abuse without problems.

  • The Idea

    Wilfried Nesensohn11/13/2017 at 14:07 0 comments

    CloudyMcCloudface, Project Title "CloudIA", was born out of the idea of @Richard Deininger to build something like the Floating Cloud because that's a pretty cool thingy, but the price tag is just a tiny bit ludicrous.

    So the levitating idea was ditched pretty early on, getting way too expensive with all the levitating and induction stuff going on, and we decided to possibly build something which just hangs from some ceiling.

    What remained was the cloud. And because an "ambient LED lamp" is pretty lame to be honest, it was quickly decided that a weather forecast display was the way to go.