Guiye Perez Bongiovanni
Published © GPL3+

Phenakistoscope II - Pulp Fiction

First optical toy (1832), which allowed to reproduce the movement of an image. Here motorized and reproduced with Arduino and Raspberry Pi3B

BeginnerShowcase (no instructions)589
Phenakistoscope II - Pulp Fiction

Things used in this project

Hardware components

Arduino UNO
Arduino UNO
×1
Stepper Motor Generic - 5V 1A
×1
Power Supply 5V 1A
×1
Adafruit Motorshield V1
×1
Raspberry Pi 3 Model B
Raspberry Pi 3 Model B
×1

Software apps and online services

Arduino IDE
Arduino IDE

Hand tools and fabrication machines

Inkjet
A4 Paper for inkjet
Some wires

Story

Read more

Schematics

Phenakistoscope conexion

Code

phenakistoscope_PulpFiction.ino

Arduino
// Phenakistoscope PulpFiction

#include <AFMotor.h>

// Connect a stepper motor with 48 steps per revolution (7.5 degree)
// to motor port #2 (M3 and M4)
AF_Stepper motor(24, 2);

void setup() {
  Serial.begin(9600);          
  motor.setSpeed(30);   
}

void loop() {
  Serial.println("Double coil steps");
  motor.step(30, BACKWARD, DOUBLE);

}

Credits

Guiye Perez Bongiovanni

Guiye Perez Bongiovanni

10 projects • 22 followers
Artist / Maker

Comments