Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.11 KB

RGBCube_Arduino

Sketch for Arduino Nano powered LED Cube driven by TLC5940 Drivers, controlled by Bluetooth App

See Instructables for details: PhilKey Instructable

Features

  • Layer Multiplexing (Anodes)
  • Bluetooth Communication with HC-05 Module
  • AnimationCreator
  • Snake Game
  • Audio Visualizer Mode

Main Loop

  1. Turn off current Layer, turn on next Layer and update TLC buffers if LayerDuration has passed
  2. Load next Frame of current Animation into TLC buffer
  3. Receive Bluetooth data from HC-05 if available

Bluetooth Control App

  • Android App to control Animations, Brightness, Speed, etc.
  • See Cubo repository for more details & .APK release

AnimationCreator

  • Create custom Animations using simple UI
  • Simulate Animation in Java3D Scene
  • Saves Animations in two dimensional Array for PROGMEM of Arduino
  • See AnimationCreator repository for more details & .jar release