This is from my MIT App Inventor app, and I cant figure out how to do this on thunkable. Thunkable doesn’t have the .Send1ByteNumber function and I cant figure out how to do this. This is what the original looked like on MIT App Inventor.
This is a duplicate post of Call function on thunkable? isn’t it?
1 Like
Yes, sorry I’m pretty new to this. So basically I want to use the transmit string? The data will be 246. I’ve been looking up the UUID. There seems to be a lot of different things I’ve been seeing. This is the one I have been seeing most (00000000-0000-1000-8000-00805f9b34fb). If I wanted to send 1 byte would I do this(00000011-0000-1000-8000-00805f9b34fb)? 8 bts = 1 byte
1 Like
No. This will not be correct. You will need to look up the ASCII equivalent for the number 246 which is (÷) or use the math block
and connect it to the data (string)
That is my guess so it might not work.