I’m creating a blink detector using the Jetson Nano for a school project. It will take in video from a webcam and detect how many times the user blinks and for how long. I need it to receive data from the STM32 about the blink pattern it should be looking for (i.e. two long blinks, followed by a short one, etc.) and send back information about whether it detected the correct pattern.
I’ve been looking around and came across the UART protocol that both boards use. Would that be the way to go? How would I go about doing this? I’d appreciate any advice.
Thanks.