├── mobiflight_template ├── README.md └── mobiflight_template.kicad_sch ├── potentiometer-board ├── potentiometer-board.round-tracks-config ├── gerber.zip └── README.md ├── prototyping-board ├── case.stl ├── schematic.png ├── cube-base-adapter.stl ├── prototyping-board-top.png ├── prototyping-board-bottom.png ├── prototyping-board-1.3.mfmc ├── prototyping-board.mfmc ├── prototyping-board-2.0.mfmc ├── prototyping-board.multiplexer.mfmc ├── prototyping-board.multiplexer-2.2.mfmc └── README.md ├── dimmer-board ├── dimmer-board.png ├── MobiFlight-led-dimmer-manual-1.1.pdf ├── README.md └── MF Dimmer board.mfmc ├── led-driver-board ├── schematic.png ├── led-driver-top.png ├── current_setting.png ├── led-driver-bottom.png ├── board-configuration.png ├── wiring-diagram-mega.png ├── wiring-diagram-prototyping-board.png ├── prototyping-board.led-driver.mfmc └── README.md ├── max7219-breakout-system ├── top.png ├── bottom.png ├── schematic.png ├── note-connectors.png ├── two-boards-chained.png ├── MAX7219-breakout-board-back.png ├── MAX7219-breakout-board-front.png ├── special-config-digits-3digits.png ├── special-config-digits-normal.png ├── top-orientation-and-pin-assignments.png ├── board-connected-to-prototyping-board.png ├── fp-lib-table └── README.md ├── breakout-multiplexer ├── schematic.png ├── qr-code-documentation.png ├── breakout-multiplexer-case.stl ├── breakout-multiplexer-top.png ├── breakout-multiplexer-bottom.png ├── breakout-multiplexer-case-preview.png ├── breakout-multiplexer-case-preview-2.png └── README.md ├── mobiflight-library ├── path_library.png ├── path_symbol_library.png ├── path_footprint_library.png ├── README.md └── mobiflight-library.pretty │ ├── T8013.kicad_mod │ ├── L_pol_2016.kicad_mod │ ├── Potentiometer_Bochen_3362P_Vertical.kicad_mod │ ├── TerminalBlock_bornier-2_P5.08mm.kicad_mod │ ├── TerminalBlock_bornier-4_P5.08mm.kicad_mod │ ├── SW_Push_1P1T_NO_Vertical_Wuerth_434133025816.kicad_mod │ ├── CE-Logo_8.5x6mm_SilkScreen.kicad_mod │ ├── Potentiometer_Bourns_3214J_Horizontal.kicad_mod │ ├── Winbond_USON-8-1EP_3x2mm_P0.5mm_EP0.2x1.6mm.kicad_mod │ ├── STH_7_2 Digits_0.28_CC.kicad_mod │ ├── IDC-Header_2x08_P2.54mm_Vertical.kicad_mod │ ├── STH_7_2 Digits_0.36_CC.kicad_mod │ ├── STH_7_3 Digits_0.28_CC.kicad_mod │ ├── USB_C_Receptacle_HCTL_HC-TYPE-C-16P-01A.kicad_mod │ ├── SW_Push_1P1T_XKB_TS-1187A.kicad_mod │ ├── STH_7_3 Digits_0.36_CC.kicad_mod │ └── EC11EBB24C03_oval.kicad_mod ├── .gitignore ├── input-shifter-board ├── schematic-leds.png ├── schematic-root.png ├── board-configuration.png ├── input-shifter-top.png ├── wiring-diagram-mega.png ├── input-shifter-bottom.png ├── schematic-active-parts.png ├── wiring-diagram-prototype-board.png └── README.md ├── max7219-adapter ├── max7219-adapter-top.png ├── max7219-adapter-bottom.png ├── max7219-adapter-socket.png ├── max7219-adapter-top-with-components.png ├── max7219-adapter-bottom-with-components.png └── README.md ├── max7219-breakout-digits ├── 3-digits_0.36_Back.jpg ├── 3-digits_0.36_Front.jpg ├── 4-digits_0.36_Back.jpg ├── 4-digits_0.36_Front.jpg ├── 5-digits_0.36_Back.jpg ├── 5-digits_0.36_Front.jpg ├── 6-digits_0.36_Back.jpg ├── 6-digits_0.36_Front.jpg ├── breakout-assembled.png ├── breakout-components.png ├── breakout-digit-assembly.png ├── breakout-digit-soldering.png ├── breakout-connector-assembly.png ├── breakout-connector-soldering.png └── README.md ├── dual-encoder-board ├── Encoder Dual Axis With Button EC11EBB24C03.png ├── Encoder Single Axis With Button EC11M 25mm.png ├── Encoder Dual Axis With Button EC11EBB24C03_2.png ├── Encoder Dual Axis With Button EC11EBB24C03_3.png └── README.md └── README.md /mobiflight_template/README.md: -------------------------------------------------------------------------------- 1 | # MobiFlight Template 2 | -------------------------------------------------------------------------------- /potentiometer-board/potentiometer-board.round-tracks-config: -------------------------------------------------------------------------------- 1 | Default True 1.0 3 2 | False True False 3 | -------------------------------------------------------------------------------- /prototyping-board/case.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/prototyping-board/case.stl -------------------------------------------------------------------------------- /dimmer-board/dimmer-board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/dimmer-board/dimmer-board.png -------------------------------------------------------------------------------- /led-driver-board/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/led-driver-board/schematic.png -------------------------------------------------------------------------------- /potentiometer-board/gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/potentiometer-board/gerber.zip -------------------------------------------------------------------------------- /max7219-breakout-system/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-system/top.png -------------------------------------------------------------------------------- /prototyping-board/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/prototyping-board/schematic.png -------------------------------------------------------------------------------- /breakout-multiplexer/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/breakout-multiplexer/schematic.png -------------------------------------------------------------------------------- /led-driver-board/led-driver-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/led-driver-board/led-driver-top.png -------------------------------------------------------------------------------- /max7219-breakout-system/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-system/bottom.png -------------------------------------------------------------------------------- /mobiflight-library/path_library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/mobiflight-library/path_library.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # KiCad auto-generated files 2 | *.kicad_prl 3 | *-backups 4 | *-cache 5 | */production 6 | */jlcpcb 7 | *.wrl 8 | *.bak 9 | -------------------------------------------------------------------------------- /input-shifter-board/schematic-leds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/input-shifter-board/schematic-leds.png -------------------------------------------------------------------------------- /input-shifter-board/schematic-root.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/input-shifter-board/schematic-root.png -------------------------------------------------------------------------------- /led-driver-board/current_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/led-driver-board/current_setting.png -------------------------------------------------------------------------------- /led-driver-board/led-driver-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/led-driver-board/led-driver-bottom.png -------------------------------------------------------------------------------- /max7219-breakout-system/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-system/schematic.png -------------------------------------------------------------------------------- /led-driver-board/board-configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/led-driver-board/board-configuration.png -------------------------------------------------------------------------------- /led-driver-board/wiring-diagram-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/led-driver-board/wiring-diagram-mega.png -------------------------------------------------------------------------------- /max7219-adapter/max7219-adapter-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-adapter/max7219-adapter-top.png -------------------------------------------------------------------------------- /prototyping-board/cube-base-adapter.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/prototyping-board/cube-base-adapter.stl -------------------------------------------------------------------------------- /input-shifter-board/board-configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/input-shifter-board/board-configuration.png -------------------------------------------------------------------------------- /input-shifter-board/input-shifter-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/input-shifter-board/input-shifter-top.png -------------------------------------------------------------------------------- /input-shifter-board/wiring-diagram-mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/input-shifter-board/wiring-diagram-mega.png -------------------------------------------------------------------------------- /max7219-adapter/max7219-adapter-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-adapter/max7219-adapter-bottom.png -------------------------------------------------------------------------------- /max7219-adapter/max7219-adapter-socket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-adapter/max7219-adapter-socket.png -------------------------------------------------------------------------------- /max7219-breakout-system/note-connectors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-system/note-connectors.png -------------------------------------------------------------------------------- /mobiflight-library/path_symbol_library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/mobiflight-library/path_symbol_library.png -------------------------------------------------------------------------------- /prototyping-board/prototyping-board-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/prototyping-board/prototyping-board-top.png -------------------------------------------------------------------------------- /input-shifter-board/input-shifter-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/input-shifter-board/input-shifter-bottom.png -------------------------------------------------------------------------------- /mobiflight-library/path_footprint_library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/mobiflight-library/path_footprint_library.png -------------------------------------------------------------------------------- /breakout-multiplexer/qr-code-documentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/breakout-multiplexer/qr-code-documentation.png -------------------------------------------------------------------------------- /input-shifter-board/schematic-active-parts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/input-shifter-board/schematic-active-parts.png -------------------------------------------------------------------------------- /max7219-breakout-digits/3-digits_0.36_Back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-digits/3-digits_0.36_Back.jpg -------------------------------------------------------------------------------- /max7219-breakout-digits/3-digits_0.36_Front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-digits/3-digits_0.36_Front.jpg -------------------------------------------------------------------------------- /max7219-breakout-digits/4-digits_0.36_Back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-digits/4-digits_0.36_Back.jpg -------------------------------------------------------------------------------- /max7219-breakout-digits/4-digits_0.36_Front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-digits/4-digits_0.36_Front.jpg -------------------------------------------------------------------------------- /max7219-breakout-digits/5-digits_0.36_Back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-digits/5-digits_0.36_Back.jpg -------------------------------------------------------------------------------- /max7219-breakout-digits/5-digits_0.36_Front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-digits/5-digits_0.36_Front.jpg -------------------------------------------------------------------------------- /max7219-breakout-digits/6-digits_0.36_Back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-digits/6-digits_0.36_Back.jpg -------------------------------------------------------------------------------- /max7219-breakout-digits/6-digits_0.36_Front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-digits/6-digits_0.36_Front.jpg -------------------------------------------------------------------------------- /max7219-breakout-digits/breakout-assembled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-digits/breakout-assembled.png -------------------------------------------------------------------------------- /max7219-breakout-digits/breakout-components.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-digits/breakout-components.png -------------------------------------------------------------------------------- /max7219-breakout-system/two-boards-chained.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-system/two-boards-chained.png -------------------------------------------------------------------------------- /prototyping-board/prototyping-board-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/prototyping-board/prototyping-board-bottom.png -------------------------------------------------------------------------------- /breakout-multiplexer/breakout-multiplexer-case.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/breakout-multiplexer/breakout-multiplexer-case.stl -------------------------------------------------------------------------------- /breakout-multiplexer/breakout-multiplexer-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/breakout-multiplexer/breakout-multiplexer-top.png -------------------------------------------------------------------------------- /dimmer-board/MobiFlight-led-dimmer-manual-1.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/dimmer-board/MobiFlight-led-dimmer-manual-1.1.pdf -------------------------------------------------------------------------------- /breakout-multiplexer/breakout-multiplexer-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/breakout-multiplexer/breakout-multiplexer-bottom.png -------------------------------------------------------------------------------- /led-driver-board/wiring-diagram-prototyping-board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/led-driver-board/wiring-diagram-prototyping-board.png -------------------------------------------------------------------------------- /max7219-breakout-digits/breakout-digit-assembly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-digits/breakout-digit-assembly.png -------------------------------------------------------------------------------- /max7219-breakout-digits/breakout-digit-soldering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-digits/breakout-digit-soldering.png -------------------------------------------------------------------------------- /input-shifter-board/wiring-diagram-prototype-board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/input-shifter-board/wiring-diagram-prototype-board.png -------------------------------------------------------------------------------- /max7219-adapter/max7219-adapter-top-with-components.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-adapter/max7219-adapter-top-with-components.png -------------------------------------------------------------------------------- /max7219-breakout-digits/breakout-connector-assembly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-digits/breakout-connector-assembly.png -------------------------------------------------------------------------------- /max7219-breakout-system/MAX7219-breakout-board-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-system/MAX7219-breakout-board-back.png -------------------------------------------------------------------------------- /breakout-multiplexer/breakout-multiplexer-case-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/breakout-multiplexer/breakout-multiplexer-case-preview.png -------------------------------------------------------------------------------- /max7219-adapter/max7219-adapter-bottom-with-components.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-adapter/max7219-adapter-bottom-with-components.png -------------------------------------------------------------------------------- /max7219-breakout-digits/breakout-connector-soldering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-digits/breakout-connector-soldering.png -------------------------------------------------------------------------------- /max7219-breakout-system/MAX7219-breakout-board-front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-system/MAX7219-breakout-board-front.png -------------------------------------------------------------------------------- /max7219-breakout-system/special-config-digits-3digits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-system/special-config-digits-3digits.png -------------------------------------------------------------------------------- /max7219-breakout-system/special-config-digits-normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-system/special-config-digits-normal.png -------------------------------------------------------------------------------- /breakout-multiplexer/breakout-multiplexer-case-preview-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/breakout-multiplexer/breakout-multiplexer-case-preview-2.png -------------------------------------------------------------------------------- /max7219-breakout-system/top-orientation-and-pin-assignments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-system/top-orientation-and-pin-assignments.png -------------------------------------------------------------------------------- /dual-encoder-board/Encoder Dual Axis With Button EC11EBB24C03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/dual-encoder-board/Encoder Dual Axis With Button EC11EBB24C03.png -------------------------------------------------------------------------------- /dual-encoder-board/Encoder Single Axis With Button EC11M 25mm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/dual-encoder-board/Encoder Single Axis With Button EC11M 25mm.png -------------------------------------------------------------------------------- /max7219-breakout-system/board-connected-to-prototyping-board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/max7219-breakout-system/board-connected-to-prototyping-board.png -------------------------------------------------------------------------------- /dual-encoder-board/Encoder Dual Axis With Button EC11EBB24C03_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/dual-encoder-board/Encoder Dual Axis With Button EC11EBB24C03_2.png -------------------------------------------------------------------------------- /dual-encoder-board/Encoder Dual Axis With Button EC11EBB24C03_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MobiFlight/mobiflight-pcbs/HEAD/dual-encoder-board/Encoder Dual Axis With Button EC11EBB24C03_3.png -------------------------------------------------------------------------------- /max7219-breakout-system/fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (version 7) 3 | (lib (name "mobiflight-library")(type "KiCad")(uri "D:/projects/mobiflight-pcbs/mobiflight-library/mobiflight-library.pretty")(options "")(descr "")) 4 | ) 5 | -------------------------------------------------------------------------------- /dimmer-board/README.md: -------------------------------------------------------------------------------- 1 | # Light dimmer board 2 | 3 | ![Board image](https://github.com/tigertfly/mobiflight-pcbs/blob/dimmer-board/dimmer-board/dimmer-board.png) 4 | 5 | This is a light dimmer board for backlight and cockpit lights, works as a shield on a full sized Arduino Mega, or standalone. 6 | -------------------------------------------------------------------------------- /dimmer-board/MF Dimmer board.mfmc: -------------------------------------------------------------------------------- 1 | 2 | 3 | MobiFlight Mega 4 | MF Dimmer board 5 | 600 6 | 7 | 8 | -------------------------------------------------------------------------------- /led-driver-board/prototyping-board.led-driver.mfmc: -------------------------------------------------------------------------------- 1 | 2 | 3 | MobiFlight Mega 4 | ProtoBoard-v2 5 | 600 6 | 7 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # mobiflight-pcbs 2 | PCBs and breakout boards, designed by the MobiFlight community: 3 | 4 | * [MobiFlight Prototyping Board](prototyping-board/README.md) 5 | * [MobiFlight Multiplexer Breakout Board](breakout-multiplexer/README.md) 6 | * [MobiFlight MAX7219 Breakout System](max7219-breakout-system/README.md) 7 | * [MobiFlight MAX7219 Adapter Board](max7219-adapter/README.md) 8 | * [MobiFlight Dual Encoder Board](dual-encoder-board/README.md) 9 | * [MobiFlight LED Driver Board](led-driver-board/README.md) 10 | 11 | If you are missing information, or if you found a bug, please [create a new issue here on GitHub](https://github.com/MobiFlight/mobiflight-pcbs/issues/new). 12 | -------------------------------------------------------------------------------- /mobiflight-library/README.md: -------------------------------------------------------------------------------- 1 | # MobiFlight Library 2 | To use this library, create a new environment variable "KICAD_MOBIFLIGHT_LIBRARY_DIR" within KiCad and set the path to this folder. 3 | 4 | ![image](path_library.png) 5 | 6 | # Symbols 7 | Open the Symbol-Editor and add a Symbol Library, name this library `MobiFlight` and navigate to the path `mobiflight-library.kicad_sym` which is in the folder `mobiflight-pcbs/mobiflight-library`. 8 | 9 | ![image](path_symbol_library.png) 10 | 11 | # Footprints 12 | 13 | Open the Footprint-Editor and add a Footprint Library, name this library `MobiFlight` and navigate to the path `mobiflight-library.pretty` which is in the folder `mobiflight-pcbs/mobiflight-library`. 14 | 15 | ![image](path_footprint_library.png) 16 | -------------------------------------------------------------------------------- /potentiometer-board/README.md: -------------------------------------------------------------------------------- 1 | # Potentiometer board 2 | 3 | The potentiometer board fits the same form factor and 20x20mm mounting hole pattern 4 | as the popular dual encoder board. 5 | 6 | This board features a soldering footprint for an Alps RK09 style potentiometer (the one that looks similar 7 | to common EC11-style rotary encoders) and a three pin JST XH connector for the wires. 8 | 9 | This repository contains the KiCad project files and also a gerber zip that can be used to manufacture the board. 10 | But if you are interested in this board, you can also find it in the 11 | [MobiFlight Community Shop](https://shop.mobiflight.com/product/potentiometer-bundle) bundled with a resin printed 12 | knob set. 13 | 14 | Designed by Tuomas Kuosmanen, December 2024 15 | The RK09 potentiometer STEP file was 16 | [created and shared on GrabCAD by Mart Berghs](https://grabcad.com/library/potentiometer-30). 17 | 18 | -------------------------------------------------------------------------------- /max7219-adapter/README.md: -------------------------------------------------------------------------------- 1 | # MobiFlight MAX7219 Adapter Board 2 | The MobiFlight MAX7219 Adapter Board is for those users who have bought the conventional MAX7219 PCBs with the 2x4 digits (e.g., from eBay) and would like to continue using them with this adapter. 3 | The adapter mounts directly to the green original PCBs and uses the MAX7219 chip and provides two sockets that can be used with the MobiFlight MAX7219 PCBs (more information and [pictures also available in the shop](https://shop.mobiflight.com/product/max7219-breakout-adapter)). 4 | 5 | ## Board overview 6 | ![Top View](max7219-adapter-top.png) 7 | 8 | ### DIG 4-7 9 | Connect a 3 or 4 digit PCB to this connector. 10 | 11 | ### DIG 0-5 12 | Connect a 3 to 6 digit PCB to this connector. 13 | 14 | ## Assembly instructions 15 | 16 | 1. Solder socket pin headers - the package comes with 4 x 6 pin headers which you solder to the bottom of the board. These are then plugged into the original green MAX7219 module board. 17 | 18 | ![Top View](max7219-adapter-socket.png) 19 | 20 | 2. Solder the connectors - the package comes with two 2x8 pin connectors which you solder to the top of the board. 21 | 22 | ## MobiFlight Configuration 23 | 24 | > This information will be added soon. 25 | 26 | ## Additional information 27 | 28 | ### Top side with components 29 | ![Bottom View](max7219-adapter-top-with-components.png) 30 | 31 | ### Bottom side 32 | ![Bottom View](max7219-adapter-bottom.png) 33 | 34 | ### Bottom side with components 35 | ![Bottom View with components](max7219-adapter-bottom-with-components.png) 36 | 37 | ### Schematic 38 | ![Schematic](schematic.png) -------------------------------------------------------------------------------- /mobiflight-library/mobiflight-library.pretty/T8013.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "T8013" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 61E70453) 4 | (attr through_hole) 5 | (fp_text reference "REF**" (at -6.5 -2 unlocked) (layer "F.SilkS") 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | (tstamp eecceb5b-2424-4a36-b74c-ad75b4620fa7) 8 | ) 9 | (fp_text value "T8013" (at -6.5 -0.5 unlocked) (layer "F.Fab") 10 | (effects (font (size 1 1) (thickness 0.15))) 11 | (tstamp 32660e9c-769d-4116-b88d-46708f97bcb0) 12 | ) 13 | (fp_text user "${REFERENCE}" (at -6.5 1 unlocked) (layer "F.Fab") 14 | (effects (font (size 1 1) (thickness 0.15))) 15 | (tstamp bcd6e405-0bb1-44eb-adb9-068c36c8144d) 16 | ) 17 | (fp_line (start 3.42 -6.5) (end -3.42 -6.5) (layer "F.SilkS") (width 0.12) (tstamp 97be5160-5119-41d3-ab86-a5cd60d7a93c)) 18 | (fp_line (start -3.42 6.5) (end 3.42 6.5) (layer "F.SilkS") (width 0.12) (tstamp a79702ed-70ef-421e-beba-55a5423a3e4c)) 19 | (fp_line (start -3.5 -6.5) (end -3.5 6.5) (layer "F.SilkS") (width 0.12) (tstamp c67f3d38-39d3-4b49-a9b2-6af78dd63a4a)) 20 | (fp_line (start 3.5 6.5) (end 3.5 -6.5) (layer "F.SilkS") (width 0.12) (tstamp ed3dc6e8-2cc0-4666-b157-164ac9417433)) 21 | (pad "1" thru_hole roundrect (at 0 -4.7) (size 3.8 1.524) (drill oval 2.2 0.9) (layers *.Cu *.Mask) (roundrect_rratio 0.25) (tstamp 74bc92af-f8ba-4546-8ffd-4a067527e0e8)) 22 | (pad "2" thru_hole roundrect (at 0 0) (size 3.8 1.524) (drill oval 2.2 0.9) (layers *.Cu *.Mask) (roundrect_rratio 0.25) (tstamp 29c28e74-513e-4abb-bebe-ce4d6d156196)) 23 | (pad "3" thru_hole roundrect (at 0 4.7) (size 3.8 1.524) (drill oval 2.2 0.9) (layers *.Cu *.Mask) (roundrect_rratio 0.25) (tstamp 191ac53d-46f3-4721-860d-7dff0d5203dc)) 24 | ) 25 | -------------------------------------------------------------------------------- /dual-encoder-board/README.md: -------------------------------------------------------------------------------- 1 | # Dual encoder board 2 | 3 | The dual encoder board was created because the commonly available and most affordable, and thus most popular 4 | dual encoder for cockpit building does not have threads on the shaft, and it is thus hard to mount on panels 5 | without using a printed circuit board. 6 | 7 | ![image](https://user-images.githubusercontent.com/2587818/204113247-60ed620e-4c27-481c-8c97-d5f95a9dd7fb.png) ![image](https://user-images.githubusercontent.com/2587818/204113270-64056bad-411e-4234-a0a6-67ae945ef154.png) 8 | 9 | The encoder board features a soldering footprint for the encoder as well as two JST XH connectors that let you 10 | attach the encoder for example to a [MobiFlight Cube adapter](https://github.com/MobiFlight/mobiflight-pcbs/tree/main/cube-adapter) 11 | with a 4 pin JST XH cable. 12 | 13 | The board has a 20x20mm pattern of M3 mounting holes, so you can use nylon standoffs and M3 machine screws to attach it 14 | to an acrylic panel for example. The encoder body is about 7mm tall, so 8mm standoffs work great. 15 | 16 | ![image](https://user-images.githubusercontent.com/2587818/204113602-29c45b36-56e6-4fd4-ba06-1d2413532c25.png) 17 | 18 | This repository contains the KiCad project files and also a gerber zip that can be used to manufacture the board. 19 | But if you are interested in this board, you can also find it in the 20 | [MobiFlight Community Shop](https://shop.mobiflight.com/product/dual-encoder-bundle) bundled with a resin printed 21 | knob set. I recreated the board while learning to use KiCad, so this is slightly different in how it looks, 22 | but it will replace the older stock in the shop once that runs out. 23 | 24 | Both variants are functionally identical. 25 | 26 | Designed by Tuomas Kuosmanen, November 2022 27 | -------------------------------------------------------------------------------- /prototyping-board/prototyping-board-1.3.mfmc: -------------------------------------------------------------------------------- 1 | 2 | 3 | MF Cube Adapter 4 | 600 5 |