Reversible Relay-based Motor Controller

[Nothinglabs] built this motor controller as an alternative to using an H-bridge. They call it the RAT controller which stands for “Relay and Transistors”. You can see above that two Darlington transistors along with their base transistors allow logic signals to switch the relay on and off, driving the motor in one direction or the other based on the open or closed state of the relay. See it working in the video after the break.

It’s a nice little workaround with few parts, but because the relay is mechanical there will be a short lifespan when compared to solid-state motor controllers. That’s okay, because the motivation here was lack of parts on hand, rather than an increase in performance. It’s also worth mentioning that all of these parts can be purchased at your local Radio Shack when you don’t want to wait for component orders by mail. We certainly appreciate that it takes far few components than [David Cook’s] H-bridges. His designs are our favorite – we’ve used them in our own projects – but for quick and dirty you can’t beat five components and the short assembly time needed when using this type of dead-bug style soldering.

Continue reading “Reversible Relay-based Motor Controller”

Electric Spinning Wheel

spinningwheel

[glacialwanderer], who you may remember from his CNC machine build, recently completed an electric spinning wheel. Spinning wheels are used by knitters to turn raw sheep’s wool into yarn. He went through several iterations before arriving at a good design. Besides the motor, there are two major components to the spinning wheel: the flyer and the bobbin. A Scotch tension brake is used to slow the rotation of the bobbin in relation to the flyer. This causes the wool to twist as it’s pulled on.

He initially tried to just use a dimmer switch with an AC motor. That quickly burnt up. The next version used a sewing machine motor since they’re designed with a variable speed control. Unfortunately, it didn’t have enough torque at low speeds. The final design used a DC motor with a SyRen motor controller. It offered plenty of power and at ~$150 it’s still less than the cheapest commercial models on eBay. You can see a video of it and the spinning process embedded below.

Continue reading “Electric Spinning Wheel”

RepRap Motherboard

reprapmb-1

When the RepRap team found themselves pushing the limits of the Arduino, they started looking for alternatives. They found it in the ATMega644P. It has four times the memory and four times the RAM compared to the ATMega168 used in the standard Arduino. It also has 32 I/O pins. They ported the Arduino software to the microcontroller and started producing Sanguino boards. Now that the base design is nailed down, they’ve begun expanding it to their specific purpose. Pictured above is a prototype RepRap motherboard. While the Sanguino is barebones, this board has onboard connectors for all of the RepRap’s motors, so you can just plug it in. It is also designed to support the future Generation 3 electronics. Probably the most interesting feature is the SD card slot. The goal is to eventually have a board that can run the RepRap without a host computer if necessary; it will manufacture designs directly from the flash card.