From 98a6c5e3c5790cb471de1972d9237b668c8a251a Mon Sep 17 00:00:00 2001 From: CRImier Date: Sat, 13 Aug 2022 01:47:18 +0300 Subject: [PATCH] Starting the helper and inspiration material list --- Helpers_Inspiration/README.md | 26 ++++++++++++++++++++++++++ README.md | 5 +++++ 2 files changed, 31 insertions(+) create mode 100644 Helpers_Inspiration/README.md 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)