Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 3.02 KB

File metadata and controls

42 lines (36 loc) · 3.02 KB

How to run Arduino Turntable

Credits to Brian Brocken on Hackaday for the wiring and housing

You will need (Parts are linked):

Assemble Turntable

Step 1

Attach the LCD Display and Joystick onto the front plate using the 3mm wood screws. Front Plate Wiring

Step 2

Attach the Stepper Motor Driver and Arduino to the bottom plate using the 4mm wood screws. Screwed in Arduino

Step 3

Wire the turntable as shown below. Note: You need a multimeter to get the correct power output from the DC stepdown. Wiring Diagram

Step 4

Flash the Arduino turntable code onto the Arduino Uno.

Using the Turntable

The turntable UI can be navigated using the joystick. Pushing the joystick UP or DOWN will help you scroll through menus and changing options.

Pushing the joystick to the LEFT will take you to the previous menu.

The turntable has 3 modes:

  • Serial - This mode will open the serial port and allow you to send commands to the turntable. You can use this mode to sync it with your DSLR or Rig using this file and changing the serial port, file output, and amount of photos to take.

    • Sync Mode - This mode will sync your turntable with the motorized rig and camera. Edit the amount of photos to take, the serial input ports of both rail and turntable, and the output path of this file to use this mode.
    • Regular Mode - This mode will allow you to sync the turntable with the camera. This mode takes in the amount of photos to calculate the intervals and where to stop. Edit the amount of photos to take, serial input port, and the output path of this file to use this mode.
  • Revolve - This mode will allow you to set the speed of the turntable and letting it revolve one full revolution.

  • Manual - This mode will allow you to use the joystick to control the direction of the turntable.