You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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().
Activity
ffissore commentedon Jul 2, 2015
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
pierrotm777 commentedon Jul 2, 2015
It's fantastic new feature .
I cool option would be to add several plots possibility in same time with different colours :-)
ffissore commentedon Jul 2, 2015
/cc @henningpohl in case he wants to jump in
henningpohl commentedon Jul 2, 2015
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 commentedon Jul 3, 2015
Thank you @henningpohl, we are reviewing it
ffissore commentedon Jul 6, 2015
@henningpohl instead of a new example, we prefer enriching AnalogReadSerial description. See d9b3a86
Serial plotter: added comment to ReadAnalogVoltage. See #3451
ffissore commentedon Jul 7, 2015
And ReadAnalogVoltage. See 974fef1
q2dg commentedon Sep 6, 2015
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 commentedon Sep 6, 2015
@henningpohl The idea of showing multiple graphs...is finally discarded?
14 remaining items