A small flight control system that imitates the look of the cockpit displays of the Airbus planes.
Works on Arduino and a 128x64 OLED display.
Prepare the circuit according to this schematic;
Install the following libraries;
Adafruit SSD1306
Adafruit GFX
Open FlightControls.ino
and run the program.
- Arduino
- OLED display with SSD1306 chip
- Two servos
- Potentiometer
- Breadboard and jumper cables
At the moment, only left and right ailerons are supported.
Support for elevator, rudder, trim and more will be added in the future.