Give Me A Welder And Rod Stock And I’ll Build You The World

Metal fabrication is a an art that often goes under appreciated. The ability to take common stock in the form of sheet, pipe (square or round), and in this case rod, and make it into anything is intoxicating for the artist and super villain inside of each of us. Recently [asciiArtVandaly] took on an interesting job and was thoughtful enough to make a photo album of the process. He literally created the world out of metal.

The build is a wire-frame globe. The latitude and longitude rods are rolled to the proper arc, but holding them in place is a bit of a trick. This image shows the welding jig built just for this project. It has large and small nobs to match the increasing spacing of the rods, with washers holding down ever other joint. If you want to see an example of rod-rolling check out the unrelated How It’s Made segment found after the break.

This jig is visually stunning to look at, but the math used to lay something like this out is only mildly interesting compared to the work done to add the continents to the piece. Each of these were cut out and then hand hammered to match the curve of the globe before being welded in place and outfitted with lighting for cities. That’s a skill you can’t get without a lot of practice — and get this, [asciiArtVandalay] does it as a hobby. Who knew robot engineers needed hobbies?

The finished globe is about eighty pounds of stainless steel. The build ends up being corporate art for a company sure to turn [Tyler Durden’s] eye.

Continue reading “Give Me A Welder And Rod Stock And I’ll Build You The World”

Hackerspace Happeninging: A Booc For C-Base

In the annals of hackerspace history, there’s one space that stands above the rest. It’s c-base, the crashed spaceship below Berlin that’s also one of the first hackerspaces in the world. Before NYC Resistor, Noisebridge, and every other building filled with tools and cool people, there was c-base.

Although the Hackerspace movement has only been around for a little less than a decade now, c-base itself is much, much older. It was founded way back in 1995, marking this year as the second decade of c-base’s existence. A few of the members of c-base are celebrating this occasion by publishing a book on the vast and storied history of their hackerspace.

The mythology of c-base includes a space station crashing in the middle of Berlin, with the giant, famous disco ball in Berlin being the station’s antenna. Yes, it’s weird, but all good hackerspaces have some sort of irreverent mythos surrounding them. The c-booc will document the twenty year long excavation of the space station, chronicling how this hackerspace came to be.

The booc is a Kickstarter project, and if funded, will be available for pickup at the Chaos Communication Camp this August

Arduino Controlled AC

Arduino Controlled Air Conditioner

Now that summer is coming, it’s time to break out the Air Conditioners! There are some old AC units out there that still work just fine, but nowadays we are used to everything being remotely controlled and automatic. [Phil] had an old window-mounted AC unit that still worked but was installed in a not-so-convenient place. To access the AC’s controls, one would have to climb over a large desk. This is a perfect opportunity to use the plethora of widely available hobby electronics to make an automatic AC controller retrofit.

First things first, there needs to be a way to turn the current control knob on the AC. [Phil] modeled up a 3D bracket to hold an RC car servo to the AC control panel. Attached to the servo horn is a slotted cylinder sized appropriately to fit the shape of the control knob. An Arduino measures the temperature of the room via a DS18B20 temperature sensor which then has the servo turn the control knob to the appropriate position, on or off. The Arduino sends temperature data back to a PC via MegunoLink Pro which graphs past data and also displays current temperature data. Using MegunoLink Pro, the min/max temperature points can also be set without uploading a new sketch to the Arduino.

Arduino Controlled AC

From the temp vs time graph, it looks like the room temperature stays a consistent 23 +/- 1 °C. [Phil] did us summer-swelterers a favor and made all his design files available. This is a great idea but wonder if leaving the air conditioner unit switch in the ‘on’ position and turning the unit on/off via a relay connected to the 120vac line would work just as well.

Hackaday Prize Entry: Teaching OpAmps

TI makes some great chips, and to sell those chips, they’re more than willing to put together some awesome tutorials, examples, and online classes to get engineers up and running. This isn’t limited to $5 Launchpads; TI has a great video and lab series for their precision OpAmps. These tutorials come with an evaluation module that costs about $200. Yes, that’s two Benjamins for a few OpAmps and a PCB. Of course no engineer would ever pay this; their job would. But what about someone who wants to learn at home?

