So I am trying to send multiple x and y coordinates to my ESP32 while also displaying them in the chart..
I am having multiple issues with this one.
The good thing is, I can display the X and Y coordinates in the chart.
The bad thing is, they wont show up in the Serial Monitor on the ESP and I dont know why.
This is the Error Code i am recieving:
So, now Its possible for me to send the x and y coordinates to the ESP. They show up like this:
Is there a possible Way to name these coordinates (in the App)
for example, would it be possible that if i click the button, it would show up somewhat like this:
K1:
11
11
Or my question in general, can i somehow lable the data i am sending to the esp so that i can somehow code with them later on?
tysm
So what I am trying to do is, to "Label" the coordiantes i am sending so that i can use them in my code later on (because I am working with 3 coordiante pairs, i cannot only work with SerialBT.read)
Yes, sorr,y, you can use the SendBytes method only for a list of integers
If you want to send additionally some text, use the SendText method and join all information you like to send using the join block, you might want to add a delimiter of your choice, for example a comma