so far I have found that I can only send numbers 0-255 (is that 2 bytes?)
How do I overcome the limitation? Is there a tool to see how many bytes in total are getting sent, so that I know when I am approaching the limit? Also read about using short UUID and not using the name to save on the data.
I guess one option is to rotate the information sending, instead of sending all at once. I saw an example before, but cannot find it
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
so far I have found that I can only send numbers 0-255 (is that 2 bytes?)
How do I overcome the limitation? Is there a tool to see how many bytes in total are getting sent, so that I know when I am approaching the limit? Also read about using short UUID and not using the name to save on the data.
I guess one option is to rotate the information sending, instead of sending all at once. I saw an example before, but cannot find it