Slicer Discord
Flower Power Digital – 3D-printbaar model van Thingiverse Thingiverse

Flower Power Digital

door WillemvD
14 Downloads
20 Likes
0 Makes
Model downloaden
https://youtu.be/06Y0ZvgyfAQ
Two low cost 24BYJ stepper motors are used to draw flowers.
Using two ATtiny85 ic's on one power supply requires a 100nF condensor directly between Gnd and 5V of both ATtinies.
One stepper rotates the platform:

//ATtiny 28BYJ full step mode
int MA = 0; int MB = 1; int MC = 2; int MD = 3; int t=3;
void setup()
{
pinMode(MA, OUTPUT);
pinMode(MB, OUTPUT);
pinMode(MC, OUTPUT);
pinMode(MD, OUTPUT);
}
void loop()
{
digitalWrite(MA, HIGH); digitalWrite(MB, HIGH); digitalWrite(MC, LOW); digitalWrite(MD, LOW); delay(t);
digitalWrite(MA, LOW); digitalWrite(MB, HIGH); digitalWrite(MC, HIGH); digitalWrite(MD, LOW); delay(t);
digitalWrite(MA, LOW); digitalWrite(MB, LOW); digitalWrite(MC, HIGH); digitalWrite(MD, HIGH); delay(t);
digitalWrite(MA, HIGH); digitalWrite(MB, LOW); digitalWrite(MC, LOW); digitalWrite(MD, HIGH); delay(t);
}

while the other stepper drives the pen:

//ATtiny 28BYJ full step mode
int MA = 0; int MB = 1;
Bron
Thingiverse
Wat je nodig hebt om te printen: Beginner Lage betrouwbaarheid
Eendelig
Supports 1/3
Montage 0/3
Instellingen 1/3
Bedgrootte 0/3
Nabewerking 0/3
Printer
FDM / FFF
Bestandsformaat
STL
Materiaal
PLA, TPU
Software
Cura, PrusaSlicer of vergelijkbaar
Nog geen beoordelingen
Nog geen reacties – wees de eerste!
Feed Blog Slicer Kostenrekenmachine Zoeken op afbeelding Indienen Kontakt Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Toevoegen aan collectie