Close
0%
0%

Fancy lathe made from garbage

A wood lathe with closed loop speed control made from garbage

Similar projects worth following
It's a wood lathe made from garbage parts. It's still under construction, but I'm making fair progress.

The title says it. I'm making a wood lathe primarily from garbage and dollar store items. Why? because that's what I do here. What makes it fancy? The electronics. Well, that's relative to the usual DIY lathe projects I see. There are many of them out there, and they are typically a hand drill or a motor with a switch attached to a board. Some of them look beautiful and work really well, but mine will be a tad different.

The main feature that makes this project different is that it will have closed loop speed control. With a lathe, speed control is pretty important, but I'm certainly not going to put together a complicated gear set to achieve it. I'm going to take a stab at controlling the speed electronically.

Here is a quick overview of the project. All of the details will be added in the project logs.

Attempt 1 of 2 (unsuccessful):

- 100V 1kW universal motor from a vacuum cleaner.

- high power rectifier and IGBT set from an inverter type microwave oven.

- ATmega 328 controller

- structure made from 2x4 and other scrap lumber

- reflectance sensor attached to motor for tachometer

- LCD display on the control panel

- Here's the schematic (or click the one on the left for larger version)

Attempt 2 of 2(also unsuccessful):

- AC motor from washing machine

- Triac pair (BCR8PM) and accompanying circuitry from washing machine

- MOC3063 triac drivers

- other parts from attempt 1

Here's the schematic:

  • 1 × 100V, 1kW universal motor From a vacuum cleaner (garbage)
  • 1 × 1MBH65D-090 IGBT From a microwave oven (garbage)
  • 1 × 1M30D-060 IGBT From a microwave oven (garbage)
  • 1 × RBV-1506 rectifier From a microwave oven (garbage)
  • 1 × 5V / 12V DC power supply From the garbage

View all 18 components

  • A much simpler way of doing it

    shlonkin08/24/2015 at 13:47 0 comments

    I tried something different. As much as I like the idea of the speed control, I decided to just make something that works. If I like the hobby enough, I'll probably just buy a commercial lathe. But fear not! I'm still building my own.

    This new version is very different and lacks the defining feature of this project(electronic speed control), so I wrote it up as a separate project here: https://hackaday.io/project/7408-a-simpler-cheaper-lathe

    Enjoy.

  • Attempt 2 problems

    shlonkin04/19/2015 at 10:36 0 comments

    I told you I had never worked with AC motors. Cut me some slack.

    I built the circuitry and tested it out. The controller doesn't use regular PWM. Rather it switches on full 60Hz cycles. Thanks to the MOC3063 drivers this switching occurs at zero crossings. For example a half power setting would switch on every other cycle.

    Things seemed to work ok. Sort of. But I noticed that at low power the motor was not so smooth and something just seemed wrong, so I did a little more research. I guess the motor was designed to spin at one particular speed and the right way to control the speed is by changing the AC frequency. It's not an impossible challenge, but I'm currently lacking the free time and motivation to delve into it. I also considered just building the thing with a one speed motor, but that kind of defeats the mission statement of the project.

    Plus, the more I learn about wood lathes the more tempted I am to actually buy a proper one and try my hand at wood turning. Of course I would like to try my hand a few times before investing the large sum of money, so I'm keeping my eyes open for such an opportunity.

  • New motor, time to redesign

    shlonkin09/07/2014 at 12:40 0 comments

    After a few nervous tests with some wood, I've decided that this motor just isn't a good choice. As you pointed out in the comments, vacuum motors are designed for high speed and low torque, which is just the opposite of what I need. I thought I could get away with it if I made a nice controller, but I changed my mind and set out in search of a better motor.

    I was fortunate enough to get my hands on this very clean washing machine motor and accompanying circuitry.

    But with this new gem that is designed for low speed and high torque I will make another attempt at a wood lathe. Unfortunately, since this is an AC brushless motor, I will have to completely redesign my driver circuit. I am planning to use the triacs from the washing machine along with some MOC3043 chips to drive them. I'm still doing my homework to figure out a good design since I've never driven AC motors before.

    In addition to that, I will have to redesign the whole interface between the motor and wood. I salvaged the other pulley and belt as well, so I will probably make use of them. I'll post again when I have a working design.

  • Mechanical bits and a control panel

    shlonkin07/29/2014 at 13:16 1 comment

    I spent some time working out the more lathey parts. By that I mean the structure and spur centers. It would be easiest to just show you what I did.

    This is the moveable center that slides along a 2x4 and can be clamped in place:

    The circular knob was cut with a jigsaw using a hackaday SPACE coaster as a template. Did you know that those coasters are exactly as wide as a 2x4? I'm pretty sure that was a coincidence. This picture shows how I attached a 6mm threaded rod.

    Next was the live center which consists of a long 6mm nut that I modified with a cutoff wheel on an angle grinder.

    Here the two centers are facing each other.

    Oh, and I sharpened the threaded rod too.

    Next, I finally made a control panel out of a plastic cutting board that I had left over from the stargate project. It just has a power switch, rotary encoder knob and a display. I was thinking of putting start and stop buttons on there too, but haven't gotten my hands on any good buttons for the job. At this point I can just use the knob and start out at 0 rpm. The power switch is my quick shut off.

    Here is the back side of the control panel. Notice that the knob is still attached to a chunk of pcb from the stereo I pulled it out of. Everything is held together with hot glue.

  • Rough assembly and some tests

    shlonkin07/24/2014 at 13:43 0 comments

    The motor is now attached to a 2x4 using some wood blocks and L brackets as you can see in the pictures. It feels really solid. Right behind the motor is the control box, which is a plastic food container from the 100 yen store. It is still far from complete, but functional. It will eventually have a control panel on the top, but at this point the controls and display are just hanging over the edge.

    As for the tests, I first programmed it with some really basic debugging code and connected it to a small light bulb instead of the motor. It worked ok, but the bulb didn't seem to respond to the changes in pwm duty cycle as much as expected. Anyway, I finally got up the confidence to connect the motor and ZOOM! The IGBT failed in such a way that it was stuck on. The motor screamed like a jet engine for three seconds till I yanked the plug from the socket.

    What exactly happened? I'm not sure, but some reading seems to suggest over voltage from the inductive load. I thought my flyback diodes would protect things, but maybe not. Also, the unresponsiveness to the duty cycle made me wonder if my IGBT driving was not good enough. Perhaps the gate resistance was too high to switch quickly. I was also driving it at about 2kHz, which may have been too fast considering the driving circuitry.

    Try two: I replaced the IGBT with another salvaged from garbage, reduced the gate resistance, and added a 500V varistor across the motor(the IGBT is rated for 600V). Then I reduced the pwm frequency to about 240Hz. The light bulb test looked much much better, meaning that this way of driving was much more effective. Then I crossed my fingers and hooked up the motor. It worked beautifully!

    Now to finish up the controls and turn this into a lathe.

