2024-09-09 15:17:29 +00:00
|
|
|
# Goal
|
|
|
|
The goal of this project is to have an affordable, full DIY A320 home cockpit with all sources in one place.
|
|
|
|
This project is very price conscious so some realism might get sacreficed for reducing the cost.
|
|
|
|
|
|
|
|
Currently this project only contains the pedestal, more will follow once that's done.
|
2024-08-31 14:39:20 +00:00
|
|
|
|
|
|
|
# Building the cockpit
|
|
|
|
NOTE: Things are very work in progress right now and might change.
|
|
|
|
Equipement you need:
|
|
|
|
* 3D printer (at least access to one)
|
|
|
|
* Soldering equipment (you can order the PCBs pre-assembled but that comes at a significant extra cost)
|
|
|
|
|
2024-09-09 15:17:29 +00:00
|
|
|
General materials you need:
|
2024-08-31 14:39:20 +00:00
|
|
|
* Grey, black and red filament
|
|
|
|
* M2 self tapping screws
|
|
|
|
* IDC cables:
|
2024-09-09 15:17:29 +00:00
|
|
|
* 4x 10 Pin
|
|
|
|
* 2x 12 Pin
|
|
|
|
* 1x 14 Pin
|
|
|
|
* 1x 24 Pin
|
|
|
|
* Plastic glue
|
2024-08-31 14:39:20 +00:00
|
|
|
|
|
|
|
Optionally also have:
|
|
|
|
* Wood filler and sand paper to smooth out the 3D printed parts. This then would also require painting the parts.
|
|
|
|
|
|
|
|
The repo consists of the following sturcture:
|
|
|
|
* common-3d: Contains commonly used 3D printed parts such as knobs
|
|
|
|
* Pedestal: Contains all files needed for the pedestal
|
|
|
|
* \*VU-\*: The individual panels.
|
|
|
|
* PedestalConnectBox: The PCB, most things of the pedestal hook up to
|
|
|
|
* MCDU: Everything for the MCDU
|
|
|
|
* flightgear: Files for flightgear flight simulator infterface
|
|
|
|
|
|
|
|
Some of the sub-directories contain READMEs with more specific instructions on the parts.
|
|
|
|
|
|
|
|
## PCBs
|
|
|
|
TODO
|
|
|
|
|
2024-09-09 15:17:29 +00:00
|
|
|
## TODO BOM!
|
2024-08-31 14:39:20 +00:00
|
|
|
|
2024-09-09 15:17:29 +00:00
|
|
|
## 3D printing
|
|
|
|
From the common-3d parts you need:
|
|
|
|
* 5x Knob1
|
|
|
|
* ??x LockPin
|
|
|
|
* TODO
|
|
|
|
For the individual panels, check if there are hints in the individual directory
|
2024-08-31 14:39:20 +00:00
|
|
|
|
|
|
|
# Contributing
|
|
|
|
If you're interested in contributing, please let me know, then I can write more detailed instructions.
|
2024-09-09 15:17:29 +00:00
|
|
|
|
|
|
|
# Licenses
|
|
|
|
* Firmware, pcb designs and 3D models are under the Cooperative non-violent public license, see LICENSE.md
|
|
|
|
* Libraries in "submodules" may have different license
|