AJB2K3
Published

Atomic Photography Turntable

A travel size, reconfigurable, wireless programmable photography turntable.

BeginnerFull instructions provided2 hours755
Atomic Photography Turntable

Things used in this project

Hardware components

50mm 1515 Aluminium Extrusion
×1
Plastic Corner Brackets
×1
Nema 17 Pancake Stepper Motor
×1
Machine Screw, M3
Machine Screw, M3
8mm Long Socket Cap.
×1
Machine Screw, M4
Machine Screw, M4
Comes with the plastic corner connectors.
×1
Atom lite
×1
Atom Stepmotor
×1
Slide nut
×1

Software apps and online services

UIFlow

Hand tools and fabrication machines

Multitool, Screwdriver
Multitool, Screwdriver

Story

Read more

Custom parts and enclosures

3d Printable parts

Just download and print them and show me what you have.

Schematics

Atom Stepmotor Schematic

How to connect an 12V supply and a Nema17 Stepmotor.

Code

Minimal code

MicroPython
Code copied direct from UIFlows Micropython window
from m5stack import *
from m5ui import *
from uiflow import *
from easyIO import *
import machine
import time

digitalWrite(22, 0)
digitalWrite(23, 0)
pin0 = machine.Pin(19, mode=machine.Pin.OUT, pull=machine.Pin.PULL_UP)
while True:
  pin0.on()
  wait_ms(2)
  pin0.off()
  wait_ms(0)

Credits

AJB2K3

AJB2K3

45 projects • 28 followers
I have always had an interest in electronics but having failed my school exams, it has taken me 20+ years to produce products to share.

Comments