Lightning cloud hat - Halloween 2015 project

For Halloween (Allhalloween, All Hallows’ Eve, or All Saints’ Eve) this year I decided to make a lightning cloud hat. This idea came to me after a few other ideas fell thought and literately caught on fire (different sorry, ask me about it sometime).

At first I thought that I would make paper mache clouds using a Sambro hat for the support structure.

https://instagram.com/p/9QWTV7A5YN/?taken-by=funvill
^^ See photo of @Jarrett late night soldering in a sambro hat for reference.

I got some balloons and tied them together, then to the sambro hat. I Flipped the brim of the hat downwards to look more “cloud” like.

I made a lovely smelling, port of paste from flower and water. DELICIOUS !

I started to cover the balloons with strips of paper and paste. I was expecting this to take about an hour but ended up taking closer to four hours and five pots of paste.

By the end it looked more like frog eggs then clouds. It was also too heavy and lop sided to wear.

Back to the drawing board.
I found another hat (“Asian conical hat” (aka edge hat, rice hat, paddy hat, bamboo hat)

Strapped some LEDs strips to the hat with fishling line, then wrote some test code (Yay HSV rotate) to make everything blink

Disemboweled some pillows.

Spay glued the Polyfill (pillow guts) onto the hat

Turned on the power!
Damn I look more like a magic mushroom (or a person consuming psilocybin mushroom looking at a mushroom) on then a cloud.
https://instagram.com/p/9VNZ2ng5fO/?taken-by=funvill

Wrote more code, and more code, and more code.
https://instagram.com/p/9XRSpmA5c5/?taken-by=funvill

Came to realization that I don’t know what clouds look like and I need to go outside more.
I am going to make another version tonight, version 5. I will post the results when I am done. If everything works out I will make this into a workshop for sometime before xmas

This is day 98 of #The100DayProject

What are you dressing up as, for Halloween? (Reply as new thread)

8 Likes

That looks great… I know what my kid will be next year for Halloween… I’ll setup a hat like a cloud and add some thunder and lighting sounds (amp and speaker may be a bit heavy)… Could also have it cycle through sunset, sunrise and storm (with matching music/sounds)…

Hmmmm…
What if we made a bunch and could synchronize them (ESP8266’s?) …
Then we could have a bunch of us walking around as a huge storm…

Awesome! needs more lumps :smile:

Can also use BLE to detect proximity and trigger lightning between clouds :slight_smile:

Yep, the NodeMcu (ESP8266 with a dev board) have already been ordered for the workshop.
http://www.aliexpress.com/item/New-Wireless-module-4M-4FLASH-NodeMcu-Lua-WIFI-Networking-development-board-Based-ESP8266-with-pcb-Antenna/32452058968.html

Can you use the NodeMcu with the Arduino ESP8266 IDE?

It’s a pretty generic dev board, using the SiLabs CP2102 chip instead of an
FTDI one. Very straightforward to use, relative to most of the ESP stuff.
Should work fine.

Yes it will work with the Arduino IDE, and the preferable Visual studios 2015 community edition.

I’ve been using mine with Eclipse. I had some frustrations with trying to
get VS working with the makefiles properly.

Note for later