Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greatscottgadgets/cynthion-hardware
USB test instrument
https://github.com/greatscottgadgets/cynthion-hardware
hardware test usb
Last synced: 24 days ago
JSON representation
USB test instrument
- Host: GitHub
- URL: https://github.com/greatscottgadgets/cynthion-hardware
- Owner: greatscottgadgets
- License: cern-ohl-p-2.0
- Created: 2023-06-29T22:05:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-27T15:49:55.000Z (5 months ago)
- Last Synced: 2024-11-07T09:37:42.070Z (2 months ago)
- Topics: hardware, test, usb
- Homepage: https://greatscottgadgets.com/cynthion/
- Size: 36.4 MB
- Stars: 64
- Watchers: 15
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cynthion: hardware design for a USB test instrument
Cynthion is an open source hardware tool for building, testing, monitoring, and experimenting with USB devices. It is the primary platform for the [LUNA](https://github.com/greatscottgadgets/luna) USB gateware library based on [Amaranth HDL](https://github.com/amaranth-lang/amaranth).
Schematic PDF and fabrication outputs may be found in release archives. See the [Cynthion Documentation](https://cynthion.readthedocs.io/) for additional information.
Cynthion is designed in [KiCad](https://www.kicad.org/), an open source electronic design automation package.
## Related Projects
* [Cynthion](https://github.com/greatscottgadgets/cynthion): software for Cynthion
* [LUNA](https://github.com/greatscottgadgets/luna): USB gateware library
* [Apollo](https://github.com/greatscottgadgets/apollo): the firmware that runs on Cynthion's debug controller and which is responsible for configuring its FPGA
* [Saturn-V](https://github.com/greatscottgadgets/saturn-v): a DFU bootloader created for Cynthion
* [Packetry](https://github.com/greatscottgadgets/packetry): software for USB analysis
* [Facedancer](https://github.com/greatscottgadgets/facedancer): software to create USB devices in Python