Simple single-color 8x8x8 LED Cube with AVRs
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Thomas Buck 941723235e Misc changes. il y a 12 ans
AudioFirmware Can now cycle through different audio visualizations with button. il y a 12 ans
CubeControl removed axis il y a 12 ans
CubeFirmware Misc changes. il y a 12 ans
Hardware Fucked up file access rights. il y a 12 ans
HardwareEmulator Fucked up file access rights. il y a 12 ans
UploadTest Uploading animations with up to 4 frames works. il y a 12 ans
.gitignore Fucked up file access rights. il y a 12 ans
COPYING aaah il y a 12 ans
README.md Removed Debug build il y a 12 ans
lookUp.c Improved Visualizer. il y a 12 ans
showoff.cube Finished hardcoding animation and deleted the ugly part of it il y a 12 ans

README.md

8x8x8 LED Cube

8x8x8 Single Color LED Cube built with an AtMega32.

Hardware

You can find the schematic as png and Eagle file in this directory.

Firmware

2 Firmwares, for the AtMega8 TWI Slave and for the Atmega32. Currently in development.

Cube Control

We also build a software to create and load animations into the cube. This software is written in Java and C and should work on Windows and Unix. It’s source is in the “Cube Control” directory.

Build instructions

There is a makefile in every source code directory. Running make inside CubeControl should produce a file called CubeControlMac.jar, CubeControlLinux.jar or CubeControlWin.jar. If not, you should take a look at the makefile. Hard-Coded include directorys are probably different than on your system… You obviously need a working JDK and a C Compiler Environment (we use gcc). CubeControls makefile will autodetect a Windows Host and compile a Windows Version accordingly. If it is not on Windows, it will check uname and compile a Mac Version if Darwin is reported as OS name. A Linux Version will be compiled if no Darwin OS was detected.

The same goes for AudioFirmware and CubeFirmware. You need avr-gcc to compile these projects.