3D Printing Minecraft Worlds

If you’ve ever wanted to build an awesome tabletop game or model train layout scenery, you probably couldn’t do better than printing Minecraft worlds on a RepRap. This guide comes courtesy of [Nudel] who figured out how to use Mineways with his RepRap. While [Nudel]’s landscape print doesn’t have the full color of something from Shapeways, he only spent $3 in materials. Not bad if you’d like to print out your server’s world.

We have to give a shout out to [erich666] for his amazing work on Mineways. He bills his work as a bridge between Minecraft and a 3D printer or Blender. You can check out [erich]’s demo of Mineways after the break.

Of course the state of printing voxels wouldn’t be where it is today without the work of two guys at the MIT Media Lab and their work on Minecraft.Print(). If you manage to print out your base/castle/village, add it to the Mineways Flickr group.

Continue reading “3D Printing Minecraft Worlds”

GSM Remote Control With The TiDiGino

tidigino-gsm-remote

If you’re looking to remotely control things around the house, but can’t do it over the Internet or via WiFi, the TiDiGino just might have what you’re looking for. [Boris Landoni] from Open Electronics sent some information on the TiDiGino our way, and it certainly looks like a useful device if you’re in need of a solid GSM remote control module.

At the heart of the TiDiGino lies an ATmega2560, which is normally used in the Arduino Mega, so there’s plenty of processing power to go around. While the form factor differs just a wee bit from what you would expect from an Arduino, the TiDiGino sports all the proper connectivity to support any standard Arduino shield along with the requisite libraries required for use.

Through a contest/community effort, the TiDiGino supports remote alarm, gate control, remote thermostat control, and DTMF remote control functionality right out of the box. We imagine that our readers can dream up a litany of other uses as well, since GSM remote control tends to be pretty popular around here.

Be sure to check out the Open Electronics site if you’re interested in learning more about the TiDiGino – you’ll find a complete BoM along with code and schematics, making it easy to build your own.

A Little Simon Clone Named [Nomis]

[Chris] has been hard at work building his own version of Simon called [Nomis]. Although [HAD] has featured an ATiny Simon clone before, the article does an excellent job explaining how the system works.

The ATTiny85 is used to control this game, which, for now is laid out on a simple breadboard. A PCB version of this game has been ordered from [Seeed], so be sure to check back to see the results of this forthcoming upgrade. It’s really cool that this kind of small scale manufacturing is available to the masses.

A parts list is provided as well as a code overview and schematic. To see it in action, check out the video after the break. There’s an explanation at the beginning, but skip to 1:55 if you’d rather just see the machine in action. The game can reportedly run until a 100 “move” limit is reached. This was arbitrary, but it should be enough for most people! Continue reading “A Little Simon Clone Named [Nomis]”

OK, You Might Not Be Paranoid – Perhaps That Priority Mail Box IS Spying On You

rc-box-bot

[Thomas Renck] recently picked up a 1000mW wireless video transmitter that he ultimately planned to mount in an RC plane. Before he strapped it on a plane to potentially kiss it goodbye for good, he wanted to play with it a while to see what it was capable of.

After a friend helped him determine the camera’s maximum range (about 1900 feet on open ground), he thought it would be fun to strap it on his nitro R/C truck. That didn’t work out so well due to some vibration issues, so he constructed a makeshift R/C car from the shipping box the camera arrived in, along with some other odds and ends.

As you can see in the video below, the propeller-driven “Boxmobile” zips along quite nicely. The video feed from the camera is pretty impressive too, allowing him to easily guide the car while it’s well out of sight.

At nearly $350, the self-proclaimed “ghetto-bot” is certainly not cheap, though we hear body repairs are a piece of cake!

Continue reading “OK, You Might Not Be Paranoid – Perhaps That Priority Mail Box IS Spying On You”

Followup: Reproducing Impossible Circuits

Last month we caught wind of an impressive display of troll physics. [Fredzislaw100] out of Poland posted a video of a circuit that should not exist. As expected, the comments in our coverage blew up with 200 posts. About half the commenters called a little Adobe After Effects trickery, while the other half offered up an electrical explanation. We’re happy to report that [Alan] successfully reproduced the impossible circuit and earned an incredible amount of electronic wizard points in the process.

[Alan]’s solution uses low-frequency AC with the first two LEDs. The first LED points forwards and the second diode is reversed. Easy enough. For the third LED, [Alan] used high frequency AC with an inductor wired in parallel with the LED and the third switch. For those of you keeping track, that means [Fredzislaw100] put an SMD diode in two LEDs and two switches and an inductor in one LED and one switch.

[Alan]’s build is just a proof of concept – It’s still on a breadboard and doesn’t have the incredible level of polish that [Fredzislaw100]’s has. That being said, [Alan]’s build is most likely very similar given the small glitch at 2:05 in the original video.

Check out [Alan]’s build video below, and for an added treat check out his 2011 Advent Calendar of Circuits.

Continue reading “Followup: Reproducing Impossible Circuits”

Giving The Hexbug Spider Freedom To Explore On Its Own

hexbug-hack

[Eric Gregori] recently spent some time messing around with a Hexbug Spider, and wrote in to share some modifications he made to the toy. In its unaltered form the robot can be controlled remotely, and while it’s fun to play with, the excitement is short lived. Using a TI MSP430 along with a small motor controller kit he put together, he gave the Hexbug a bit more personality.

The kit is really just a simple board used for mounting the MSP430 and FAN8200 motor driver, along with an IR emitter/sensor pair. It would be easy enough to put something similar together yourself, though if you are looking for a protoboard/deadbug/PCB etching-free solution, his Spider Hack kit is a quick and easy solution.

[Eric’s] walkthrough shows how to disassemble the Hexbug, and details which components need alterations before the controller board can be properly mounted. A few soldered wires later, the toy is ready to be reprogrammed, a process [Eric] carries out using the Launchpad board from which he lifted the MSP430.

As you can see in the videos below, calling the robot autonomous might be a bit of a stretch (I don’t see it walking to the kitchen to make me a sandwich), but it can navigate and avoid objects with ease.

Continue reading “Giving The Hexbug Spider Freedom To Explore On Its Own”

Self Balancing Robot With Wii Parts

[Moser] is looking to build a quadrocopter sometime in the future, without plunking down a good chunk of change for a kit model. Looking for a good place to start he figured why not work on the control system. Thinking that the balance of the flying platform of doom would be similar to working out a self balancing robot he spent a couple days and made his self balancing robot.

Armed with a plan, and a logic analyzer, he went out and got a  Wii Motion Plus, which is an inexpensive three axis gyroscope, and a nunchuck which features an accelerometer which both can be found in just about any strip mall. After fiddling for a day getting the Wii nunchuck and motion plus to play nice all it took was a little more time to code up the self balancing routines.

And while its not perfect, all its going to take is a little tweaking and maybe some faster servo motors to get things up to top notch.

Join us after the break for a couple quick videos.

Continue reading “Self Balancing Robot With Wii Parts”