Skip to content

MAKERSUN99/MAUS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAUS

Arduino based Mouse Jiggler

I sell on Tindie



I sell on Ebay



MAUS creates fake mouse movements to emulate activity and disable screensaver.

MAUS is a small and sometimes helpful tool which simulate mouse movements of 1 pixel up and down, making possible to work and enjoy relaxing lights :)

MAUS uses Arduino code on ATTINY85 chip booting MICRONUCLEUS.

MAUS featuring on board red led and WS2812B rgb led.

Arduino code and Kicad schematics are fully open source.

Main Features:

ATTINY85 MCU
RED LED pin PB0
WS2812B RGB LED on pin PB1
PB2 PB3 and PB4 free to program

DEFAULT FUSE SETTINGS:
Lfuse: 0xE1 - PLL Clock + Startup 64 ms
Hfuse: 0xDD - External Reset pin enabled (Pin5 not usable as I/O) + BOD 2.7 V + Enable Serial Program and Data Downloading
Efuse: 0xFE - self programming enabled.

MAUS comes with Arduino software installed, simply insert into USB
Feels free to change software on your needs

For setting up Arduino software:
Board manager URL: http://digistump.com/package_digistump_index.json
Adafruit Neopixel Library: To use this library, open the Library Manager in the Arduino IDE and install it from there.

Micronucleus bootloader and info here