Coder Social home page Coder Social logo

ledcube8x8x8's Introduction

About

Source code and all files for the generic 8x8x8 3D LED Cube found on eBay (having STC 8051-based STC12C5A60S2 mcu), aka. 3D LightSquared 8x8x8 LED Cube DIY kit, ideasoft etc.

Note: as received from manufacturer with additional cleanups/optimizations.

Firmware v2

The firmware/v2 directory contains an optimized and more advanced version of the ledcube firmware. All animations were removed except one and UART/serial based control was implemented. So the cube can be controlled with Arduino/Atmega or simple PC serial console.

Note: The ledcube UART control mode is activated once the first command comes over serial connection.

The new firmware can be flashed/written to STC MCU through UART/serial connection. Software such as STC-ISP is required to transfer the hex file (machinecode) to the STC microcontroller.

Download here: http://www.stcmcudata.com/STCISP/stc-isp-15xx-v6.86R.zip

Serial connection:
  • USB-2-TTL converter/adapter/module can be used to connect to PC (e.g. search eBay)
  • Parameters: baud - 9600 bps, 1 stop bit, no parity
  • Cube UART pins: VCC, GND, P30(RXD), P31(TXD)
Programming STC
  • Connect serial module to ledcube serial pins, RX to TX, TX to RX
  • Open STC-ISP and select STC12C5A60S2 and serial port
  • Select HEX file: ledcube8.hex and press Download/Program or Re-Program
  • Reset power to MCU to start programming

Alt text

Alt text

Alternative programming/flashing tool: STCGAL

If you have trouble with the official STC-ISP, try using: https://github.com/grigorig/stcgal

Extra - C51 project

Keil uVision C51 project file is also available in the firmware/v2 directory if compiling the source code is a must. Keil C51 compiler tools are required to open the project.

Download here: https://www.keil.com/demo/eval/c51.htm

The required STC mcu C headers need to be installed from the STC-ISP tool via "Keil ICE Settings" tab. Use the "Add MCU type to Keil" button and point to your Keil install directory.

Alt text

Firmware v2 for SDCC

SDCC compiler supports compiling code for STC12C5A60S2.
Adapted version of v2 firmware for SDCC can be found in firmware/v2-sdcc folder (created by Michael Knyazev).

LED Cube control

Control program

The cube (with Firmware v2) can be controlled over serial port/console with: PC Program.
Program allows to create animations and playback them.

ledcube8x8x8's People

Contributors

tomazas avatar luhujp avatar michaelkn avatar

Watchers

James Cloos 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.