Processing

How to plot Arduino Serial Data on Graph

Arduino can be used to acquire sensor data and the data can be visualized and analyze if we can plot them on 2D or 3D graphs. Here is one example how we can do this. Arduino will be used to capture analog data on two analog pins where two potentiom…

ee-diary

Sending multiple data from Arduino to Processing

Sometimes we need to send multiple data from Arduino or micrcontroller to Processing software. Example of multiple data is data from different sensors such as humidity sensor and soil sensor. Here we illustrate how to send multiple data from Arduino…

ee-diary

How to send data from Arduino to Processing

Plotting analog signals acquired with Arduino is a critical step in the design and implementation of an electronics system or applications such as in AI(Artificial Intelligence). Plotting analog signals allows us to visualize the data we are collect…

ee-diary
Load More
That is All