You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Servo Controller-OCR integrates computer vision, OCR, and Arduino to control a servo motor based on text detection from a webcam. It uses Python for real-time image processing and Tesseract OCR for text recognition, combined with Arduino to handle servo motor operations. Ideal for automation projects requiring text-based triggers.
A ROS 2 package that controls a servo motor via PWM signals and continuously rotates the servo smoothly between specified angles while publishing the angle values to a ROS 2 topic.
This application listens on serial port for one of the commands: 'mail' or 'nomail' and sets the servo position to a different value depending on the command. I use it to show envelope icon drawn on a piece of cardboard when I have unread messages on my mailbox.