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.
- Host: GitHub
- URL: https://github.com/mithro/hdmi2usb-tofe-hdmi4
- Owner: mithro
- License: cc-by-sa-4.0
- Created: 2015-10-17T03:28:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-11T05:31:54.000Z (over 9 years ago)
- Last Synced: 2026-02-05T14:48:40.147Z (4 months ago)
- Language: KiCad
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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;

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

#### Half Height Board

## 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 .
