Here is the Arduino code and the 3D printer STL files to make your own CheerOrb.
ESP8266
Wemos D1 mini
Neopixel
I use the single LED shield
WS2812B RGB shield
If you choose to use the 7-LED shield from LOLIN RGB LED Shield change line 70
of the sketch from
Adafruit_NeoPixel pixel = Adafruit_NeoPixel(1, D2, ORDER); // 1 pixels on pin D2
to
Adafruit_NeoPixel pixel = Adafruit_NeoPixel(7, D4, ORDER); // 7 pixels on pin D4
Solder the top and bottom through-pin headers onto the Wemos board and attach the neopixel shield on top, making sure you get it the right way round (so all the pin labels align correctly).
Power with a Micro-USB cable.
Download the .ino file and build it in the Arduino IDE.
You need a few extra libraries, installed through the library manager.
Print the base and top in translucent filament on “normal” setting (takes about 2 hours for the top and 30 mins for the base).
- Put a drop of superglue onto each of the 4 pin holders.
- Push the wemos board down into the holders.
- Wait for the glue to dry.
- Put a drop of superglue in the middle of the 3 edges of the base that are not the USB socket edge.
- Push the top firmly but carefully down onto the base, making sure the cut-out is next to the USB socket.
- Wait for the glue to dry.
Connect your CheerOrb to your WiFi using the instructions here: CheerOrb instructions.
Have fun :)