That’s where [SUF]’s project for The Hackaday Prize comes in. He’s building a replica of a $200 lab board, and even without researching the cheapest solution for each individual component, [SUF] reckons he can build this kit for about $50. Like I said, the TI board is a business purchase.

The complete lab and tutorial TI offers uses NI’s virtual lab. This, again, isn’t something a random electron hacker could afford, but anyone who wants to go through this teaching module would probably use their own tools anyway.

As far as projects to teach electronics go, [SUF] has knocked it out of the park. He’s already relying on excellent tutorials, but bringing the price down to something a little more sane and amenable to checkbooks that aren’t tied to the corporate account.


The 2015 Hackaday Prize is sponsored by:

IOT Lawnmower

World’s First Internet Connected Lawnmower

Okay so this IOT is getting a bit out of hand. Introducing the world’s first(?) tweeting, internet connected, lawnmower.

[Michel] recently bought one of those new-fangled cordless lawn mowers by EGO. It runs off a 56V lithium ion battery pack, and apparently, works pretty well. Since it has plenty of on-board power, he decided to strap a 64MHz PIC18F25K22 to a ESP8266 and connect it to the internet. That part number has been taking the world by storm and it’s totally freaking awesome. The ESP8266 is a tiny WiFi module that is controllable over a serial port — and it only costs $5. Hello IOT-everything.

Anyway, to avoid voiding his warranty, [Michel] using non-invasive sensors to collect data — A series of hall effect sensors and magnets to be exact. One detects when the cutting system is engaged, and another magnet and sensor pair counts wheel revolutions. In the end, this gives you data on how far you pushed the mower, how long you spent cutting, and how long you were out there. When the job is done, you have the option to push a tweet with your stats. Woo!

He does admit, the tweeting feature is more there just to annoy his friends.

Astoundingly Great $60 3D Printer Called Chimera Bests Your Printer

When most people think of 3D printing, they think of Fused Deposition Modelling (FDM) printers. These work by heating a material, squirting it out a nozzle that moves around, and letting it cool. By moving the nozzle around in the right patterns while extruding material out the end, you get a part. You’ve probably seen one of the many, many, many FDM printers out there.

Stereolithography printing (SLA) is a different technique which uses UV light to harden a liquid resin. The Chimera printer uses this technique, and aims to do it on the cheap by using recycled parts.

First up is the UV light source. DLP projectors kick out a good amount of UV, and accept standard video inputs. The Mitsubishi XD221u can be had for about $50 off eBay. Some modifications are needed to get the focus distance set correctly, but with that complete the X and Y axes are taken care of.

For the Z axis, the build platform needs to move. This was accomplished with a stepper motor salvaged from a disk drive. An Arduino drives the motor to ensure it moves at the right rate.

Creation Workshop was chosen as the software to control the Chimera. It generates the images for the projector, and controls the Z axis. The SLA process allows for high definition printing, and the results are rather impressive for such a cheap device. This is something we were just talking about yesterday; how to lower the cost of 3D printers. Obviously this is cheating a bit because it’s banking on the availability of cheap used parts. But look at it this way: it’s based on older technology produced at scale which should help a lot with the cost of sourcing this stuff new. What do you think?

DNA Lamp

DNA Lamp Adds Some Science To Your Room

Lava lamps had their time, but that time is over. Perhaps a spinning, glowing, DNA helix style lamp will take their place?

Inspired by the ever mesmerizing DNA helix, a member of the eLab hackerspace decided to try making it into a lamp. It’s almost entirely 3D printed, with the helix made out of glow in the dark filament.  A series of UV LEDs fade in and out as a small geared motor from a microwave turntable spin the helix round and around.

[João Duarte] designed the assembly using TinkerCAD and has shared all the files on the Instructable in case you want to make one yourself. It is a lot of printing though, so you might want to recruit your own hackerspace’s 3D printer to do some of the work. He ended up using his own Prusa i3 as well as the LulzBot TAZ4 from the space to speed things up.

Continue reading “DNA Lamp Adds Some Science To Your Room”