Hackaday Links: Leap Day, 2012

The Earth orbits the Sun every 365.256 days. Because this number isn’t a whole number, an extra day is tacked onto February every four years, unless the year is evenly divisible by 100, except in cases where the year is divisible by 400, or something like that. To commemorate this calendar hack, here’s some stuff that has rolled in over the last week or so.

Marble sequencer

[Brian] sent in this marble-based sequencer that sounds like someone is running MIDI into an Atari 2600. There are photoresistors in there somewhere, and it really reminds us of those thingamagoop robots.

YouTube CLI

[Mike] uses YouTube as his music library. While this is a perfectly acceptable way to listen to music, the user interface is terrible. To solve this problem, [Mike] is downloading videos from the command line, automagically converting them to MP3, and playing them over speakers. It works well with SSH, so we’ll call this a win.

Key card lock

[valenitn] just joined the MIT Media Lab, but something was terribly wrong with his keys – an ID card was required to get into the building, but a key was necessary to get into his office. He doesn’t need the key anymore, at least since he modded his office door. Check out the video.

Pop Tart Cat is everywhere

[skywodd] saw our writeup on the Maximite Basic computer and figured he could send in a project he’s been working on. He programmed his Maximite to sing the nyan cat song and then created a BASIC music player. Nice job, [skywodd].

Not sure if brilliant or insane

[Vikash] ran across a forum post where a user named [I Shooter] describes his setup to dual-boot Windows and Linux: [I Shooter] connected data cables to a pair of SATA hard drives, one loaded up with Windows, the other with Linux. The power cables are switched using relays so only one drive is powered at a time. [I Shooter] gets a ton of points for creativity, but there’s a reason this brute force hardware dual-boot setup isn’t more common. We wish there were pictures of this one.

Projector Calibration On Uneven Surfaces Made Easy

projector-calibrator

If you are thinking of building your own flight/racing sim setup at home, you might want to check this out. [Alex] from the Garoa Hackerspace in Säo Paulo, Brazil put together a slick setup that makes projector image calibration a breeze.

When building a wraparound screen for such a simulator, you are likely to run into problems with both overlapping images and distortion from the curved projection. There are projectors that can easily adjust themselves to work in this sort of setup, but they are often very expensive, so [Alex] thought he would build a solution himself.

After studying a paper written by [Johnny Chung Lee] in 2004, he built a prototype display calibrator last year that used similar, though slightly tweaked methods to get the job done. This time around, [Alex] has improved his calibrator, making the process more precise and a bit quicker.

Light sensors and an Arduino are attached to the back of the projection medium, and a large broad scan of the screen is performed by the projector. His code then triggers an additional sweep of each corner to better estimate the exact edges of his projection surface. Since the video is tweaked in software rather than relying on the projector hardware to handle the task, the result is cheap and very accurate.

Don’t take our word for it though, check out [Alex’s] video demonstration below to see his calibrator in action.

Continue reading “Projector Calibration On Uneven Surfaces Made Easy”

Raspberry Pi Launched

The Raspberry Pi has been launched. When we first heard of this board nearly a year ago, the idea of a $25 computer that displays 1080p video, runs Linux, and has enough ports to the outside world to do some  very interesting stuff, we were cautiously optimistic. Now that the guys behind the Raspberry Pi are getting units out to the masses, we’re a little excited and also thinking about all the cool stuff we’re going to build.

The Raspberry Pi foundation is going with a licensed manufacturing setup with RS Components and Premier Farnell signing up to manufacture and distribute the boards. Right now it’s a strictly one-per-customer situation, but within a month or so you’ll be able to order as many as you would like.

Right now the foundation is focusing on the slightly more expensive ‘B’ model Raspberry Pi that includes Ethernet and USB over the $25 base unit. The ‘A’ model was originally slated to come with 128 MB of RAM, but due to some clever cost saving strategies, the team increased the base RAM to  256 MB.

