harp-tech / protocol

Description of the Harp protocol.
https://harp-tech.org/protocol/BinaryProtocol-8bit.html
MIT License
3 stars 5 forks source link

Draft of 32-bit binary protocol #1

Closed glopesdev closed 1 year ago

glopesdev commented 1 year ago

This PR proposes an extension to the Harp protocol using 32-bit words. The main design goals, like the original 8-bit protocol, are transmission efficiency, low-latency and ease of parsing.

Main features of the current revision:

Future iterations on the 32-bit protocol will be evaluated alongside specific recommendations for suitable reference 32-bit microcontroller cores.