Skip to content
forked from rxa254/MoodCube

3D lattice of RGB LEDs driven by ANN with environmental sensors as inputs

License

Notifications You must be signed in to change notification settings

jrollins/MoodCube

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoodCube

3D lattice of RGB LEDs driven by ANN with environmental sensors as inputs

Existing Things

  1. Programmable cube ($390) with Mic and Acc: http://cubetube.org/
  2. http://www.instructables.com/id/8X8X8-RGB-LED-Cube/
  3. NeoPixel (https://learn.adafruit.com/adafruit-neopixel-uberguide/overview) single wire, RGB
  4. Audio Spectrum Analyzer with Pi

Signal Flow

  1. Something acquires a sample each from many sensors
  2. These samples are passed to a Neural Network which does some nonlinear processing on the vector of input time series.
  3. The outputs of the NN are passed to a an output processor, which takes the outputs and writes them to the LEDs. Block diagram

LED Drive

  1. The NeoPixel or DotStar style of Arduino / Raspberry Pi compatible LEDs are a single strip of addressable RGB LEDs.
    1. there are 3rd party products also like HKBAYI
  2. The FadeCandy board takes a USB input and can drive 8 strips having 64 LEDs each. That's a total of 8x64 = 512 LEDs.
    1. could do a cube with 4 sides + 1 top. 10x10 LEDs per side = 500 total.
  3. The LED strips can be mounted on some clear plastic rods so as to make the shape into something like a cube.
    1. use a 3D printer to make some wild shapes to mount it on: trees, spheres, Japanese lantern, Klein bottle
    2. maybe hang them from a frame like Hanging Gardens or the living trees in Avatar
  4. needs ~60 mA per LED for full power. Should use a 5V, 10A AC/DC adapter and a power bus to spread power to each strip.

zoom in on a NeoPixel

About

3D lattice of RGB LEDs driven by ANN with environmental sensors as inputs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.2%
  • Python 2.8%