Skip to content

stevesdawg/telemetry-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

telemetry-Processing

To run the telemetry viewer, make sure you have npm at least version 3.3.6 and node at least version 5.0.0

  • You can get these by first installing nvm, Node Version Manager. To run the telemetry viewer, do the following:
  1. Clone this repo
  2. Clone the Nasa OpenMCT repo next to this repo
  3. cd openmct
  4. npm install
  5. npm start
  6. Open a browser tab and go to localhost:2008

This repo will contain the Desktop side code to process, visualize, and log telemetry.

Python Dependencies:

It is recommended you use virtualenv when running and developing the python code inside serial_reader/

Requirements:

  1. Read to and write from a serial port
  2. Plot incoming sensor data in real time
  3. Store data in a structured, and easy-to-parse format for post-facto reading and plotting.
  4. Animate a model in 3D according to incoming sensor inputs.

About

Desktop side code to process, store, and visualize IMU data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages