pico-jiggler
pico-jiggler copied to clipboard
Simulate periodic mouse movements using a Raspberry Pi Pico
Mouse Jiggler for Raspberry Pi Pico
This program turns the Raspberry Pi Pico into a simulated mouse that periodically moves a small amount. This can be used to prevent screensavers from triggering.
Installation
- Download
jiggler.uf2from the latest release. - Plug in the Raspberry Pi Pico while holding the "BOOTSEL" button.
- Drag the
jiggler.uf2file into the "RPI-RP2" USB mass storage device that appears.
Building from source
Follow the instructions in Getting started with Raspberry Pi Pico to install the Raspberry Pi Pico SDK. Then run the following:
mkdir build
cd build
cmake ..
make