macrobomaster / cv-yolov7

Custom yolov7 model with opencv
GNU General Public License v3.0
5 stars 3 forks source link

Customized Protocol #34

Open Bill-Haoyu-Lin opened 11 months ago

Bill-Haoyu-Lin commented 11 months ago

Description

In order to communicate and passing command to control board, we need to establish certain kind of way to communicate in both-way. Currently we are using UART to communicate. But we will need to transfer to I2C or other one for better performance

Tasks

Useful Links

https://www.totalphase.com/blog/2021/12/i2c-vs-spi-vs-uart-introduction-and-comparison-similarities-differences/