Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions Helpers_Inspiration/README.md
Original file line number Diff line number Diff line change
@@ -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)
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)