Slicer Discord
Automatic Nerf Target – Modello 3D stampabile da MakerWorld MakerWorld
Electronics

Automatic Nerf Target

1 Download
1 Likes
0 Makes
Vai al Modello
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 }}
Categoria
Electronics
Fonte
MakerWorld
Pubblicato
Aggiornato
Cosa serve per stampare: Principiante Bassa affidabilità
Perché?
2 colori
Pezzo unico 2 colori / AMS
Supporti 1/3
Assemblaggio 0/3
Impostazioni 1/3
Dimensioni piano 0/3
Post-lavorazione 0/3
Stampante
FDM / FFF
Formato file
STL
Materiale
Colori
2 (AMS/MMU consigliato)
Software
Cura, PrusaSlicer o simile
Ancora nessuna valutazione
Ancora nessun commento – sii il primo!

Modelli simili

6 Suggerimenti
Feed Blog Slicer Calcolatore Ricerca per immagine Invia Contatto Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Aggiungi alla collezione