Giter Site home page Giter Site logo

cheerorbs's Introduction

CheerOrb

Here is the Arduino code and the 3D printer STL files to make your own CheerOrb.

Hardware

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.

Software

Download the .ino file and build it in the Arduino IDE.
You need a few extra libraries, installed through the library manager.

3D printed case

Print the base and top in translucent filament on “normal” setting (takes about 2 hours for the top and 30 mins for the base).

Assembly

  • 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.

Configuring your CheerOrb

Connect your CheerOrb to your WiFi using the instructions here: CheerOrb instructions.

Have fun :)

cheerorbs's People

Contributors

andysc avatar nothans avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.