
Phone Autotapper
thingiverse
This is an auto tapper for phones.tape pen so it has some give in case it taps too hard..ino includedMaterials:stylusduck tapeSG90 9g Micro ServobreadboardArduino Nano 3 jumper wires(optional breadboard power supply for battery power)https://www.amazon.com/s?k=sg90+servo&i=toys-and-games&crid=2RHXMQLFEJ8AJ&sprefix=sg%2Ctoys-and-games%2C155&ref=nb_sb_ss_ts-doa-p_1_2https://www.amazon.com/HiLetgo-Supply-Module-Prototype-Breadboard/dp/B00HJ6AE72/ref=sr_1_3?keywords=breadboard+power+supply&qid=1700245949&sr=8-3Code:includeint pos = 90;Servo armvoid setup()Serial.begin(9600);arm.attach(9);}void loop() {//mnipulate the 105 and 80 till servo is tapping correctly here and below and abovefor (pos = 105; pos <= 80 ; pos += 1)arm.write(pos); delay(15); }//mnipulate the 105 and 80 till servo is tapping correctly here and below and abovefor (pos = 105; pos >= 80; pos -= 1) { arm.write(pos); delay(15); }}
With this file you will be able to print Phone Autotapper 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 Phone Autotapper.