Skip to content

Simulate periodic mouse movements using a Raspberry Pi Pico

Notifications You must be signed in to change notification settings

argilo/pico-jiggler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Download jiggler.uf2 from the latest release.
  2. Plug in the Raspberry Pi Pico while holding the "BOOTSEL" button.
  3. Drag the jiggler.uf2 file 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

About

Simulate periodic mouse movements using a Raspberry Pi Pico

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published