Arduino Tutorial: Serial Plotter the new impressive tool of the Arduino IDE

Arduino Tutorial: Serial Plotter the new impressive tool of the Arduino IDE

A few months ago, with version 1.6.6, the Arduino IDE introduced a great new feature. It is called Serial Plotter and you can find it in your Arduino IDE under the tools menu. Using the Serial Plotter we can graph the output of our Arduino project in real time. A tutorial describing this feature and giving some examples is here.

The Serial Plotter is a software utility that takes incoming serial values over the USB and graphs them against an X/Y axis. The vertical Y axis auto adjusts as the value of the output increases or decreases. The X axis is not time, but each tick on it is equal to an executed serial println command. In simpler words, each time a Serial.println command is executed a new point is added in the graph. Unfortunately we cannot have a graph with more than 500 points but I hope that in a future version of the Arduino IDE, we will be able to have more points.

Arduino Tutorial: Serial Plotter the new impressive tool of the Arduino IDE – [Link]

Please follow and like us:
Pin Share
About mixos

Mike is the founder and editor of Electronics-Lab.com, an electronics engineering community/news and project sharing platform. He studied Electronics and Physics and enjoys everything that has moving electrons and fun. His interests lying on solar cells, microcontrollers and switchmode power supplies. Feel free to reach him for feedback, random tips or just to say hello :-)

view all posts by admin
Subscribe
Notify of
guest

1 Comment
Inline Feedbacks
View all comments
Cambria399

Thank you. I forgot to put the line return on the print command. Also learned how to plot multiple data streams. very helpful video indeed.

Get new posts by email:
Get new posts by email:

Join 97,426 other subscribers

Archives