Download 8x8x8 Led Cube Program Software

Believe it or not, [Anred Zynch] had no soldering skills before starting this project! What we’re looking at here is an 8x8x8 LED cube set up as a Space Invaders style game with a Playstation 1 controller.

He was inspired by several other cubes like [Chr's], and the Borg cube by [Das-Labour]. The project makes use of an Arduino Mega 2560 R3 to drive the 512-LED array, and an Arduino Uno to take care of the sound effects during game play. It’s kind of like Space Invaders — but in 3D!

Led Cube 8x8x8

Complexity of building and wiring it aside, [Anred] has provided great instructions and the code for the entire project, so if you’re looking to recreate it or something like it, you can! It’s also entered in an Instructable’s contest right now, so if you like it, we’re sure he’d appreciate the votes.

Magic Cube is a mechanical puzzle. The player's task is to assemble a Rubik's cube, turning the face of the cube to return it to its original state with each of the faces displaying squares of the same color. File Name:MagicCubeSetup.exe. Author: Falco Software Company. License:Freeware (Free) File Size:18.61 Mb. A process to update the firmware on a Geekcreit® 8x8x8 LED Cube 3D Light Square Blue LED Electronic DIY Kit and get it cycling animations, using a Mac OSX. I got this Geekcreit® 8x8x8 LED Cube 3D Light Square Blue LED Electronic DIY Kit from Banggood ('the kit'). Quadrum is an open-source LED-Cube framework that helps you create and upload animations to the cube (the cube can have sizes between 2x2x2 and 8x8x8). Animations can be streamed in real-time from the editor to the LED-Cube with the help of an Arduino library, alternatively get uploaded to the Arduino through the use of the editor’s code. 2 programs for '8x8x8 led cube software'. ConnectWise Sell offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like.

And showing off the cube’s effects:

Not enough LEDs for you? How about this massive 16x16x16 cube? Too many LEDs? Okay, how about this tiny 3x3x3 cube?


Filed under: Arduino HacksProject started on October 27, 2011.
Last updated on April 03, 2016.Download 8x8x8 Led Cube Program Software

Get the current Codebase as Zip.

My friends Max (hutattedonmyarm@me.com) and Felix built this single-color 8x8x8 LED Cube with me. On this page, you can get the Software as well as Schematics and the PCB Layout licensed under the GPLv3. Have fun!

Download 8x8x8 Led Cube Program Software Windows 10

Hardware

An AtMega32 controls 8 8bit Latches. These 64 bits control, via a PNP Transistor, the anodes of 8 LEDs, each.

There are also 8 N-Channel MOSFETs connected to the AtMega32. They each control the cathodes of 64 LEDs on a Y-Plane.

It can talk to a PC via USB with a FT232RL. A 1Mbit FRAM is accessed over TWI (or I2C).

There's also an AtMega8 which acts as a TWI Slave and sends audio data to the AtMega32. This data comes from a MSGEQ7.

An extensive part list can be found in the Github repository, in Hardware, called parts.txt.

Frank mailed me and explained that the FRAM is operating outside of it's absolute maximum ratings. It should get 3.3V, not 5V. I'll probably update the board and schematic, soon. It seems to work, regardless.

Download 8x8x8 Led Cube Program Software Full

Kay also mailed me. It seems as if the FRAM used is no longer available, but FM24C04BG is a viable replacement part. It has the same pinout and package, and even supports 5V operation, so the problem Frank encountered has solved itself.

Software

8x8x8 Led Cube Kit

The software is composed of 3 parts. The CubeFirmware for the AtMega32, the AudioFirmware for the AtMega8 and CubeControl, the PC software.

CubeFirmware

It's main work is to load images from the FRAM or the AtMega8 and display it. It also monitors the serial Port and reacts accordingly.

AudioFirmware

It gets data from the MSGEQ7 and sends it via TWI.

CubeControl

Depends on Java3D. It renders a rotatable 3D View of the cube. You can then create animations, load and save them, and upload them to the Cube. It has it's own C Library for Windows and Unix to talk to the serial port.

Hardware Emulator

Allows you to test CubeControl without a real Cube. Unix only!

UploadTest

Small CLI tool to send testdata or stored animations from CubeControl. Unix only!

Download

Get the whole code, as well as schematics and the PCB layout as PNG and Eagle files, from the GitHub Repository.

Frank built this Cube, slightly improved the code and made a Slow-Motion movie. You can see the Multiplexing very nice:

Andrej built this cube and sent an X-Ray photograph that he made at his workplace, manufacturing the Eledus - SCIOX X-Ray inspection device. Thanks!

Download 8x8x8 Led Cube Program Software Windows 7

Please enable JavaScript to view the comments powered by Disqus.