We’ve Found The Awesome Singularity

tardis

Yes, that’s exactly what you think it is. A Transformer. That transforms into the TARDIS.

This masterpiece of pop culture is the work of [Nonnef] over on Instructables. After the inspiration to create this work of art struck, [Nonnef] started modeling this Transformer and TARDIS in clay to make everything fit together just right. After a good bit of 3D modelling, the Doctor’s robotic wife was ready for printing.

If you’re going to print one of these for yourself, be prepared for a very long print. [Nonnef] says the latest version took about 30 hours on his RepRap with a .35 mm nozzle. In the end nearly the entire Transformer came directly from a 3D printer, the only additional parts needed being a pen spring and a small screw. Paint is, of course, optional.

All the files are available on the Instructable.

A Handful Of Parts Used To Form An Electrocardiogram

minimal-ecg

It’s difficult to image a more bare-bones approach to building an ECG. [Raul] used an Arduino nano to collect samples and push them to a computer for graphing.

An Electrocardiogram measures electrical activity around your heart. The white circles above are the sensors which he picked up in a box of fifty for 11 Euros (under $15). Stick them on your skin in just the right places and they’ll report back on what your heart is doing.

He used a AD8221 to amplify the signals. He mentions that this is an ins-amp, not an op-amp. We didn’t find a concise reference explaining what that is. It might be a good topic for the comments section. The signal from that chip feeds into an LM324 op-amp before being dumped into the Arduino.

Simplicity comes at a price. This measures very small electrical impulses and has very little in the way of shielding and filtering. Because of this you may need to do a rain dance, say a prayer, burn a candle, and stick needles into a doll to get a reliable signal on the other end.

Here’s another version that doesn’t require special sensors.

3D Printing With Liquid Metals

Gallium

While 3D printers of today are basically limited to plastics and resins, the holy grail of desktop fabrication is printing with metal. While we won’t be printing out steel objects on a desktop printer just yet, [Collin Ladd], [Ju-Hee So], [John Muth], and [Michael D. Dickey] from North Carolina State University are slowly working up to that by printing objects with tiny spheres of liquid metal.

The medium the team is using for their metallic 3D prints is an alloy of 75% gallium and 25% indium. This alloy is liquid at room temperatures, but when exposed to an oxygen atmosphere, a very thin layer of oxide forms on a small metal bead squeezed out of a syringe. Tiny metal sphere by tiny metal sphere, the team can build up metallic objects out of this alloy, stacking the beads into just about any shape imaginable.

In addition to small metal spheres, [Collin] and his team were also able to create free-standing wires that are able to join electrical components. Yes, combined with a pick and place machine, a printer equipped with this technology could make true printed circuit boards.

Even though the team is only working on very small scales with gallium, they do believe this technology could be scaled up to print aluminum. A challenging endeavour, but something that would turn the plastic-squeezing 3D printers of today into something much more like the Star Trek replicators of tomorrow.

Video demo below, or check out [Collin]’s editing room floor and a vimeo channel. Here’s the paper if you’ve got a Wiley subscription.

Continue reading “3D Printing With Liquid Metals”

This Is Run By An Arduino

Let us be the first to say: Not a hack! Nonetheless this is an interesting read about how the Arduino movement has made hobby microcontroller boards attractive for industrial applications.

This is a digital printing machine which looks like it is used for industrial packaging. [Paul Furley] worked for the company which produces it, developing the software for the control interface. He recounts the story of how he helped guide the company away from choosing a microcontroller, and toward using an Arduino board. Actually, using three Arduino boards. We can already hear the flame war boiling up in the comments section. But before you rage, read the article and see if you don’t agree with [Paul’s] reasoning.

The most compelling argument to us is that choosing Arduino is absolutely future proof. If the company goes out of business there are hundreds of clone devices already available. As the Arduino platform evolves it will keep pin compatibility in order to support the older shields. And if they choose a different microcontroller the Arduino IDE will still compile the same sketch for the new hardware.

One thing that pops into our minds is write protection. The machine uses a big PCB to which the three Arduinos mount. That can be produced anywhere without threat of having the source code leak as the PCB doesn’t include chips that need to be programmed. Arduino uses AVR chips that have write protection fuses which can be burnt in-house after they flash the control firmware.

[Thanks Thomas]

 

Salvaging Parts From Broken Roomba Robots

salvaging-parts-from-broken-roombas

The great thing about hacking on Roombas is that iRobot used quality parts to build them. [Jason] got his hands on a broken 5XX series Roomba and posted an article about how he reused the salvaged parts.

What you see above is one of the results of his work. This little bot takes commands from an IR television remote control. But he also used the setup to make a self-balancing bot. The two motors from the Roomba have magnetic rotary encoders with 8-bit resolution. Pair this with a well-tuned PID algorithm and you’re in business. The video below shows him testing a motor with his PID code.

You don’t get very much info on the guts of the donor robot. If that’s what you’re looking for you need to look at [Dino’s] Roomba 4000 teardown.

Continue reading “Salvaging Parts From Broken Roomba Robots”

Arduino Oscilloscope At Five Megasamples Per Second

There’s no substitute for a proper oscilloscope on your electronics bench. But unfortunately we still don’t have one of our own. But we’ve got an Arduino board and paired with another IC it can sample an astonishing 5 million cycles per second.

[Bob Davis] has been working on an Arduino based oscillscope for a while now. He keep squeezing more and more performance out of it. A previous version hit 3 megasamples using an AD775 chip. When he added a FIFO buffer chip he was able to squeeze 10-25 megasamples out of it… wow! Unfortunately the output tended to be glitchy.

This version gets rid of the AD775 in favor of a CA3306. Both are analog-to-digital converters but the new circuit is less complex and more reliable. It uses just three capacitors and an external clock to support the IC. Take a look at the video below to see how it performs. He’s outputting a graph of the samples on a small LCD screen. The best part is that since the extra chip is doing the sampling this can be ported to your microcontroller of choice.

Continue reading “Arduino Oscilloscope At Five Megasamples Per Second”

Turning Anything Into A Drone

drone

For his graduate project, [Jasper] wanted to do something with a quadcopter drone. Not content with simply building any old drone, he decided to make a kit that turns anything into a drone. Everything from a bicycle wheel, to a computer keyboard, and even a phone is more than able to take flight with [Jasper]’s Drone It Yourself kit.

The DIY drone kit consists of a few 3D printed parts that include four clamps and mounts for the four engines. Also on board are ESCs, a battery, receiver, and an OpenPilot autopilot that will hopefully keep a drone in any shape imaginable hovering in the air. All this packaged in a sleek aluminum briefcase make it look like something out of an eccentric Bond film parody.

This project isn’t for sale – at least until the Brookstone catalog steals the idea – but you can get the bill of materials directly from [Jasper], just in case you’d like to make your own random flying object.

Continue reading “Turning Anything Into A Drone”