A rotating platform is essentially three things: a base that stays still, a bearing that allows smooth spin, and a top surface that turns. Whether you’re building one for product photography, display purposes, or a craft project, the process is straightforward with the right components and a basic plan. You can build a simple manual version in under an hour, or add a motor and speed control for a fully automated setup.
Essential Components
Every rotating platform needs the same core parts, regardless of size or purpose. The base provides a stable foundation. A bearing sits between the base and the top plate, allowing friction-free rotation. The top plate (or platter) is the surface that actually spins.
For a manual platform, that’s all you need. For a motorized version, you’ll add a motor, a power source, and a way to transfer the motor’s rotation to the platter. A typical DIY motorized build uses a small DC gear motor, a battery holder (an 18650 cell or a pair of AA batteries work well), and a simple on/off switch. If you want variable speed, you’ll also need a potentiometer-based speed controller.
Choosing a Bearing
The bearing is the most important mechanical piece. It determines how smoothly your platform turns and how much weight it can handle. You have two main options: small ball bearings or Lazy Susan swivel bearings.
Small ball bearings (the kind with a 5mm bore and 16mm outer diameter) work well for lightweight platforms under about 10 pounds. These are common in 3D-printed turntable builds, where two bearings sit on a central bolt to support the platter. They’re cheap, smooth, and easy to install.
For heavier loads, Lazy Susan swivel bearings are the better choice. These are flat, ring-shaped bearings that distribute weight across the entire surface. A 4-inch swivel bearing handles about 400 pounds. A 6-inch version supports around 500 pounds, and a 12-inch bearing can hold up to 1,000 pounds. These mount directly between your base and platter with screws, making them one of the easiest components to install.
Picking the Right Motor
If you want your platform to spin on its own, the motor you choose shapes everything about how it performs. Three types are commonly used in DIY builds, and each has a distinct personality.
A DC gear motor is the most beginner-friendly option. It produces high torque at low speeds right out of the box, which is exactly what a turntable needs. You won’t need any special electronics to run one. Just connect it to a battery, and it spins. Speed stays fairly consistent, and the gearing keeps the rotation slow and smooth without any additional reduction. This is the go-to choice for simple display platforms.
A standard DC motor (without built-in gearing) gives you easy speed control by simply adjusting voltage, but it produces less torque than a geared version. It spins fast and would need external gearing or a belt to slow the rotation enough for most turntable uses. It’s a reasonable choice if you already have one on hand and don’t mind adding a gear or pulley system.
A stepper motor moves in precise, fixed-angle steps rather than spinning continuously. This makes it ideal for applications where you need the platform to stop at exact positions, like 360-degree product photography where you want a photo every 36 degrees. Stepper motors deliver excellent torque at low speeds and precise positioning, but they require a motor driver board and a microcontroller to operate.
Drive Mechanism: Gears, Belts, or Direct
The drive mechanism is how you transfer the motor’s rotation to the platter. You have three options.
- Gear drive: A small gear on the motor meshes with a larger gear on the platter. This is the most common approach in compact DIY builds, especially those using 3D-printed parts. The gear ratio slows the rotation and increases torque. It’s reliable and compact, but the teeth can produce a faint clicking sound.
- Belt drive: A rubber belt connects a pulley on the motor to a larger pulley on the platter. Belts absorb vibration well and run quieter than gears, making them good for video turntables where motor noise matters. The downside is that belts stretch and eventually need replacement, and they deliver less torque than a direct gear mesh.
- Direct drive: The motor shaft connects directly to the platter’s center axis. This gives the most accurate and consistent speed, with instant start and stop capability. It’s mechanically simpler since there are fewer parts, but any motor vibration transfers straight to the platter. Direct drive setups also tend to require more precise alignment during assembly.
Materials for the Base and Platter
The two flat surfaces of your platform, the base and the spinning platter, can be made from a variety of materials depending on your tools and budget.
Plywood is the easiest to work with. A 1/2-inch or 3/4-inch piece cuts cleanly with a jigsaw or hole saw, takes paint or veneer well, and is strong enough for most applications. MDF (medium-density fiberboard) is another wood-based option that machines even more smoothly than plywood, with no grain to worry about, making it a great choice if you want a perfectly flat, consistent surface.
Acrylic (sold as Plexiglass) looks more polished and professional. It’s denser than MDF, so an acrylic platter of the same size will weigh about a pound more, which can actually help with stability by adding flywheel mass. The trade-off is that acrylic requires more care when cutting to avoid cracking, and it scratches easily.
For quick prototypes or lightweight builds, 3D-printed platforms work well. You can integrate gear teeth directly into the platter design, eliminating the need for a separate gear component.
Sizing the Motor to Your Load
If your platform will carry anything heavier than a few pounds, it helps to check that your motor can handle the load. The core calculation is simple: multiply the weight of what you’re spinning by the radius of the platter.
For example, if your load weighs about 4.5 pounds (roughly 20 Newtons) and your platter has a radius of 2 inches (about 5 centimeters), the torque needed is 20 N × 0.05 m = 1 Nm. In practice, friction from the bearing adds to this, so it’s wise to choose a motor rated for at least 25 to 50 percent more torque than your calculated minimum. DC gear motors commonly list their torque output in kg·cm on their spec sheet, so you can compare directly.
Adding Variable Speed Control
For a DC motor or DC gear motor, the simplest speed control is a potentiometer (a dial you turn) wired in series with the power supply. This works for very basic setups but wastes energy as heat and can cause the motor to stall at low settings.
A better approach is a PWM (pulse-width modulation) controller. Instead of reducing voltage, PWM rapidly switches the power on and off. The ratio of on-time to off-time controls the effective speed. Turning the potentiometer clockwise increases the duty cycle, speeding the motor up. Turning it counterclockwise reduces the duty cycle, slowing it down, all the way to a complete stop at 0%. Pre-built PWM speed controller modules are available for a few dollars and require no soldering beyond connecting two wires to the motor and two to the battery.
Assembly Steps for a Basic Motorized Platform
A straightforward gear-driven build goes together in five steps. Start by preparing your base and platter. If you’re using wood, cut two circles with a jigsaw, then sand the edges smooth. Drill a center hole in both pieces to match your bearing or bolt size.
Next, mount the motor to the base. Position it near the edge so the motor’s gear will reach the platter’s gear teeth. Secure it with small screws. Then install the bearing. For a center-bolt design, press one bearing into the base and one into the platter, then pass a bolt through both so the platter can spin freely on the base. For a Lazy Susan bearing, screw the inner ring to the base and the outer ring to the platter.
Place the platter onto the base so the motor gear and platter gear mesh together. The teeth should engage smoothly without forcing. Connect the motor to your battery holder and switch, flip it on, and the platter should rotate. If it wobbles, check that the center bolt is tight and that the platter sits level on the bearing.
Automated Turntable for Photography
If you’re building a platform specifically for 360-degree product photography, consider a stepper motor paired with a microcontroller like an Arduino or ESP32. This combination lets you program the platform to rotate in exact increments, pause for a camera shutter, then rotate again.
A typical photography turntable setup uses a NEMA 17 stepper motor, a dual H-bridge motor driver to control it, and a microcontroller running a simple program. Common rotation modes include 5 shots at 72-degree steps, 10 shots at 36 degrees, 15 shots at 24 degrees, or 20 shots at 18 degrees. The microcontroller rotates the platform one step, sends a signal to trigger the camera (either wirelessly via Bluetooth or through a wired shutter release), waits for the photo to be taken, then advances to the next position.
This level of automation requires more electronics knowledge and some basic coding, but the Arduino community has published complete project files with wiring diagrams and ready-to-upload code that make the process much more accessible than building from scratch.
Powering Devices on the Platform
If whatever sits on your platform needs electrical power, like LED lights for a display, you’ll run into the problem of wires wrapping around the center axis as the platform spins. A slip ring solves this. It’s a small device with a stationary half and a rotating half, each with wire terminals. Power or signal passes through internal brushes that maintain contact as the two halves spin relative to each other. You mount the stationary half to the base and the rotating half to the platter, run your wires through it, and the platform can spin continuously without tangling anything.

