Is it possible to send an ASCII string to phyphox and parse it via a label?
I know there is a string format for values (i.e., formattedString or string) but I want to send an ASCII text and display it on the phyphox app.
For example my BLE device sends the following raw bytes
0x68,0x65,0x6C,0x6C,0x6F
I would like that phyphox could parse them and show in a label /text field or similar the text
"hello"