ytpavlov/Arduino-VG ? reverse-engineered prompt
Reverse engineered prompt
Build me a Windows app that uses YOLO to watch the screen and send mouse movement and clicks through an Arduino Pro Micro over USB serial. I want a simple control panel so I can start and stop it, test the connection, and see that the Arduino is responding. The setup should include an easy install script for Python and dependencies, plus a way to download the default model if it is missing.
Also include a small Arduino sketch that listens for serial commands like movement, ping, and click, then turns them into real mouse input. Add separate test scripts for the model and the Arduino connection, and make the main launcher ask for admin permission if it needs to disable and restore a mouse device. If anything depends on current libraries or setup details, look up the latest docs online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit