No description
Find a file
fly 1f4a031153 Finished layout of 110VU Rudder Trim
Signed-off-by: fly <merspieler@alwaysdata.net>
2024-09-06 11:30:10 +02:00
common-3d Updated readme 2024-08-31 16:39:20 +02:00
Pedestal Finished layout of 110VU Rudder Trim 2024-09-06 11:30:10 +02:00
submodules Preliminary Rudder Trim Schematic 2024-09-02 19:01:07 +02:00
.gitignore Initial commit 2024-04-15 01:15:09 +02:00
.gitmodules Fix submodule mess, only use the kicad library form the submodules now 2024-08-06 16:09:35 +02:00
LICENSE.md Initial commit 2024-04-15 01:15:09 +02:00
README.md Preliminary Rudder Trim Schematic 2024-09-02 19:01:07 +02: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

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)

Materials you need:

  • Grey, black and red filament
  • M2 self tapping screws
  • IDC cables:
    • TODO
  • A raspberry pi or similar SBC to drive the MCDU displays (I recommend the rasppi4 or 5 cause you can run both MCDUs off of one pi)

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.
    • firmware: Contains the rust code for the micro controller
    • 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

3D printing

Contributing

If you're interested in contributing, please let me know, then I can write more detailed instructions.