Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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