Skip to content

Version 1.2.0 - Packetization

Latest
Compare
Choose a tag to compare
@ian612 ian612 released this 02 Sep 03:45
91f4e3d

This version is a major release that includes a rewrite of the communication protocol to include methods for data packetization to improve reliability of bluetooth communication. This includes an overhaul of the sample arduino sketch(es), and the test client, in order to include a sample "good" implementation of serial and software serial communication, that should result in less communication latency.

Framing characters are used to indicate the start and end of data packets, and multiple commands can be "packed" into a packet, separated by commas, to increase effeciency when communicating over bluetooth serial.

What's Changed

Full Changelog: v1.1.4...v1.2.0