i want to send string over eddystone tlm...and wish to use temperature part for this...so how can i display character string instead of temperature in eddystone TLM..please help
i want to send string over eddystone tlm...and wish to use temperature part for this...so how can i display character string instead of temperature in eddystone TLM..please help
Why do you want to send it as a string?
The Eddystone TLM specifications are here:
https://github.com/google/eddystone/tree/master/eddystone-tlm
how can i display character string instead of temperature in eddystone TLM
TLM is just a transfer protocol/format - it has nothing to do with display.
Are you confusing displaying the data - which is what an app does - with transmitting the data - which is where TLM comes in ... ?
i am willing to transmit a string (e.g.strng={"ABCD"}) instead of temperature...so that string should be displayed in place of temperature......then i want to see a button status whether it is presssed in place of temperature, which is a next task...can you help me out...do you get my question???
i am willing to transmit a string (e.g.strng={"ABCD"}) instead of temperature...so that string should be displayed in place of temperature......then i want to see a button status whether it is presssed in place of temperature, which is a next task...can you help me out...do you get my question???