-
-
Notifications
You must be signed in to change notification settings - Fork 996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation is really hard for beginners #267
Comments
This is because v4 uses an integrated microcontroller (RP2040). This is not something most users solder themselves and I would say is out of the scope of the build guide — it is mostly for general assembly. If you're looking for a DIY keyboard (soldering a development board style microcontroller like a Pro Micro, and other components like diodes), v4 probably is not right for you — you should look at v3 PCBs.
Correct. SVG files are not 3D printable — you would need to convert to them to STL files that your slicer understands.
It is not a 3D print. The plates under
The
Assuming you're referring to v4 PCBs, most of the components are electronic components that you will likely source from the PCB manufacturer for them to be assembled with the PCBs. |
Hi @waffle87 Thank you very much for responding in details and to all my questions. I was already sorry for asking newbie questions but I realize I was completely off.. Understood, there are no additional control as it is already on the PCB. I am not looking for anything special, I just thought that the controller had to be added manually afterward. I am wondering: is there any downside to using the RP2040? Like maybe the ease during development? The price difference is so huge. I didn't find much on "FR4 samdwich keyboard", but I think I understand the idea from the Corne's pictures. The "-ex" is the version with the knobs? Or is it possible to put additional keys? For the last part: at the time I wrote my questions, I already found out the BoM and PCL files. I was refering to things likr the M2 spacers. About the BoM and PCL files:
I don't know if these information will be useful. Thank you again, I appreciated that. |
I have discontinued ProMicro because it can be simplified and compacted. The changes in v4 are available at https://github.com/foostan/crkbd/releases/tag/v4.0. The RP2040 chip is cheaper than the one used in ProMicro. The PCBA process makes it more expensive. However, it also becomes cheaper if you make a large number of them. It is true that it is more expensive if you make a small number of them. I would like to find a way to make them cheaper, even in small quantities, at some point.
It's for both versions.
It's the same as #272 and you can ignore it.
It's correct. I don't suggest using JLCPCB now; they do not have hot-swap parts. |
Hi,
First, thank you for the keyboard, it seems really nice.
I have been looking at the documentation and forums for hours but I am not able to understand:
buildguide_en.md
for V4, I don't see the controller I am supposed to use.pcbs/
andplates/
folders, but in theplates/3x6/
folder I also have thepcb/
folder next to thesvg/
.What does that mean ? If I understand correctly:
svg/
are not used at all (I tried to pass them to my 3D print slicer but I don't think I am supposed to print it from the SVG)pcb/
to a site like jlcpcb as if it was a PCB, but isn't it really a 3D print ? There are no circuit on it. Is there a reason to make it a PCB ? I guess that the pcb works for both left and right?bottom
file that match all thetop
files ? What is the difference betweencherrymx
andcherrymx-ex
? It seems that in the other github's issues, the response is always to use the "cherry" one (theex
or the other one?)I have a 3D print at home, if possible, I would prefer to print it myself than order it.
cases
folder missing in the release ?NOTE: The controller and plate questions are really the main ones.
I see many of these questions in the issues, but I am still not able to understand what needs to be done.
Maybe putting these in a FAQ file would make it easier?
Sorry for all these questions, and I understand that many people here don't need these answers as they are already experienced, but any help would be really appreciated.
Have a nice day.
The text was updated successfully, but these errors were encountered: