Skip to main content

A Crane Fit For Any Workshop

Sometimes we will encounter items in our workshops that are a little bigger than we bargained for. An engine block, an anvil, or a particularly substantial machine tool. Lifting these things may be possible, but doing so risks injury, perhaps a hernia or worse. For these moments a particularly well-appointed workshop will include a small crane, and [Workshop from scratch] has posted a video that we’ve placed below the break showing the construction of a particularly nice model.

The fabrication of a crane is not in itself a difficult task, in that most metalwork-minded readers could probably make one. What’s appealing about this video is the sense of gratification at watching metalwork being done well, and that while he does use a bandsaw and a drill press there’s not a lot in the video that couldn’t be done with more basic tools. The result is a handsome item that is probably better than many commercial offerings, though the gut feeling here is that the pivot points would have been better made with a sleeve and pin rather than a threaded bolt. The lifting effort comes from an off-the-shelf hydraulic ram.

Cranes feature here surprisingly rarely, but at least we’ve brought you a balcony crane.



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

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 ...