Closed necroware closed 1 year ago
As this is open-source hardware you should know as an option that it is today relatively easy (and inexpensive) to just submit the KiCad PCB layout files directly to some PCB-prototype board manufacturers like Oshpark or PCBWay who will take it then make + ship a few of the PCB boards to you, all without you having to use KiCad yourself or even having to understand the PCB layout:
- https://oshpark.com
- See example shared project (rev 0.2.1 of the board) -> https://oshpark.com/shared_projects/rzwJjMoP
- https://www.pcbway.com
FYI, today a few of those and other PCB manufacturers (including Oshpark and PCBWay) have communities / community website that allows anyone to create and share projects similar to the linked shared project on Oshpark, and doing so can help make it even easier for less experienced people that might be new to that part of the hobby to order their own PCB board directly.
https://oshpark.com/shared_projects https://oshpark.com/shared_projects/rzwJjMoP
https://www.pcbway.com/blog/help_center/How_to_Share_Projects_in_PCBWay_Community_d27959dc.html https://www.pcbway.com/project/ https://www.pcbway.com/project/shareproject/
PCBWay is probably the currently largest at driving its community projects and the part of its store for sharing your projects.
PS: PCBWay also offer 3D-printing services in case want to have an enclosure like https://www.thingiverse.com/thing:5457006
Also make sure to get the right Arduino board, as they may differ in width: https://www.youtube.com/watch?v=0losEHACB6A
Oh, btw, most open-source hardware licenses allow anyone to make the board to then resell the board and/or product, see ex:
PS: Open-source hardware licenses does however usually not extend to the copyrighted name of the creator or an unique name that the original creator has given to the project/product, so it would normally not be allowed to market and sell it as "Necroware" product, hence a disclaimer is usually used by others to inform that it is not official or sold by the original creator.
@necroware You might want to consider enabling the GitHub Discussions for this repository (GitHub collaborative communication forum feature for repositories) and move this there as it allows for collaboration threads without clogging up the issues section:
https://docs.github.com/en/discussions/quickstart
https://docs.github.com/en/discussions
https://github.com/features/discussions
See examples:
https://github.com/community/community/discussions
https://github.com/orgs/community/discussions/categories/discussions
I've built a few of these using boards from OSHpark. They work pretty well, although the resistors can be a bit of a pain. I think a lead-forming tool will help a lot with that.
Edit: nope, a lead-forming tool doesn't help. The commonly available ones only go down to 0.4"; the resistor holes on this design are spaced 0.3". This probably makes sense for machine assembly, but for hand assembly, 0.3" for a resistor that's 0.25" without any leads at all is super-tight.
I'm not an electrical engineer, so I can't say what the impact would be functionally, but for hand assembly, an extra 0.1" on the resistor through hole would be a massive help. It looks like there's room for it, too. Thoughts, @necroware ?
Ordering prototype PCB and assembling yourself
As this is open-source hardware you should know as an option that it is today relatively easy (and inexpensive) to just submit the KiCad PCB layout files directly to some PCB-prototype board manufacturers like Oshpark or PCBWay who will take it then make + ship a few of the PCB boards to you, all without you having to use KiCad yourself or even having to understand the PCB layout:
- See example shared project (rev 0.2.1 of the board) -> https://oshpark.com/shared_projects/rzwJjMoP
- https://www.pcbway.com
- https://jlcpcb.com
FYI, Chinese PCB manufacturers will usually make around 20 simple PCB board like this for less than $10 and ship them to you for around $20, so depending on your country's import tax you have those at home for around $30-40 in around a months time.
E.i. just buy the ones from the project BOM (Bill-Of-Matierials) list
https://github.com/necroware/gameport-adapter/blob/main/README.md#bill-of-materials-bom
Tip on other one-stop-shop turnkey PCB and embedded circuit board manufacturers partners which offer open project pages:
Done.
@necroware Recommend moving this to the suggestion section under discussions -> https://github.com/necroware/gameport-adapter/discussions
It is then relatively easy for most hobby/amateur-tinkers to solder the parts by hand as it only has very few simple component, see:
https://www.youtube.com/watch?v=HUmbvfqP784&ab_channel=chadaustinak
Ordering prototype PCB and assembling yourself
As this is open-source hardware you should know as an option that it is today relatively easy (and inexpensive) to just submit the KiCad PCB layout files directly to some PCB-prototype board manufacturers like Oshpark or PCBWay who will take it then make + ship a few of the PCB boards to you, all without you having to use KiCad yourself or even having to understand the PCB layout:
FYI, Chinese PCB manufacturers will usually make around 20 simple PCB board like this for less than $10 and ship them to you for around $20, so depending on your country's import tax you have those at home for around $30-40 in around a months time.
E.i. just buy the ones from the project BOM (Bill-Of-Matierials) list
https://github.com/necroware/gameport-adapter/blob/main/README.md#bill-of-materials-bom
Note! It is not recommended to buy the Mini-USB variant of Arduino Pro Micro as its header is wider than USB-C and Micro-USB variants), and it is not recommended to buy the Micro-USB variant of Arduino Pro Micro as it is too easy to break the connector.
Bill of materials (BOM)
The hardware is super simple. To build an adapter you'll need the PCB from this project and following parts:
Tip! Some other user recommended buying an enclosure case: Hammond Manufacturing 1551RTBU, Digi-Key Part # HM1142-ND.
You can otherwise 3D-print your own case, see example -> https://www.thingiverse.com/thing:5457006
Firmware
Once you have it and want to flash the firmware yourself (to ensure you have the latest version), you can do that yourself as well.
Originally posted by @Hedda in https://github.com/necroware/gameport-adapter/issues/12#issuecomment-1408782899