Right now the only question we have is if an American distributor has signed on to sell this board; we’re sure something awesome will be built with this awesome little board. Commentors pointed out that Newark was selling Raspis for the US market, but they’re out of stock. The best advice may be to wait a few months for production to catch up to demand.

Another Take On Using ‘dead’ Batteries

Here’s another circuit that can be used to squeeze the remaining potential from supposedly dead batteries. Just like the AASaver, we see this as a useful prototyping tool, providing juice for a breadboard even though it’s not reliable enough for long-term use (the batteries are just about through after all).

First off, the image above shows rechargeables instead of alkalines. We don’t recommend this as the circuit has no cutoff feature and the 0.7V input for the boost converter surely is below the recommended low-voltage limit for those cells. But that aside, we like the diminutive board which solders onto the end of a battery pack. It uses an SC120SKTRT which is a variable boost regulator capable of outputting 1.8-5V depending on resistor choices. You can leave the resistors off and it will default to 3.3V, set the output explicitly, or roll in some potentiometers and use your multimeter to tune the output.

This regulator costs more than the MCP1640 used in the AASaver, but it appears to use less passive components making for a smaller footprint. At a total of $3.50 plus the PCB (which will be a snap to etch at home) this is another great option to top off your next parts order.

[Thanks Uwe]

New Extruder 3D Prints Tasty Treats Using Chocolate

If you’ve never felt at home with a piping bag in your hands this chocolate extruder will come to your rescue. It can replace the plastic extruder head on your 3D printer (RepRap, Makerbot, most 3-axis CNC machines, etc.), letting you turn your digital creations into decadent reality.

The head uses a progressive cavity pump to feed the chocolate from a reservoir through the printing nozzle. It’s important to keep the chocolate warm or it will set up so when [Tomi Salo] designed the print head he included a heat shroud through which warm air can be circulated. He uses a shoe dryer to source the hot hair which is patched into the heat shroud with a length of tubing.

This extruder can be 3D printed but be careful what material you use. [Tomi] mentions that PLA is ‘sort of food-safe’ but ABS is not. We wonder if the design could be altered for milling out of aluminum or stainless? At any rate, if you’re going to give it a try you might find [Tomi’s] advice on working with chocolate useful.

[via @clothbot]

Python PIC Useful When Attached To A Computer

[Richard] sent in a link to the Python controlled microcontroller he’s been working on. Unlike the previous portable Python boards we’ve seen, [Richard] thinks his pyMCU isn’t best used autonomously. This board is meant to be used only when connected to a computer and to serve as a bridge between the digital world of computers and our analog world.

We’ve seen boards running lightweight Python interpreters, but we’re fairly intrigued by the idea of this board only being useful when plugged into a computer. The on-board PIC 16F chip has enough digital, analog and PWM pins to just about any task imaginable, and there’s also a 16-pin LCD display header if you’d like some output with your microcontrollers.

[Richard] says he’s been working with PICs for longer than the Arduino is around, but depending on the level of interest he’ll consider developing an Arduino version of the pyMCU. All we know is that the pyMCU would be awesome to teach electronics and programming to the younglings, and we could certainly find a few more uses for the board when they’re done with it.

Human-shaped Planes Troll NYC

 

It looks like a genetic leap has unleashed the age of mutants, but this is really just a few guys trolling New York City with some custom RC aircrafts. The video after the break shows the fliers up close. They’re pretty much full size, we’d guess 5’10” from head to heel. The outstretched arms and body act as wings, while the legs act as ailerons and rudders. But from afar (or even a medium distance) it’s quite difficult to make out the flat surfaces… they look like office workers loosed from their cubicles. Unfortunately we don’t have more than a flight demo to share with you. If you know where to find build info (or any extra details at all actually) don’t forget to send in a tip We wonder if these are the same guy who made the flying hero we posted back in July?

There’s another nugget of delight right at the beginning of the video. A sweet octocopter which looks much like this one was used to capture the aerial footage.

Continue reading “Human-shaped Planes Troll NYC”