Incredibly Fast 3D Printing With The Ultimaker

ultimaker_3d_printer

There’s a new 3d printer on the block, and hot damn is it fast!

Hailing from the Netherlands, the Ultimaker 3D Printer has finally hit US shores, and aims to give the MakerBot a run for its money. The Ultimaker was designed by Utrecht Fab Lab manager [Siert Wijnia] along with two frequent lab patrons, [Erik DeBruijn and Martijn Elserman]. The trio were big fans of the MakerBot, but they wanted to make a better 3D printer.

And make a better printer, they did.

The Ultimaker can print using Either ABS or PLA plastic just like the MakerBot, but it is several magnitudes faster than its predecessor. While the MakerBot utilizes a moving build platform, the Ultimaker has a print head that can move along three axes. The moving print head, along with offset motors which are mounted on the printer’s frame allow the Ultimaker to build taller object than the MakerBot, at higher speeds.

That’s not to say that the MakerBot is bad in any way – rather, the presence of a new kid on the block shows how the evolution and progression of open source design benefits us all.

Keep reading to see a video of the Ultimaker in action, you won’t regret it!

Continue reading “Incredibly Fast 3D Printing With The Ultimaker”

Virtual Segway Tours Using The Wii Balance Board

Take a tour of anywhere on earth without leaving your home. This virtual Segway tour uses the Wii Fit Balance Board and Google Earth to let the rider control a virtual tour by leaning in the direction they want to travel. It’s the product of a hackathon at SVI Hackspace, a new hackerspace in Stanford’s Huang Engineering Center.

The project was undertaken by four people who had just met for the first time that night. Seven hours later, they had a working system that combines a huge number of software packages; OS X, Osculator, Node.js, Socket.io, the Google Earth API, Monster Milk Truck, and Google 3D Warehouse. Most of those packages are used to get the board talking to the computer and then interpreting the data. Monster Milk Truck – which we had never heard of – is a plugin that lets you drive through Google Earth environments using button presses and arrows (which are simulated by the balance board data translations).

This is a nice complement to some of the other balance board hacks we’ve seen, like the one used to control World of Warcraft. Don’t forget to peek at the video after the break.

Continue reading “Virtual Segway Tours Using The Wii Balance Board”

Tiny External System Monitor Makes It Easy To Keep Tabs On Your PC

tiny_pc_resource_monitor

Instructables user [Jan] likes to keep close tabs on his computer’s memory usage, but wanted something more interesting to look at than the standard resource manager. He preferred to have an external display available that would show his computer’s status with a quick glance, and thus this system monitor was born.

His status panel contains a trio of constantly updated LED bars that show his computer’s CPU usage, available physical memory, and virtual memory consumption. With a small footprint being a priority, [Jan] kept the indicator’s size down by using SMD components and by including an on-board UART to USB converter to go along with his ATTiny microcontroller.

He uses a Python script to gather usage information from his computer, feeding it to his display over USB. The system works pretty well as you can see in the video below, though the virtual memory indicator doesn’t seem to get a ton of action – perhaps it could be used to indicate hard drive activity instead.

If you are looking to build something similar, [Jan] has made all of his code and schematics available for anyone’s use.

Continue reading “Tiny External System Monitor Makes It Easy To Keep Tabs On Your PC”

Bluetooth Morse Code Keyboard For The Disabled

The team a Zunkworks wanted to build a device for people who can’t normally use a keyboard and mouse. The Bluetooth Morse code keyboard is what they came up with. This build gives the user full control over the keyboard and mouse using a single button or a sip & puff interface.

Continue reading “Bluetooth Morse Code Keyboard For The Disabled”

Robots Listen Only To The Leader When Building A Roving Quadcopter Landing Pad

Swarm robotics is really starting to produce some interesting results. This image is from the video embedded after the break that show a group of five robots creating a landing platform for a quadrotor helicopter. The four that actually make up the platform are not in contact with each other, but instead following commands from the leader. We’re impressed by the helicopter’s ability to target and land on the moving platform. Takeoff appears to be another issue, as the platform bots stop moving until the quadcopter is airborne again.

These robots are part of a Graduate project at Georgia Tech. [Ted Macdonald] has been working along with others to implement an organizational algorithm that guides the swarm. The method requires that the robots have an overview of the location of all others in the swarm. This is done with high-speed cameras like we’ve seen in other robotic control projects. But that doesn’t discourage us. If you already have a flying robot as part of the swarm, you might as well add a few more to serve as the eyes in the sky.

Continue reading “Robots Listen Only To The Leader When Building A Roving Quadcopter Landing Pad”

Want To Play Pong On Your Oscilloscope?

I always have! I don’t know why, but I like the idea of using an oscilloscope screen as a general use video display. Why not? In my case it sits on my desk full time, has a large screen area, can do multiple modes of display, and is very easy control.
Making an oscilloscope screen do your bidding is an old trick. There are numerous examples out there. Its not a finished project yet, so be nice. It is actually rather crude, using a couple parts I had on hand just on a whim. The code is a nice mixture of ArduincoreGCCish (I am sorry, still learning), and includes the following demos:

  1. Simple low resolution dot drawing
  2. A font example
  3. A very quickly and badly written demo of pong

The software runs on an Attiny84 micro controller clocked at 16Mhz, paired up with a Microchip MCP42100 dual 100k 8 bit digital potentiometer though the Attiny’s USI (Universal Serial Interface) pins. This is a fast, stable and accurate arrangement, but it requires sending 16 bits every time you want to change the value of one of the potentiometers so its also very piggy. I was just out to have some fun and did not have a proper 8 bit DAC. This was the closest thing outside of building one.
Join us after the break for pictures a (very) brief video and more.

Continue reading “Want To Play Pong On Your Oscilloscope?”

Who Knew Thinkpad Batteries Require A Jump Start?

Lithium battery packs reaching the end of their life usually have a lot of kick left in them. That’s because they’re made up of multiple cells and it only takes the failure of one to bork the entire battery. One of the most interesting examples we’ve heard of this is in the Toyota Prius, but that’s a story for another time. In this case, [Mika] wanted to resurrect the battery from his IBM Thinkpad T40. He identified the offending cell and replaced it, but couldn’t get any juice out of the battery after the repair.

He was measuring 0V on the output, but could measure the cells instead of the control circuitry and was getting over 11V. Clearly, the control circuit wasn’t allowing an output. We completely understand the concept here (think about that really bad press about exploding laptop batteries). It seems there’s a lockout mechanism when the control circuit loses power. [Mika] managed to get past this by shorting voltage into the control circuit, a method he likes in the video after the break to jump starting a car.

We’ve seen similar cell replacement for power tools, like a Dremel or a Makita drill.

Continue reading “Who Knew Thinkpad Batteries Require A Jump Start?”