Skip to content

Serial Plotter examples #3451

Closed
Closed
@pierrotm777

Description

@pierrotm777

I see a new 'Serial Plotter' feature that arrive with the future IDE 1.6.6 .

Can you give us some examples for it use ?

Thanks

Activity

ffissore

ffissore commented on Jul 2, 2015

@ffissore
Contributor

There is an example sketch at #2177 (comment)
It would be nice if you could provide an example good enough to be included in the standard set

added
Help wantedArduino would especially appreciate assistance from the community on this item
on Jul 2, 2015
added this to the Release 1.6.6 milestone on Jul 2, 2015
self-assigned this
on Jul 2, 2015
pierrotm777

pierrotm777 commented on Jul 2, 2015

@pierrotm777
Author

It's fantastic new feature .
I cool option would be to add several plots possibility in same time with different colours :-)

ffissore

ffissore commented on Jul 2, 2015

@ffissore
Contributor

/cc @henningpohl in case he wants to jump in

henningpohl

henningpohl commented on Jul 2, 2015

@henningpohl
Contributor

I added a basic example here: henningpohl/Arduino@0f395d8

It is a bit odd though, as the example is not really showing off capabilities of the Arduino, but instead of the IDE. Would you want a PR for this anyway?

As for extension options: certainly multiple graphs, each with a different color, would be a clear way for this to move. There's a bit of a trade-off in that this could get overly complicated if not kept in check. For example, somebody might want to add spectrograms, logic analysis, or signal smoothing. I personally don't think that's what this should become. But hey, at the end that's really up to the people using this.

ffissore

ffissore commented on Jul 3, 2015

@ffissore
Contributor

Thank you @henningpohl, we are reviewing it

ffissore

ffissore commented on Jul 6, 2015

@ffissore
Contributor

@henningpohl instead of a new example, we prefer enriching AnalogReadSerial description. See d9b3a86

ffissore

ffissore commented on Jul 7, 2015

@ffissore
Contributor

And ReadAnalogVoltage. See 974fef1

q2dg

q2dg commented on Sep 6, 2015

@q2dg

Maybe it should be noticed in these comments that Serial Plotter only works with Serial.println() -because it uses \n as value delimiter, does it?- but not with Serial.print() or Serial.write().

q2dg

q2dg commented on Sep 6, 2015

@q2dg

@henningpohl The idea of showing multiple graphs...is finally discarded?

14 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Component: DocumentationRelated to Arduino's documentation contentHelp wantedArduino would especially appreciate assistance from the community on this itemSerialPlotterTools > Serial Plotterfeature requestA request to make an enhancement (not a bug fix)

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @ffissore@henningpohl@q2dg@pierrotm777@per1234

        Issue actions

          Serial Plotter examples · Issue #3451 · arduino/Arduino