Sensor per exemple can generate serial data in number that we can tranform and see them in a graphic. It's a another way to see the data. The serial monitor on Arduino shows these written data one on top of each other or side by side, but don't allow you to create graphic. Processing put these data in a page form and create graphic with it.
Processing is one software that allows creating numeric art or creating visual related to data. It's a free software that you can link to the arduino IDE if you want. That mean's that you can write a code on arduino IDE and link it to this processing code. The serial port will be linked together and the data will be read, but this new visual processing software. I found that the architecture of this code is pretty similar to Arduino. You have library, a set up section and a draw section instead of loop.
I found this tutorial on youtube that I use to generate my processing code. My goal of this week will be to transfer my data of air particule into a visual scale.
I really like to create that link, to go outside of the arduino IDE and make something different. It's more mathematic than I expected but it was a very nice discovery. I saw some other exemple of making gradient using x and Y axis to make reference of the direction or level of gray depending of the value number. I will definitly explore more that processign in other projects. Files
ferlatte.annie@gmail.com
Montreal, QC, Canada