Slicer Discord
Automatic Nerf Target – 3D-printbaar model van MakerWorld MakerWorld
Electronics

Automatic Nerf Target

door Kenny · Electronics
1 Downloads
1 Likes
0 Makes
Model downloaden
This is a Nerf target that automatically resets itself when you shoot it.For this project I use a simple 9-gram servo and a switch.If you want the version without the servo and switch mounts, click here:Nerf Target Servo Version Below is an example code. You will need to change the pin numbers depending on your wiring arrangement. #include <Servo.h>#define switchPin 2#define servoPin 3Servo myservo; // Create a Servo object to control the servoint pos = 90; // Variable to store the servo positionvoid setup() { myservo.attach(servoPin); pinMode(switchPin, INPUT); myservo.write(90); // Set servo to the starting position}void loop() { if (digitalRead(switchPin) == HIGH) { delay(1000); for (pos = 90; pos >= 0; pos -= 1) { myservo.write(pos); delay(5); } delay(2000); myservo.write(90); // Reset the target }}
Categorie
Electronics
Bron
MakerWorld
Gepubliceerd
Bijgewerkt
Wat je nodig hebt om te printen: Beginner Lage betrouwbaarheid
Waarom?
2 kleuren
Eendelig 2 kleuren / AMS
Supports 1/3
Montage 0/3
Instellingen 1/3
Bedgrootte 0/3
Nabewerking 0/3
Printer
FDM / FFF
Bestandsformaat
STL
Materiaal
Kleuren
2 (AMS/MMU aanbevolen)
Software
Cura, PrusaSlicer of vergelijkbaar
Nog geen beoordelingen
Nog geen reacties – wees de eerste!

Vergelijkbare modellen

6 Suggesties
Feed Blog Slicer Kostenrekenmachine Zoeken op afbeelding Indienen Kontakt Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Toevoegen aan collectie