Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhenkyle/myledcube

a 8x8x8 led cube
https://github.com/zhenkyle/myledcube

Last synced: about 1 month ago
JSON representation

a 8x8x8 led cube

Awesome Lists containing this project

README

        

# My LED Cube

This is My 8x8x8 LED Cube project.

## Install toolchain

Following tools are under Ubuntu 16.04.

### Install gEDA

http://www.geda-project.org/

### Install FlatCAM

http://flatcam.org

Following tools are under Windows. Becuase Candle doesn't support Linux x64.

### Install Candle

https://github.com/Denvi/Candle

## Workflow

### Edit Schema

Edit mulitiplexer schema with:

```
gschem multiplexer.sch
```

### Generate PCB file

Run this after make change with schema file:

```
gsch2pcb project.gsch2pcb
```

### Edit PCB file

Edit PCB file with:

```
pcb board.pcb
```

### Output gerber file

Output gerber file after edit PCB file:

_Select `File - Export`, choose `gerber`, click `OK`_

### View gerber file

You can view gerber file with:

```
gerbv *.gbr *.cnc
```