HI,
How to split 255 byte into three part and allocate three part of byte to my three different values to send via bluetooth.
For example:
I will continuously get sensor data (6byte ) float sound=analogRead(A0);
this sensor will change for each seconds
And Company name (20byte) and sound unit dB(2byte) these two data are permanent . I need split 255 byte like 0 to 5 byte for sensor data,6 to 25 byte for company name ,and 26 to 28 byte for sound unit dB.
kindly help me with your code and suggestion.
This is very urgent to change in my project .
Thank you!!!
How is this different from Allocate multiple data in separate bytes to send bluetooth apk ?
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.