Giter Club home page Giter Club logo

cansat-ground-station's Introduction

Build Documentation GitHub Release GitHub License GitHub Repo stars

CanSat Ground Station

Welcome to the CanSat Ground Station project! This project aims to provide a ground station software for CanSat projects using Vite and React.

Data Format

Telemetry data collected from the CanSat payload is transmitted to the ground station in a structured format.

  • Byte[0] Data Header, 0x0F
  • Byte[1-47] Telemetry Data :
    • packetCount (4 bytes)
    • mode (1byte)
    • state (1byte)
    • altitude (4 byte)
    • temperature (4 byte)
    • pressure (4 byte)
    • voltage (4 byte)
    • gpsTime (4 byte)
    • gpsLatitude (4 byte)
    • gpsLongitude (4 byte)
    • gpsSats (1 byte)
    • tiltX (4 byte)
    • tiltY (4 byte)
    • rotZ (4 byte)
  • Byte[48] Data Footer, 0x00

Getting Started

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js and npm installed on your local machine.
  • Git installed on your local machine.

Installation

  1. Clone the repository to your local machine:
    https://github.com/Gagan-Space/Cansat-Ground-Station.git
  2. cd cansat-ground-station
    cd cansat-ground-station
  3. Install dependencies:
    npm install

Running the Development Server

To start the development server, run:

npm run dev

Contributing

If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository and clone it to your local machine.
  2. Create a new branch for your feature or bug fix:
    git checkout -b feature/my-feature
  3. Make your changes and ensure they follow the project's coding style.
  4. Commit your changes with descriptive commit messages:
    git commit -am "Add a new feature"
  5. Push your branch to your fork:
    git push origin feature/my-feature
  6. Finally, open a pull request on the original repository's main branch.

License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See the LICENSE file for details.

cansat-ground-station's People

Contributors

witty-wizard avatar aryaman9999 avatar kk015 avatar abhishek-sood avatar n14rishitha avatar sanmarg avatar sivaprasath2004 avatar kt082725 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.