How A Professional Resin Caster Duplicates Parts

[Gregg Eshelman] reproduces plastic parts for antique car restorations for a living; likewise, he’s very good at it. Greg always chimes in with helpful hints whenever we post about resin casting. Shown above is a lens for a car turn signal. Manufactured in 1941, having [Gregg] cast a few copies is an easy option for replacing the rare part.

[Gregg] uses a similar method to us, but it is easy to see that he has done it more and his process has been refined by lots of experience. We really liked how he avoids using expensive foam core by wrapping cardboard in packing tape, or using the kind that has a plastic coating on it; the kind most retail packaging is made out of. He also has better techniques for keying the part to be manufactured, and prepping difficult geometry between different mold halves. It also never would have occurred to us to use Dremel cutting disks to cut the sprues and air vents in the silicone, a surprisingly tricky material to cut precisely with a knife.

It’s always nice when a professional takes time to write about their processes for the hobbyist trying to emulate it. We hope [Gregg] writes more tutorials, and continues to contribute in the comment section. If you have your own fabrication techniques to share we’d love to hear about it on the tips line.

Robot Does The Worm To Get Around

Walking, jumping, rolling, flying, swimming – robotic locomotion is limited only by the imagination of the inventor. [Roger Rabbit] apparently has a pretty vivid imagination, because he’s building robots that move like worms.

2823251454881775155inchworm-robot-thumbnailVersion 1 of [Roger]’s robot is only semi-vermiform and is more of tube climber. It has a pair of 3D-printed pantographs that expand and contract with servos and move along the robot’s axis on a stepper-driven lead screw. An Arduino reads sensors and coordinates the expansion of the pantographs to grip the internal diameter of a pipe and push the worm-bot along. It’s a slow but effective way to get around in the limited confines of a pipe.

The next iteration, dubbed [Wolly],  is much more worm-like and not restricted to pipe-running. It has four expandable triangular frames connected to each other with rack-and-pinion backbones. The first frame contracts, the racks push it forward, it expands, the next contracts, and soon it’s doing the worm across the floor. Still slow, but pretty neat to watch, and you can see how it can be steered. It might even be able to roll around its long axis, and it’d make a decent tube climber as well.

This creepy autonomous worm-bot seems very similar to [Wolly], but aside from that we haven’t covered too many robots like these. There’s a lot of thought and effort in these worm-bots, and we’re keen to see where [Roger] takes this unique robot body plan.

Continue reading “Robot Does The Worm To Get Around”

Pi-Powered Robot Plays Puzzle & Dragons

Have you heard of the iPhone game Puzzle & Dragons? We understand it’s big in Japan. The puzzle part is all about rearranging colored orbs and grouping them together so they disappear and give you points. It’s also part RPG—each color is linked to a little guy, and every combo makes the matching-colored guy a little stronger. Then you fight monsters and take loot.

A YouTube user named [Junya Sakamoto] built a robot to play the game for him. It analyzes the board to come up with the best possible series of moves and then executes them using a Raspberry Pi. You can see what the robot is planning on the screen of a connected laptop. A couple of motors controlled with a Gertbot move a stylus up and down the screen and the phone itself back and forth.

There are two videos after the break. The first one is a combination build and demo video that proves this robot can do a lot more than just while away the hours playing Puzzle & Dragons. The second video demonstrates just how awesome it is at playing Puzzle & Dragons.

We like game-playing robots quite a bit around here. Here’s a Legoduino robot that plays Jurassic Park Builder. This other robot was built to test apps, but it plays Angry Birds in its spare time.

Continue reading “Pi-Powered Robot Plays Puzzle & Dragons”

Dumping U8Plus Smartwatch ROM Via Vibration Motor

[Lee] continues with his exploration of the U8Plus (a cheap smartwatch). He hasn’t got it all cracked, yet, but he did manage to get a dump of the device’s ROM using an unusual method. At first, [Lee] thought that the JTAG interface (or, at least, the pins presumed to be the JTAG interface) would be a good way to explore the device. However, none of the people experimenting with the device have managed to get it to work.

Instead, [Lee] went through the serial bootloader and dumped the flash memory. He found out, though, that the bootloader refused to read the ROM area. It would, however, load and run a program. Unfortunately, no one has found how to access the UART device directly, but they have found how to drive the vibration motor.

[Lee] took off the vibration motor and used it as an output port for a simple program to dump the ROM. An Arduino picked up the data at a low baud rate and produced an output file. This should allow more understanding of how to drive the watch hardware.

We covered the initial teardown of this watch earlier this year. Of course, if you don’t want to reverse engineer a smartwatch, you could always build your own.

Take Your 3D Printing To The Next Dimension

In what is being hailed as the next great advancement in 3D printing, scientists have been able to get a 3D printed shape to change form when it is exposed to water, bringing 3D printing squarely into the realm of the fourth dimension. Although the only examples we’ve seen so far are with relatively flat prints (which arguably subtracts one “D” from the claim) the new procedure is one which is groundbreaking for the technology.

The process uses cellulose fibers which, when aligned in a particular way and exposed to water, swell in order to change shape. This is similar to how a bimetallic strip in a thermostat works, but they really took their inspiration from biological processes in plants that allow them to change shape according to environmental conditions. It’s hard to tell if this new method of printing will forever alter the landscape of 3D printing but, for now, it’s an interesting endeavor that will be worth watching. The video after the break shows a fast-motion print using the technique, followed by a demo of the print submersed in water.

We often see new technological advancements that use biology as a springboard for new ideas, and this one is no different. There have been building structures inspired by pinecones and this Processing hack inspired by squid. Biology is all around us, and any of it could be used for inspiration for your next project!

Continue reading “Take Your 3D Printing To The Next Dimension”

We’re Hiring

Hackaday has been expanding into all kinds of new areas. We find ourselves stretched a bit thin and it’s time to ask for help. Want to lend a hand while making some extra dough to plow back into your projects? These are work-from-home (or wherever you like) positions and we’re looking for awesome, motivated people to help guide Hackaday forward!

Contributors are hired as private contractors and paid for each post. You should have the technical expertise to understand the projects you write about, and a passion for the wide range of topics we feature. If you’re interested, please email our jobs line, and include:

  • Details about your background (education, employment, etc.) that make you a valuable addition to the team
  • Links to your blog/project posts/etc. which have been published on the Internet
  • One example post written in the voice of Hackaday. Include a banner image, at least 150 words, the link to the project, and any in-links to related and relevant Hackaday features

What are you waiting for? Ladies and Gentlemen, start your applications!

Calculator Built In Super Mario Level. Mamma Mia!

Most people use the Super Mario Maker to, well, create Super Mario game levels. [Robin T] decided to try something a little different: building a working calculator. Several hundred hours later, he created the Cluttered Chaos Calculator, which definitely lives up to the name. What this Super Mario level contains is a 3-bit digital computer which can add two numbers between 0 and 7, all built from the various parts that the game offers. To use it, the player enters two numbers by jumping up in a grid, then they sit back and enjoy the ride as Mario is carried through the process, until it finally spits out the answer in a segment display.

It’s not going to be winning any supercomputer prizes, as it takes about two minutes to add the two digits. But it is still an incredibly impressive build, and shows what a dedicated hacker can do with a few simple tools and a spiny shell or two.

Continue reading “Calculator Built In Super Mario Level. Mamma Mia!”