plotting ADC output.

Posted on
  • I am looking for suggestions for software for plotting Espruino ADC output in a Web Browser, for example Chrome. First preference is plotting streaming data. Second preference is plotting data saved in a file.

    I realize this forum is for Espruino programming questions. However, as Javascript is the preferred programming language for working with dynamic data in a Web Browser I am hoping one or more forum members could offer suggestions.

    Best Regards
    Howard

  • I know that @JumJum uses 'Flot' a lot... I'm not sure if that would do what you want...

  • The actual version of WebIDE on github has a new plugin, which draws line charts based on feedback from Espruino board.
    In the background it uses setInterval to console.log an object with actual data, which is captured by WebIDE and sent/displayed to charting tool.
    You have to activate "testing" in options. There are two tours under help button to give a first introduction. Any feedback, since this is a complex function, would be fine.

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

plotting ADC output.

Posted by Avatar for user48209 @user48209

Actions