https://github.com/thebutlah/slimevr_pcb
A collection of PCBs designed for SlimeVR full-body trackers
https://github.com/thebutlah/slimevr_pcb
Last synced: about 1 year ago
JSON representation
A collection of PCBs designed for SlimeVR full-body trackers
- Host: GitHub
- URL: https://github.com/thebutlah/slimevr_pcb
- Owner: TheButlah
- License: other
- Created: 2022-02-23T07:30:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T07:29:02.000Z (about 3 years ago)
- Last Synced: 2025-04-01T17:12:10.740Z (about 1 year ago)
- Language: Roff
- Size: 14.8 MB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slimevr_pcb
A collection of PCBs designed for SlimeVR full-body trackers
- [ferrous_slime](/hardware/ferrous_slime/) - A fully custom surface-mount PCB.
Unlike most of the SlimeVR community, it uses the ESP32-C3, a newer and more
powerful chip. Designed to be a more powerful development platform, as it natively
supports JTAG debugging over USB, more compilers and languages, including Rust,
and supports Bluetooth LE v5.0.

- [breakout_slime](/hardware/breakout_slime/) - A through-hole PCB for use with
breakout boards. Simplest and easy to assemble by hand, but not as small of a
form factor as it could be.

## License
**This hardware is licensed under the CERN-OHL-P v2 license**, which is a permissive,
non-viral and non-reciprocal open hardware license. Unlike software licenses like
MIT and Apache 2.0, it better handles the nuances of hardware and protects both
the licensor and licensee from patent lawsuits.
**Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this work by you, shall be licensed as above, without any
additional terms or conditions.**
### Conveying notice of License
Note that as part of the CERN-OHL-P v2 license, recipients of manufactured
hardware must also receive notice of the above license. One such
method of conveying the notice is to include a link to the original source repo,
or printing "Licensed under CERN-OHL-P v2" on the PCB silkscreen. For more info,
see [here](https://ohwr.org/project/cernohl/wikis/uploads/8a6b5d01f71c207c49493e4d114d61e6/cern_ohl_p_v2_howto.pdf).
This is conceptually similar to the MIT/Apache 2.0 Licenses, where the original
license must still be included as a notice even when the source is modified and
subsequently relicensed under different terms.