Flight controller firmware for LGT8F328P based on MultiWii
![]() |
1 month ago | |
---|---|---|
MultiWee_Desktop | 1 month ago | |
Alarms.cpp | 1 month ago | |
Alarms.h | 1 month ago | |
CREDITS.txt | 1 month ago | |
EEPROM.cpp | 1 month ago | |
EEPROM.h | 1 month ago | |
GPS.cpp | 1 month ago | |
GPS.h | 1 month ago | |
IMU.cpp | 1 month ago | |
IMU.h | 1 month ago | |
LCD.cpp | 1 month ago | |
LCD.h | 1 month ago | |
MultiWii.cpp | 1 month ago | |
MultiWii.h | 1 month ago | |
MultiWii.ino | 1 month ago | |
Output.cpp | 1 month ago | |
Output.h | 1 month ago | |
Protocol.cpp | 1 month ago | |
Protocol.h | 1 month ago | |
RX.cpp | 1 month ago | |
RX.h | 1 month ago | |
Readme.md | 1 month ago | |
Sensors.cpp | 1 month ago | |
Sensors.h | 1 month ago | |
Serial.cpp | 1 month ago | |
Serial.h | 1 month ago | |
Telemetry.cpp | 1 month ago | |
Telemetry.h | 1 month ago | |
config.h | 1 month ago | |
def.h | 1 month ago | |
types.h | 1 month ago |
This is a customized version of the MultiWii flight control firmware designed to run on the LGT8F328P microcontroller and support the IBUS receiver protocol. The LGT8F328P offers a cost-effective alternative while retaining compatibility with MultiWii's feature set.
Pin Name | Description |
---|---|
D2 (Interrupt 0) | Used for connecting the receiver's PPM signal for radio control input. |
D3 (Interrupt 1) | Similarly used for connecting the receiver's PPM signal. |
D4 | Used for controlling an LED or other indicator lights. |
D5, D6, D7 | These pins are sometimes used for connecting external sensors or devices. |
A0 - A5 | These pins can be used for various purposes, including connecting analog sensors such as gyroscopes, accelerometers, and barometers. |
D9, D10, D11 | Often used to connect ESCs (Electronic Speed Controllers) to control the motors' speed on the multirotor. |
D0 (RX) | Used for serial communication with other devices, such as connecting to a computer for debugging or configuration. |
D1 (TX) | Used for serial communication with other devices. |
A4 (SDA) | Used for I2C communication, connecting sensors like magnetometers and external compass modules. |
A5 (SCL) | Used for I2C communication. |
5V, GND | Provide power and ground connections for various components like sensors, receivers, and ESCs. |