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??
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??
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
that might be a longer way.
Thank you for the suggestions.