Stolen Tech: The Soviet Shuttle

The US Space Shuttle program is dead and buried. The orbiters can now be found in their permanent homes in the Air and Space Museum, Kennedy Space Center, and the California Science Center. The launch pads used by the shuttles over a career of 135 launches are being repurposed for vehicles from SpaceX and the Space Launch System. Yes, some of the hardware and technology will be reused for NASA’s next generation of heavy launch vehicles, but the orbiter – a beautiful brick of a space plane – is forever grounded.

The Space Shuttle was a product of the cold war, and although the orbiters themselves were never purely military craft, the choices made during the design of the Space Shuttle were heavily influenced by the US Air Force. The Soviet Union was keenly aware the United States was building a ‘space bomber’ and quickly began development of their own manned spaceplane.

While this Soviet Shuttle would not be as successful as its American counterpart — the single completed craft would only fly once, unmanned — the story of this spaceplane is one of the greatest tales of espionage ever told. And it ends with a spaceship that was arguably even more capable than its American twin.

Continue reading “Stolen Tech: The Soviet Shuttle”

Pipe In (Robot) Hand

How do you make a robot hand? If you are [Robimek], you start with some plastic spiral tubing, some servo motors, and some fishing line. Oh, and you also need an old glove.

The spiral tubing (or pipe, if you prefer) is cut in a hand-like shape and fused together with adhesive. The knuckle joints are cut out to allow the tubing to flex at that point. The fishing line connects the fingertips to the servo motors.

The project uses an Arduino to drive the servos, although you could do the job with any microcontroller. Winding up the fishing line contracts the associated finger. Reeling it out lets the springy plastic pipe pull back to its original position.The glove covers the pipes and adds a realistic look to the hand.
Continue reading “Pipe In (Robot) Hand”

Cockroach-sized Robots Pull Full-Size Sedan

Well, if you’re not scared about the singularity yet, how about now? Stanford robotics just demonstrated six MicroTug (μTug) minibots — weighing 100g together — move an 1800kg sedan on polished concrete.

The research is being performed at Stanford’s Biomimetrics and Dextrous Manipulation Lab by [David L. Christensen] of the Engineering department — the car being pulled? His. The tests were performed to determine the effectiveness of robotic teamwork — mimicking the behaviors shown by ants.

The robots use an adhesive technique as found in gecko feet to adhere themselves to the concrete, and use micro-winches to tug the car. Individually each μTug minibot can pull 23kg. The strength to weight ratio of the hoard of minibots is 18,000:1!

Continue reading “Cockroach-sized Robots Pull Full-Size Sedan”

Colin Furze Gets Burned

Consider this a public service announcement. [Colin Furze], besides being a raging lunatic, seems to have the nine lives of a cat. Well, he’s not always so lucky, and now that we’ve recovered from being grossed out by the results, we’re glad that [Colin] posted this “fail” video.

Basically, he’s firing up one of his jet engines, and there’s a big fireball. He wasn’t wearing any protective clothing. This is hardly a spoiler — please don’t watch the video below if you’re grossed out by people visiting the doctor’s office to get their horrible second degree burns all up and down their forearm treated. You’ve probably learned the lesson already just by looking at the preview image.

Naturally, we’ve covered [Colin]’s videos before. He’s either very lucky or a little bit more careful than he lets on. We’ve seen him play with fire and not get burned, and stick a jet engine on a go-kart. We’re not gonna tell you what to do, but if that were us, we’d be wearing at least long sleeves and a helmet.

Continue reading “Colin Furze Gets Burned”

When Are 8 Bits More Than 32?

Whenever we write up a feature on a microcontroller or microcontroller project here on Hackaday, we inevitably get two diametrically opposed opinions in the comments. If the article featured an 8-bit microcontroller, an army of ARMies post that they would do it better, faster, stronger, and using less power on a 32-bit platform. They’re usually right. On the other hand, if the article involved a 32-bit processor or a single-board computer, the 8-bitters come out of the woodwork telling you that they could get the job done with an overclocked ATtiny85 running cycle-counted assembly. And some of you probably can. (We love you all!)

redblue_pillWhen beginners walk into this briar-patch by asking where to get started, it can be a little bewildering. The Arduino recommendation is pretty easy to make, because there’s a tremendous amount of newbie-friendly material available. And Arduino doesn’t necessarily mean AVR, but when it does, that’s not a bad choice due to the relatively flexible current sourcing and sinking of the part. You’re not going to lose your job by recommending Arduino, and it’s pretty hard to get the smoke out of one.

But these days when someone new to microcontrollers asks what path they should take, I’ve started to answer back with a question: how interested are you in learning about microcontrollers themselves versus learning about making projects that happen to use them? It’s like “blue pill or red pill”: the answer to this question sets a path, and I wouldn’t recommend the same thing to people who answered differently.

For people who just want to get stuff done, a library of easy-to-use firmware and a bunch of examples to crib learn from are paramount. My guess is that people who answer “get stuff done” are the 90%. And for these folks, I wouldn’t hesitate at all to recommend an Arduino variant — because the community support is excellent, and someone has written an add-on library for nearly every gizmo you’d want to attach. This is well-trodden ground, and it’s very often plug-and-play.

Continue reading “When Are 8 Bits More Than 32?”

Ski Buddy Jacket Uses Arduino To Teach Youngsters To Ski

Snow skiing looks easy, right? You just stay standing, and gravity does the work. The reality is that skiing is difficult for beginners to learn. [19mkarpawich] loves to ski, but he was frustrated seeing crying kids on skis along with screaming parents trying to coach them. Inspired by wearable electronics, he took an Arduino, an old jacket, some LEDs, and created Ski Buddy.

Continue reading “Ski Buddy Jacket Uses Arduino To Teach Youngsters To Ski”

Learn Resin Casting Techniques: Duplicating Plastic Parts

Resin casting lets you produce parts that would be otherwise impossible to make without a full CNC and injection molding set-up. It costs about as much as a 3d printer, 300 to 600 US dollars, to get a good set-up going. This is for raw material, resin, dye, pressure chamber, and an optional vacuum degassing set-up. A good resin casting set-up will let you produce parts which are stronger than injection molding, and with phenomenal accuracy, temperature resistance, and strength. I will be covering various techniques from the simple to advanced for using resin casting from a hacker’s perspective.

Continue reading “Learn Resin Casting Techniques: Duplicating Plastic Parts”