-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FCU firmware, mfmc file and photo are added.
- Loading branch information
1 parent
53c3af2
commit 4f24f45
Showing
4 changed files
with
2,015 additions
and
0 deletions.
There are no files selected for viewing
66 changes: 66 additions & 0 deletions
66
Community/CoreFlightTech/boards/coreflighttech.fcu.board.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"$schema": "./mfboard.schema.json", | ||
"AvrDudeSettings": { | ||
"Device": "atmega2560", | ||
"BaudRates": ["115200"], | ||
"Programmer": "wiring", | ||
"Timeout": 15000 | ||
}, | ||
"Connection": { | ||
"ConnectionDelay": 1750, | ||
"ExtraConnectionRetry": false, | ||
"ForceResetOnFirmwareUpdate": false, | ||
"DelayAfterFirmwareUpdate": 0, | ||
"DtrEnable": true, | ||
"MessageSize": 90, | ||
"EEPROMSize": 1496 | ||
}, | ||
"HardwareIds": [ | ||
"^VID_2341&PID_0010", | ||
"^VID_2341&PID_0042", | ||
"^VID_8087&PID_0024", | ||
"^VID_1A86&PID_7523", | ||
"^VID_2A03&PID_0042", | ||
"^VID_0403&PID_6001", | ||
"^VID_0403\\+PID_6001\\+.+", | ||
"^VID_2A03&PID_0010", | ||
"^VID_2341&PID_0210", | ||
"^VID_2341&PID_0242", | ||
"^VID_10C4&PID_EA60", | ||
"^VID_2341&PID_0044", | ||
"^VID_3343&PID_0042", | ||
"^VID_04D9&PID_B534" | ||
], | ||
"Info": { | ||
"CanInstallFirmware": true, | ||
"CanResetBoard": true, | ||
"DelayAfterFirmwareUpdate": 0, | ||
"FirmwareBaseName": "coreflighttech_fcu_mega", | ||
"FirmwareExtension": "hex", | ||
"LatestFirmwareVersion": "9.0.0", | ||
"FriendlyName": "CoreFlightTech FCU", | ||
"MobiFlightType": "CoreFlightTech FCU", | ||
"ResetFirmwareFile": "reset.arduino_mega_1_0_2.hex", | ||
"Community": { | ||
"Project": "CoreFlightTech", | ||
"Website": "https://coreflighttech.com/product/a320-fcu/", | ||
"Docs": "https://coreflighttech.com/2023/09/18/a320-fcu-mobiflight-connection/", | ||
"Support": "https://coreflighttech.com/contact-us/" | ||
} | ||
}, | ||
"ModuleLimits": { | ||
"MaxAnalogInputs": 16, | ||
"MaxInputShifters": 6, | ||
"MaxButtons": 68, | ||
"MaxEncoders": 20, | ||
"MaxLcdI2C": 2, | ||
"MaxLedSegments": 6, | ||
"MaxOutputs": 68, | ||
"MaxServos": 12, | ||
"MaxShifters": 6, | ||
"MaxSteppers": 10, | ||
"MaxInputMultiplexer": 6, | ||
"MaxCustomDevices" : 0, | ||
}, | ||
"Pins": [] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions
38
Community/CoreFlightTech/config/coreflighttech_fcu_mega.mfmc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<ModuleName>CoreFlightTech FCU</ModuleName> | ||
<ModuleType>CoreFlightTech FCU</ModuleType> | ||
<PowerSavingTime>600</PowerSavingTime> | ||
<LcdDisplay Name="DISPLAY_1" Address="39" Cols="16" Lines="1" /> | ||
<LcdDisplay Name="DISPLAY_2" Address="32" Cols="16" Lines="2" /> | ||
<Encoder Name="SPEED_ENC" PinLeft="22" PinRight="23" EncoderType="1" /> | ||
<Encoder Name="HEADING_ENC" PinLeft="18" PinRight="19" EncoderType="1" /> | ||
<Encoder Name="ALT_ENC" PinLeft="36" PinRight="37" EncoderType="1" /> | ||
<Encoder Name="VS_ENC" PinLeft="38" PinRight="39" EncoderType="1" /> | ||
<Output Name="LCD_BRIGHTNESS" Pin="13" /> | ||
<Output Name="PANEL_BRIGHTNESS" Pin="12" /> | ||
<Output Name="AP1_LED" Pin="2" /> | ||
<Output Name="LOC_LED" Pin="6" /> | ||
<Output Name="AP2_LED" Pin="4" /> | ||
<Output Name="A_THR_LED" Pin="8" /> | ||
<Output Name="EXPED_LED" Pin="9" /> | ||
<Output Name="APPR_LED" Pin="10" /> | ||
<Button Name="SPEED_PUSH_BTN" Pin="29" /> | ||
<Button Name="SPEED_PULL_BTN" Pin="31" /> | ||
<Button Name="HEADING_PUSH_BTN" Pin="24" /> | ||
<Button Name="HEADING_PULL_BTN" Pin="7" /> | ||
<Button Name="ALT_PUSH_BTN" Pin="34" /> | ||
<Button Name="VS_PULL_BTN" Pin="43" /> | ||
<Button Name="VS_PUSH_BTN" Pin="41" /> | ||
<Button Name="ALT_PULL_BTN" Pin="35" /> | ||
<Button Name="LOC_BUTTON" Pin="3" /> | ||
<Button Name="AP1_BUTTON" Pin="11" /> | ||
<Button Name="AP2_BUTTON" Pin="14" /> | ||
<Button Name="A_THR_BUTTON" Pin="5" /> | ||
<Button Name="APPR_BUTTON" Pin="42" /> | ||
<Button Name="EXPED_BUTTON" Pin="15" /> | ||
<Button Name="SPD_MACH_BUTTON" Pin="30" /> | ||
<Button Name="HDG_TRK_BUTTON" Pin="51" /> | ||
<Button Name="METRIC_ALT_BUTTN" Pin="40" /> | ||
<Button Name="ALT_SELECTOR_BTN" Pin="32" /> | ||
</Config> |
Oops, something went wrong.