ezrafielding / vertecs-ccb

The VERTECS CCB, is an open-source payload interface board leveraging Commercial Off-The-Shelf (COTS) components with a Raspberry Pi Compute Module 4 at its core. Originally developed for the VERTECS 6U Astronomical Nanosatellite, the board has been opened-sourced and made available for use in future nanosatellite projects.
https://vertecs-project.com/
CERN Open Hardware Licence Version 2 - Permissive
5 stars 0 forks source link

Consider adding a hardware-specific license #1

Closed parker-research closed 3 months ago

parker-research commented 3 months ago

Very neat project!

Consider adding a hardware-specific, like the CERN-OHL-P-2.0 Open Hardware License! The MIT License is technically only applicable for software.

Good comparison/list of some options: https://choosealicense.com/non-software/

ezrafielding commented 3 months ago

Great suggestion, thanks! I've gone ahead and changed to the hardware-specific license.

parker-research commented 3 months ago

Very awesome! :)

Is there a software component of this that'll be shared in the future? Also curious about the full Bill of Materials (BOM) for off-board components

ezrafielding commented 3 months ago

We may release a software component some time in future when mission software is complete. Many of the commands we need to issue over the software are proprietary. But maybe we'll make a release of basic example functions. We do already mention what to expect with software in the associated paper (Raspberry Pi OS Lite as the OS and Python and C for mission software).

A BOM for off-board components also sounds like a great idea. Hopefully I can get around to that in the near future. I'll need to figure out what of those are actually publicly available. For now, I'd recommend checking the data sheets of each connector for the appropriate plug to use with it, and comparing that to the schematic for what to connect where. (The paper also has some nice pictures showing how everything plugs in together)