Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 866 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 866 Bytes

FlightControls

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.

Usage

Prepare the circuit according to this schematic;
Schematic
Install the following libraries;
Adafruit SSD1306
Adafruit GFX
Open FlightControls.ino and run the program.

Necessary items

  • Arduino
  • OLED display with SSD1306 chip
  • Two servos
  • Potentiometer
  • Breadboard and jumper cables

Notes

At the moment, only left and right ailerons are supported.
Support for elevator, rudder, trim and more will be added in the future.