trinteract/README.md

21 lines
1.2 KiB
Markdown
Raw Normal View History

2023-05-09 08:39:06 -05:00
# Trinteract
2023-05-09 13:27:29 -05:00
[![License: CERN-OHL-S](https://img.shields.io/badge/Hardware%20License-CERN--OHL--S%20v2-blueviolet)](https://ohwr.org/cern_ohl_s_v2.pdf)
2023-05-08 14:01:44 -05:00
[![License: MIT](https://img.shields.io/badge/Software%20License-MIT-yellow)](https://opensource.org/licenses/MIT)
[![License: CC BY-SA 4.0](https://img.shields.io/badge/Documentation%20License-CC_BY--SA_4.0-lightgrey)](https://creativecommons.org/licenses/by-sa/4.0/)
2023-05-09 13:27:29 -05:00
This repository contains all the files and documentation for Trinteract, An open-source Arduino-compatible 3DOF Human Interface Device (HID). In other words a joystick that's capable of moving in all 3 Dimensions. [Visit the docs](https://gocivici.github.io/trinteract/) for more detailed information.
2023-05-09 13:41:27 -05:00
File structure:
+ `Software` contains the arduino code and necesserry drivers
+ `PCB` contains the KiCAD PCB files and gerber files for manufacturing
+ `docs` contains the source code for the docs build with Sphinx
+ `CAD` contains all fusion360 CAD files and print ready .stl files
2023-05-09 13:27:29 -05:00
![](media/attached.jpg)
Before Assembly | Assembled
:-------------------------:|:-------------------------:
![](media/notassembled.jpg) | ![](media/assembled.jpg)
2023-05-08 14:01:44 -05:00