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

https://github.com/mithro/hdmi2usb-tofe-hdmi4

TOFE Board which adds 4 more HDMI connectors.
https://github.com/mithro/hdmi2usb-tofe-hdmi4

Last synced: 3 months ago
JSON representation

TOFE Board which adds 4 more HDMI connectors.

Awesome Lists containing this project

README

          

# TOFE Expansion Board template for KiCad

This repository contains a template for creating TOFE expansion boards.

For [more information on the TOFE interface, see the HDMI2USB website](http://hdmi2usb.tv/tofe).
For the [KiCad website](http://kicad-pcb.org/) for more information on using it.

## Using

1. Fork the github repo at [timvideos/HDMI2USB-TOFE-kicad-template](https://github.com/timvideos/HDMI2USB-TOFE-kicad-template)
2. Rename your repository in the GitHub settings.
3. Use the `rename-board.sh` script to get a starting KiCad schematic and PCB layout.
```bash
# For a full height board
./rename-board.sh 'My Awesome Board' full

For a half height board
./rename-board.sh 'My Awesome Board' half
```
4. (optional) Send [mithro](mailto:mithro@mithis.com) about your awesome work!

* Your schematic should include an EEPROM (either real or emulated) on the
ID_CLK and ID_DAT lines.
* Your schematic should include a TOFE header.

## Board Design

The TOFE specification is very flexible regarding board shape. See the
following image for the many potential designs;

![TOFE Examples Diagram](http://hdmi2usb.tv/img/tofe/tofe-examples-full-height.png)

For full details on the TOFE mechanical specification, see the
[mechanical](http://hdmi2usb.tv/tofe#mechanical) part of the specification.

#### Full Height Board

![TOFE Examples Diagram](img/tofe-full-height.png)

#### Half Height Board

![TOFE Examples Diagram](img/tofe-half-height.png)

## KiCad

The design in this repository was made using [KiCad](http://www.kicad-pcb.org/)
version **2013-07-07 BZR 4022**
([the version is Ubuntu Trusty](http://packages.ubuntu.com/trusty/kicad)).

## License

TOFE Expansion Board template for KiCad by Numato Systems Pvt. Ltd

The TOFE Expansion Board template for KiCad is licensed under a
Creative Commons Attribution 4.0 International License.

You should have received a copy of the license along with this
work. If not, see .

![Creative Commons License Logo](https://i.creativecommons.org/l/by/4.0/88x31.png)