snipe3687 wrote on 2025-05-28, 12:09:
Here I will just share it here. This is the first project I'm sharing publicly so I'm a little nervous, but I've got it to a point where everything works and I'm happy with it. This is my 4th revision of this since I made my original clone.
https://github.com/snipeexpress/WeeCee_Redux.git
Thanks for sharing, looks good. Schematic is well organized and easy to read. I like the way you did the SOM304 silkscreen (are the mounting holes drilled and grounded?). I might have broken the symbol into pages (either per header or functional blocks so that you could put them into the various subsystems instead of using labels), but that's kind of down to personal preference. You also seem to have done your git commit with one or more files locked, but that doesn't cause any real problems as the lock can just be ignored. Overall, well done and I'm looking forward to future revisions.
I noticed you didn't post a license with your project (Rasteri's weeCee is CC-BY-SA-4.0 license). It would be good to include one to clarify your intentions with releasing this, even if that's "all rights reserved" (the default in many jurisdictions) or "no rights reserved, do whatever you want" (CC-0 is a good license if that's your intent). If you are releasing under a permissive license, I'll probably fork your design when you get the PicoGUS working--I'm working on some PicoGUS modifications including gameport, currently using a 1.2 PCB as a test setup since it's more modular, but ultimately I want to put everything on a Vortex86 carrier/mainboard.
Again, thanks for sharing, very cool.