F.i., ESP32 or Pi Pico board serves as a TCP server, Android - as a TCP client. The server streams binary data - magnetic field - and Android displays it.
To be as simple as possible, it's assumed that the input binary stream is a 1-dimensional stream of raw data points (see "Supported binary data types" below). The value of received data points is displayed on the Y axis, and the point counter - on the X axis.
Specify TCP server IP address and port number.
Specify data type and endianness (big/little).
int8_tint16_tint32_tint64_tfloatdouble
Specify plot chart max size (keep last N points) and update (refresh) period in ms.
Click Save button to save the current chart in a local storage. To browse stored charts, navigate to Show saved charts menu option.
