Homebrew Solder Pot Is Too Dangerous Even For Us

[rue_mohr] is building a hexapod robot, and that meant he needed to tin a whole bunch of ribbon cables with solder. Using a soldering iron for this task would take far too long, so he built a homebrew solder pot to tin all those wires quickly. While [rue] was able to get solder on all those wires quickly, we need to question his method – he used a halogen light and reflector to melt all that solder.

The build began with a recycled halogen light fixture. After taking apart the entire assembly, [rue] reassembled it into something resembling a solder pot; a concave reflector and halogen light bulb sit perfectly flat on the table, ready to accept pieces of solder.

After throwing the switch and putting a few bits of solder in the reflector, the solder pot surprisingly worked. [rue] was able to quickly tin his ribbon cables, and the halogen bulb and reflector didn’t break yet.

This is one of the least safe solder pots we’ve ever seen – the bulb could easily explode, and melted solder could come pouring out of the reflector at any time. [rue] is aware of the safety implications and make sure to wear a pair of goggles. If it works though, we really can’t complain.

Check out the video of [rue]’s solder pot (with an awesome temperature indicator light right in the middle of a pool of solder) in action after the break.

Continue reading “Homebrew Solder Pot Is Too Dangerous Even For Us”

Detecting ASCII Art Across The Internet

As a web developer and designer, [Victor] has a habit of putting a very nice ASCII signature in an HTML comment at the top of every web page he designs. He was inspired by seeing others do this,  and this piqued his curiosity to see who else was doing this. His idea was to scan through a chunk of the Internet and see what other web pages had ASCII signatures in an HTML comment. With a lot of very clever work, [Victor] managed to grab some interesting ASCII art that would have been missed without looking at the source of millions of web pages.

After gathering a list of the top million top-level domains from Alexa, [Victor] wrote a script to download the HTML for all the pages in parallel. After that, it was just an issue of detecting the ASCII art in all the HTML files. There were a few earlier ASCII art detection algorithms, but nothing that suited [Victor]’s use case. The best result came from only looking at the first comment (otherwise the signatory wouldn’t want you to find it with a quick glance at the source) that were at least 3 lines long and 40 characters wide. After discarding everything with HTML tags in it, [Victor] had an awesome gallery of the ASCII art from webpages all around the Internet.

What did he find? Well, there’s far too many ASCII signatures for [Victor] to put up on his webpage, but he did provide a nice sample of what he found. They’re mostly logos, although there is a Hypnotoad and Aperture Science sentry turret in there.

If you’d like to try out [Victor]’s script, he made everything available on GitHub.

A Camera That Describes A Picture For You

[Matt]’s Descriptive Camera looks just like any other point and shoot camera, albeit a little more boxy and homemade-looking. It even works just like the Polaroids of yesteryear – snap a picture and in a few minutes you’ve got a reproduction in your hands. Unlike any other camera before, [Matt]’s camera doesn’t give you an image. [Matt]’s camera gives you a description of the picture you took, printed out on  easily-scrapbooked thermal receipt paper. Yes, mankind is now that meta.

To build the hardware of his camera, [Matt] took a BeagleBone single-board Linux computer and attached a webcam and a thermal receipt printer. The real magic is in the artificial artificial intelligence that is Mechanical Turk. [Matt]’s camera sends his picture up to the Internet where some random stranger describes his picture. This description is sent back and printed on the receipt paper.

Even though [Matt] is spending $1.25 to have a single picture described on Mechanical Turk, there’s probably not another camera as retro-meta-fabulous-fantastic out there.

A Blanket That Detects Its Own Orientation

If you want to capture a 3D model of a physical object, you could use a Kinect, a couple of lasers, constructive light, or even a simple touch sensor mounted on a robotic arm. Those are all expensive devices, and somewhat unnecessary now that you can just throw a blanket over an object and get a 3D model instantaneously.

The project is called IM BLANKY and it’s supposed to reproduce 3D shapes by simply throwing it over an object. The petals in the flower motif are pieces of conductive fabric that serve as contacts for the electrified tassel in the center of each flower. When the blanket is thrown over an object, the tassel is pulled by gravity, makes contact with one of the six conductive petals and sends a tilt switch to a microcontroller.

While we’re not too sure about the resolution IM BLANKY will provide with only 20 tilt sensors, but we imagine this could be used for a few medical applications.

via dvice

PiP-Boy 2000 Build Goes For Function Over Form

 

[Daniel] wrote in to tell us about his PIP-Boy 2000 prototype. While most PIP-Boy remakes we’ve seen tend to be focusing more on the aesthetic side, like a prop, [Daniel] is attempting to make a functional one. He has included a GPS sensor, RFID reader,  and radiation detector in his build but did choose to stick with the familiar PIP-Boy visual theme in the menus. He has a very long way to go if he wants it to do everything the PIP-Boy from Fallout did, but his list of semi-functional features is growing steadily.

Currently there are the basic functions of:

  • automapping and waypoint navigation
  • external PC interface
  • inventory status and item recognition (using RFID)
  • player experience (adds experience as you go to new locations)
  • ambient radiation
  • screensaver

Let us know when you get that sucker to stop time [Daniel]

Dexterity Enhancing Guitar

[Justin Lange’s] dad loves playing guitar, but an accident left him with nerve damage that makes it pretty much impossible these days. He just doesn’t have the dexterity needed to form the cords using his left hand. But his son’s hacking skills are helping him get back into it. [Justin] built a button-based add-on that forms the cords for him.

The build has two parts. A frame mounts over the finger board with slots for eighteen solenoids which push the strings down between the frets. These are controlled by the replacement finger board which is mounted below the neck. It has a double-row of buttons that let the player select the desired chord. One button chooses the key, with a second button acting as a modifier to switch to a seventh cord, or minor cord.

The project, which [Justin] has named folkBox, relies on a microcontroller. We spy an Arduino Mega in one of the build photographs but it will be interesting to see if the final project moves to a standalone chip. He’s set a goal for a more robust version of the build some time this summer.

[via Make]

Climbing The Mountain Of Quadcopter Design

What a sweet thing it is to see the first outdoor flight of a quadcopter. [Botched] has done a wonderful job of documenting the entire build process. Take a look at all that he has done, then jump after the break to see the extremely stable test flight footage.

Earlier iterations used feedback electronics that he designed, etched, and soldered himself. We think they looked pretty good, but he was not happy with the performance. He spent a bunch of time redesigning the IMU board, but after he printed out the PCB artwork he decided his soldering was not up to the QFN challenge and he went with a pre-assembled breakout board.

His post about PID tuning is quite interesting. He removed two of the motors and mounted those opposite ends of the chassis to a hinged stand. This let him tweak the feedback loop until the two remaining propellers were able to maintain balance even when he nudged the unit.

His test flight footage is accompanied by an on-board camera shot. He simply taped a smart phone to the battery and let it roll. Make sure you turn off your speakers before watching this one or the motor noise will let the boss know you’re reading Hackaday again instead of working.

Continue reading “Climbing The Mountain Of Quadcopter Design”