Skip to main content

Build Your Own Solenoid Engine

A solenoid engine is a curiosity of the electrical world. By all measures, using electricity to rotate something can be done almost any other way with greater efficiency and less hassle. But there’s just something riveting about watching a solenoid engine work. If you want to build one of your own and see for yourself, [Emiel] aka [The Practical Engineer] has a great how-to.

For this build though he used a few tools that some of us may not have on hand, such as a lathe and a drill press. The lathe was used to make the plastic spool to hold the wire, and also to help wind the wire onto the spool itself rather than doing it by hand. He also milled the wood mounts and metal bearings as well, and the quality of the work really shows through in the final product. The final touch is the transistor which controls power flow to the engine.

If you don’t have all of the machine tools [Emiel] used it’s not impossible to find substitute parts if you want to build your own. It’s an impressive display piece, or possibly even functional if you want your build to have a certain steampunk aesthetic (without the steam). You can even add more pistons to your build if you need extra power.



from Hackaday https://ift.tt/2mNsguO

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...