Processing interface with arduino via bluetooth
in
Integration and Hardware
•
3 months ago
I have an application where I'm getting analog values from my arduino via bluetooth, the code is only able to read values one byte large (0 to 255). I'm pretending to read larger values and some short text string messages. Someone told me I need to store the inputstream bytes in an array and from there to convert those in a string, but I don't know how to do this, can someone give me a hint or lead me to an example?, as soon as I finish this I will post the entire code, right now is too bulky and still fixing some bugs, thanks in advance
1