How to create real time data measuring GUI from processing?

I need to create a graphical user interface (GUI) with processing to obtain real time data measurements obtained from arduino serial communication?

How can I do it on processing software??
Any examples or tutorials??

1 Like

start:

https://processing.org/tutorials/electronics/

https://processing.org/reference/libraries/serial/index.html

http://kll.engineering-news.org/kllfusion01/articles.php?article_id=92#example3

BUT:
GUI could mean that you NEED
( i hope you also WANT , not only NEED like in "ohhh homework again "… )
operate, and that would require that you additional also can

  • send signals to the arduino
    to select different data collection options…

that might be a longer way.

2 Likes

Thank you for the suggestions.

1 Like