diff --git a/Helpers_Inspiration/README.md b/Helpers_Inspiration/README.md new file mode 100644 index 0000000..39b69a3 --- /dev/null +++ b/Helpers_Inspiration/README.md @@ -0,0 +1,26 @@ +This document contains helper and inspirational projects + +# Helpers + + +## Printable projects + +- [Parts tray](https://www.printables.com/model/253099-framework-parts-tray) for Framework laptop disassembly or Mainboard project work +- [mATX and ATX adapters](https://github.com/whatthefilament/Framework-Desktop-Adapter) for mounting the Mainboard in a PC case +- [A test bench](https://github.com/whatthefilament/Framework-Test-Bench) for working with your Mainboard standalone, or repairing it +- [French cleat mount](https://github.com/whatthefilament/Framework-French-Cleat-Mount) for mounting your Mainboard onto a wall + +## PCBs + +- [Input connector shim](https://github.com/CRImier/MyKiCad/tree/master/Laptop%20mods/framework_input_brkt_smol) for power button, USB 2.0 and fingerprint/caps/keyboard backlight connections +- [An RP2040 PCB that connects to an input cover,](https://github.com/CRImier/MyKiCad/tree/master/Laptop%20mods/framework_input_controller) making use of the keyboard, touchscreen, fingerprint sensor and the LEDs +- An eDP cable adapter PCB solution is being worked on by edward in the Framework Discord `#projects` channel + +# Inspiration + +- [FrameDeck](https://github.com/brickbots/framedeck) project +- [FrameStation](https://github.com/whatthefilament/FrameStation) game console project +- [Frame-WorkStation](https://github.com/whatthefilament/Frame-WorkStation) project +- [FrameTablet](https://github.com/whatthefilament/Framework-Tablet) project + +To see more Mainboard projects, check out the corresponding [Framework community forum section!](https://community.frame.work/c/developer-program/mainboard/133) diff --git a/README.md b/README.md index 543ccda..1d65890 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,8 @@ Both of these are easy to print on home 3D printers. Since these are open sourc The Electrical folder contains the pinouts and part numbers of the connectors on the Mainboard. All of this is a starting point for a broader set of open source Mainboard documentation to enable creation of fully compatible third-party Mainboards in the future. + +## Helpers and Inspiration + +Are you looking for projects that could help you in your Mainboard projects? Would you like to see what others have done? If +so, here's [a list of projects and other helpful materials.](Helpers_Inspiration/README.md)