Hope someone can help / advise me.
I have an Arduino program reading 5 different temperature settings as a csv file this is set as csv to be monitored in a Windows PC program.
set as :-
// prints values to serial port / PC Graphics Program
Serial.print (water);
Serial.print (",");
Serial.print (WavMinn);
Serial.print (",");
Serial.print (panel);
Serial.print (",");
Serial.print (PavMinn);
Serial.print (",");
Serial.print (air);
Serial.println ("");
I am new to App inventor , have mastered Bluetooth connection but now at a total loss of how to display this data on my phone (Android ) the more I try to find a way the more I get confused !!!
what I would like is to be displayed as :-
Solar Temperature Monitor
Label Data
Label Data
Label Data
Label Data
Label Data
Any advice on the App Inventor reading a csv data, setup or sample program would be greatly appreciated