Communication

Oscup

Oscup is a customized UART protocol for ESP32!

Oscup manages the UART communication by inserting a prehamble with ID, COMMAND and PAYLOAD_LENGTH, and uses CRC16 for detecting errors. It uses a payload of 40 bytes which can be user-defined. This Arduino library comes also with a python library

Go to repository