Flower Power Digital – 3D printable model from Thingiverse Thingiverse

Flower Power Digital

14 Downloads
20 Likes
0 Makes
Download Model
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);
Source
Thingiverse
Comments
0
Makes
0

Makes

Rating

Noch keine Ratingen

Comments

No comments yet – be the first!
All Thingiverse Models More by WillemvD

Add to Collection