Hello guys,
i am able to read the data from Teensy 3.2 using app inventor.
what i wanted to do now is convert the sensor data from string to “list” (is this a good way or is there any better ways?)
so that i can split the sensor data using (,)
(i want to push those data to firebase)
i have tried couple ways but it still doesnt work.
can anyone of you help me out ?
https://forum.arduino.cc/index.php?action=dlattach;topic=667585.0;attach=348607
https://forum.arduino.cc/index.php?action=dlattach;topic=667585.0;attach=348609
thanks a lot.