Thingiverse
Phone Autotapper
von nerxy7
3
Downloads
1
Likes
0
Makes
This is an auto tapper for phones.
tape pen so it has some give in case it taps too hard.
.ino included
Materials:
stylus
duck tape
SG90 9g Micro Servo
breadboard
Arduino 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_2
https://www.amazon.com/HiLetgo-Supply-Module-Prototype-Breadboard/dp/B00HJ6AE72/ref=sr_1_3?keywords=breadboard+power+supply&qid=1700245949&sr=8-3
Code:
#include
int pos = 90;
Servo arm
void setup()
Serial.begin(9600);
arm.attach(9);
}
void loop() {
//mnipulate the 105 and 80 till servo is tapping correctly here and below and above
for (pos = 105; pos = 80; pos -= 1) {
arm.write(pos);
delay(15);
}
}
tape pen so it has some give in case it taps too hard.
.ino included
Materials:
stylus
duck tape
SG90 9g Micro Servo
breadboard
Arduino 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_2
https://www.amazon.com/HiLetgo-Supply-Module-Prototype-Breadboard/dp/B00HJ6AE72/ref=sr_1_3?keywords=breadboard+power+supply&qid=1700245949&sr=8-3
Code:
#include
int pos = 90;
Servo arm
void setup()
Serial.begin(9600);
arm.attach(9);
}
void loop() {
//mnipulate the 105 and 80 till servo is tapping correctly here and below and above
for (pos = 105; pos = 80; pos -= 1) {
arm.write(pos);
delay(15);
}
}
Hast du dieses Modell gedruckt? Einloggen und dein Make teilen!
Melde dich an, um einen Kommentar zu hinterlassen
AnmeldenNoch keine Kommentare – sei der Erste!