Giter Site home page Giter Site logo

ehryk / arduinomonitor Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 58.51 MB

Log your Arduino sensor data to a file or database!

Home Page: http://www.ericmenze.com

License: Other

C# 7.12% Processing 0.20% JavaScript 83.49% C++ 0.25% Arduino 0.29% CSS 8.27% ASP 0.01% HTML 0.33% SQLPL 0.04%

arduinomonitor's People

Contributors

ehryk avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

arduinomonitor's Issues

We need a graph!

Could you do a flot chart on Home/Dashboard in the <section id="graph"> at the top? I'll be moving the data grid and graph to their own partials later so they'll be more usable across pages, but this'll be good for now.

Can you use the function drawGraph(data) that to do the drawing? I'm locked into using $.dataTables to load the data, and it would prefer to keep it a single call. I've already added $.flot, as well as the resize, time, and crosshair flot plugins to the script bundle.

Desired effects:
Crosshair: http://www.flotcharts.org/flot/examples/tracking/index.html
Multiple Axes (-5° to 105° and 0% to 100%): http://www.flotcharts.org/flot/examples/axes-multiple/index.html
Auto-resizing with the window: http://www.flotcharts.org/flot/examples/resize/index.html

Yay data visualization!

Add a SensorDataGraphAverage stored procedure that computes averages

This might be an interesting challenge in T-SQL:

The current SensorDataGraph procedure grabs n 'Points', evenly spaced across the data points available, but not necessarily even slices of time.

While this worked for my initial purpose, it will not be very useful over longer periods (some points will be at night and some during the day, for example).

What I'd like to do is rename the procedure to SensorDataGraphPoints, and have another one SensorDataGraphAverage that computes the average over the n datapoints in that 'region'. This may be a good use for PARTITION() OVER () or some other interesting T-SQL.

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.