Vibrate Sensor Logs to Web Panel ?

Hi ,
I've use this tutorial to connect my Arduino Uno with Vibrate Sensor

Vibrate levels showing succssfully in my serial monitor ,

my question is it possible to take those values into PHP base web page ?

I need to show those data logs as a real time chart (JavaScript possibly ) .

Thanks.

my question is it possible to take those values into PHP base web page ?

Yes, but not directly.

If the Arduino is a server, then a PHP script could get the data from the Arduino, although that would be rather unusual.

If the Arduino is a client, then it can call one PHP script that stores the data somewhere, while the browser calls a different PHP script that gets the stored data.

Any tutorial or guidance for that ? :slight_smile: