Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wntrblm/castor_and_pollux
A Juno-inspired dual oscillator
https://github.com/wntrblm/castor_and_pollux
c eurorack firmware hardware open-hardware python
Last synced: about 2 hours ago
JSON representation
A Juno-inspired dual oscillator
- Host: GitHub
- URL: https://github.com/wntrblm/castor_and_pollux
- Owner: wntrblm
- License: other
- Created: 2020-07-21T01:42:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T15:57:42.000Z (2 months ago)
- Last Synced: 2024-09-08T17:55:43.644Z (2 months ago)
- Topics: c, eurorack, firmware, hardware, open-hardware, python
- Language: C
- Homepage: https://gemini.wntr.dev
- Size: 138 MB
- Stars: 521
- Watchers: 13
- Forks: 38
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Winterbloom Castor & Pollux
Castor & Pollux is a Roland Juno-inspired oscillator in Eurorack format.
More details available at https://winterbloom.com/store/winterbloom-castor-and-pollux
## Repository layout
This repository contains the hardware design files, firmware files, factory setup scripts, and user guide for Castor & Pollux.
- **factory/** contains the scripts used to program, test, and calibrate the module after assembly. These scripts are all written in Python.
- **firmware/** contains the firmware source code, build scripts, and third-party dependencies. The firmware is written in C using GCC ARM.
- **hardware/** contains the hardware design files for the mainboard, jackboard, panel, and programming board. These are all created using KiCAD.
- **user_guide/** contains the user's guide source files. These are written in Markdown and published using MkDocs.## License and contributing
Castor & Pollux is open-source hardware and software, however, licensing a project like this is a little complicated. Please take a chance to review the [LICENSE](LICENSE.md) file.
We welcome contributions! Please read our [Contributing Guide](CONTRIBUTING.md) and [Code of Conduct](CODE_OF_CONDUCT.md).