Hi, I was working on sensor monitoring using Arduino UNO and have 4 sensors PH, Turbidity, Temperature, and TDS. The thing is I want to take values from those sensors into Excel sheet that i could do using serial plotter easily using 3 party tools available while connecting my device continuously. But I want the data using the Wifi as an IoT medium while noting parameters such as Date, Time, Sensor value individually columned.
I will be posting the code that I used for sensors data extraction but that it will be using serial plotter.
The sensor Number and pics are attached with the post.
-
Temperature sensor: DS18B20
https://robu.in/product/ds18b20-water-proof-temperature-probe-black-1m-2/
-
Analog TDS sensor module:
https://robu.in/product/analog-tds-sensor-module-normal-quality/
-
Turbidity Sensor Module:
https://robu.in/product/turbidity-sensor-module/

-
PH sensor Module:
https://robu.in/product/analog-ph-sensor-kit/
For all this sensor, I have tested it and getting correct values that next will be extracted using Excel .csv format. IoT application will get me wireless output.


