GithubHelp home page GithubHelp logo

gui2023's Introduction

Ground Station GUI 2023

This repo contains two versions of the Ground Station GUI.

All files not including "test" in the name are used in the first version, which does not embed the Map Graph or the Altimeter Graph. Instead, it spawns three windows: the main GUI window, the Map Graph window, and the Altimeter Graph window. This version is more stable, but still seems to have some bugs with closing all windows. To run this version, run: python GroundStationGUI.py. Line 84 is set to read serial inputs from port COM3, so edit this line for whichever serial port you are using.

The second version attempts to embed the two graphs into the main GUI window. It has more bugs, as it is unable to quit the windows and spawns additional windows for the Map Graph and Altimeter Graph in addition to embedding these graphs in the main window. I am still working on trying to solve this issue. This version is written into the files including "test" in the title. To run this version, run: python test.py. Line 80 is set to read serial inputs from port COM3, so edit this line for whichever serial port you are using.

Also included in this repo is an Arduino script called json.ino, which loops infinitely over several JSON objects and outputs these over serial. Run this file with an Arduino while running either GroundStationGUI.py or test.py to output serial data that the GUI can receive.

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.