Arduino Mouse Jiggler/Mover 3D Printer Model

License: CC BY-NC
File formats: stl
Download type: zip
Size:130.0KB

The file 'Arduino Mouse Jiggler/Mover 3D Printer Model' is (stl) file type, size is 130.0KB.

Summary

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
}

case.stl 1.3MB
table.stl 536.5KB