Gaming PC

How To Make a DIY Mouse Jiggler with Raspberry Pi Pico

If you need a PC, especially a company laptop, and need to make sure you’re active even when you’re away, Mouse Jiggler is the way to go. Most company-issued computers don’t allow you to install software or spy on running apps. So using a device that moves the pointer automatically and appears to the OS as a mouse solves the problem. You can also go to Amazon and purchase USB devices ranging from $7 to $40. $4 Raspberry Pi Pico.

In this how-to we build a DIY mouse jiggler using a Raspberry Pi Pico and CircuitPython. This $4 project saves you a lot of time and money because you don’t need anything else, not even a screwdriver. I used Pico, but please note that these instructions will work for any microcontroller (almost any) with an RP2040 that supports CircuitPython.board like Adafruit Trinky QT2040Another $8 RP2040-powered microcontroller is even better than the Pico because it has USB Type-A built in, so you don’t even need a wire to connect it to your PC.

Configure CircuitPython for Mouse Jiggler

Related Articles

Back to top button