set global items_data to list from csv table mydataalso try to debug your blocks using "Do it" to find out, how mydata looks like
in the arduino code above, what i'm doing is just outputting all my calculated variables by using Serial.print commands and thats it. no high byte and low byte thingy. so this means that I'm actually transferring texts right?
so here is my android code block.
as you can see, the one that i've circled is what making this app functioning properly. before this, it was "number -1" block. i'm not really sure what was the purpose of -1 (from what i've read, -1 related with something called Delimiter).
i would be thankful if you can help me to improve my app from this point so that it can become a more functional speedometer. there is one thing i need to improve. as this app will be used as speedometer display, i will have to transfer my data at a fast interval. how do i set the data rate interval for this app? for now the app is updating itself every 1 second. can i change the interval to a much shorter interval?
thanks in advance!