I2C

For version v0.1, the I2C protocol use for message parsing is very simple. As of right now, the I2C messages consist of 32 bytes in which the first byte corresponds to an ID, and the remaining 31 bytes can be used to send data. Future implementations can be considered, such as using an extended header with additional information, CRC or other checkusm features, etc.

The structure of the message is as follows:

Field Size (in bytes) Description
ID 1 Messge identifiers:

Message types

Bluetooth

For version v0.1, the standard for BT messages is also kept very simple. This standard provides a bit more flexibility, and it is meant to simplify the implementation of new GUI-BT functionalities in the future. The message can have a size of up to 1024 bytes. The structure of the BT message is as follows:

Field Size (in bytes) Description
ID 1 Messge identifiers:

Message types