Git Product home page Git Product logo

ata32-simulator's Introduction

ATA32-simulator

This code is a proof of concept for a Fokker F27 Friendship landing gear simulator. It is written for Arduino (1.6.8).

A friend of mine owns some old, inoperative, simulator hardware which he would like to be able to use. The original simulation interfaces and software are not available anymore. Perhaps it is possible to re-implement them with Arduino (or ESP8266, Nodemcu, Raspbery Pi...).

Installing / Getting started

This software is probably of little use to anyone else because it depends on hardware that I made myself. The hardware implements a rudimentary airplane landing gear interface, including:

  • ground/flight switch
  • electrical busses switches
  • pneumatics switch
  • landing gear controls (normal, override, alternate)
  • status indication LEDs

However, if you're interested, here is how to install it:

Developing

No outside help is currently needed.

Building

Build and upload the software using the Arduino GUI.

Features

This project inmplements a simplified landing gear system using a finite state machine. It interacts with the 'airplane' and the 'pilot' using a couple of electrical swithes, a solenoid and status LEDs.

This part of the 'happy' flow is currently implemented:

  • power on/off
  • lift off/touch down
  • normal gear up
  • normal gear down
  • alternate gear down

This part of the exception flow is currently implemented in a static way (i.e. absence of power before changing states, not while changing states:

  • electrical bus failure
  • pneumatics

Future implementations should allow for an 'instructor' to set specific failure conditions dynamically and during state transitions. For example:

  • pneumatic failures
  • mechanical failures

Licensing

The code in this project is licensed under the GNU General Public License v3.0.

ata32-simulator's People

Contributors

martijnvdb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.