Arduino Mouse Jiggler/Mover

Arduino Mouse Jiggler/Mover

thingiverse

Universal and automatic mouse jiggler: *as easy as possible* - easy to print: only two printed parts - easy arduino code (see below) - no batteries -> power via usb# - no software/drivers on the Pc while using - easy schematic additional parts (about 10€) - 1x 608 skate bearing (0,5€) - 1x arduino nano (6€) - 1x usb cable (2€) - 1x microswitch (0,5€) - 1x transistor eg. BC327 (0,1€) - 1x mini servo motor (1,5€) and some hot glue and cable ties to fix the parts in the case. arduino example code: (i used output pin 5) void setup() { pinMode(5, OUTPUT); } void loop() { digitalWrite(5, 0); //ON delay(25); //wait digitalWrite(5, 1); //OFF and wait long time delay(10000); //wait }

Download Model from thingiverse

With this file you will be able to print Arduino Mouse Jiggler/Mover with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Arduino Mouse Jiggler/Mover.