GithubHelp home page GithubHelp logo

hawk-team / flexiplot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xcoder123/flexiplot

0.0 0.0 0.0 1.52 MB

Qt based plotting/dashboard tool for micro-controllers

C++ 98.27% HTML 0.32% JavaScript 0.66% QMake 0.75%

flexiplot's Introduction

FlexiPlot

Simple Qt based plotting tool for micro-controllers

Sending Data to FlexiPlot

Line chart

Sample data sent from uC to FlexiPlot Basically, it will send a real time update of two separate data points to flexi for plotting on the same plane with ID "P0"

{P0|Roll|255,0,0|25|Pitch|0,255,0|56}

Note a packet consists of -ID of plot -Name of real time value (Roll) -Color in RGB format (Red) -Value (25)

-Name of real time value -Color in RGB format -Value

And you can repeat this pattern as much as you like.

It also supports XY plane plotting. A sample packet for plotting quadratic:

{P3|Quadratic|255,0,0|-5 25 -4 16 -3 9 -2 4 -1 1 0 0 1 1 2 4 3 9 4 16 5 25}

Bar Graphs

An example packet for plotting to a bar graph: Plotting with automatic color assignment

{P0|Jan;Feb;Mar|Jane|25 15 17|John|8 9 23}

P0 = ID of plot Jan;Feb:Mar = Are the columns for bar graph Jane = Is the set name for bar graph, every set expects as many values as columns 25 15 17 = Values for Jane for columsn Jan, Feb and Mar. John= Is the set name for bar graph, every set expects as many values as columns 8 9 23 = Values for John for columsn Jan, Feb and Mar.

If you want to use custom set of colors, you can just specify them in the packet:

{P0|Jan;Feb;Mar|Jane|255,0,0|25 15 17|John|0,255,0|8 9 23}

Screenshots

image image image image

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.