View all 5 project logs

Enjoy this project?

Share

Discussions

paulvdh wrote 11/18/2023 at 07:26 point

I'm not sure how I got here 9 years after the last update, but I am not surprised it did not work very well. You can reduce the speed by controlling the voltage, but you can not increase the torque of a motor with electronic control. The torque a motor can deliver is limited by the current though the motor. Another problem with vacuum cleaner motors is that they tend to have a quite low efficiency.

You can increase the output torque with a mechanical transmission, and that is exactly what most (older) washing machines do. They have a multi-V belt and two pulleys and a gearing ratio of about 1:20. Unfortunately such pulleys are quite big and hard to use in hobby projects, because they need some enclosure because of the pinching hazard. An alternative could be to mount them high up near the ceiling, a bit similar like the old flat belt distribution system.

A few years ago I took apart a washing machine (from a no-name brand), and to my surprise it contained a BLDC motor. The 3-fase driver on the controller PCB was burned out unfortunately. The motor itself is still waiting for some kind of application...

  Are you sure? yes | no

Adam Fabio wrote 07/30/2014 at 04:44 point
I'm a huge fan of "upcycling", so I'm loving this project! One thing I'm worried about is that vac motor. Vacuum motors generally turn high RPM with low torque. Will it have enough grunt to maintain speed (and not overheat) when you're taking cuts?
I hope so - but even if it doesn't work out, I'm sure you have other tricks up your sleeve to get this lathe turning!

  Are you sure? yes | no

shlonkin wrote 07/30/2014 at 13:00 point
You are right. I've run some tests on the motor and it spins way too fast. At about 5% duty cycle with no load it spins too fast. I can't say anything about torque because I'm still a little scared to turn anything with it. Also, it heats up too much. In the vacuum all of the air went right through the motor for cooling.
I'm currently looking for a more suitable motor, but the garbage piles have not granted me anything. I'm hoping for something like a washing machine.

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates