https://github.com/jeeyo/mouse_jiggler
Mouse Jiggler using USB HID on Raspberry Pi Pico
https://github.com/jeeyo/mouse_jiggler
raspberry-pi-pico rp2040 usb usb-hid
Last synced: about 16 hours ago
JSON representation
Mouse Jiggler using USB HID on Raspberry Pi Pico
- Host: GitHub
- URL: https://github.com/jeeyo/mouse_jiggler
- Owner: jeeyo
- Created: 2025-06-19T14:53:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-12T11:48:40.000Z (7 months ago)
- Last Synced: 2025-12-14T01:35:57.394Z (7 months ago)
- Topics: raspberry-pi-pico, rp2040, usb, usb-hid
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mouse Jiggler
## A simple mouse jiggler running on Raspberry Pi Pico (RP2040)
This firmware simulates random mouse movements every 5 seconds to prevent the computer from going idle.
Modified from hid_composite example from TinyUSB (https://github.com/hathach/tinyusb/tree/master/examples/device/hid_composite)