Build Your Own Panoramic Pinhole Camera

panoramic_pinhole_cam

While it seems that the digital camera is king, some people still love shooting with good old 35mm film – [Costas Kaounas], a high school teacher and photographer certainly does. He recently published plans for a great-looking 35mm pinhole camera over at DIY photography that we thought you might enjoy.

[Costas] put together a set of simple hand-drawn plans for the camera, that you can easily replicate with a bit of free time. The camera is built mostly from card stock, both in 1mm and 3mm flavors, also incorporating popsicle sticks and an aluminum can. The popsicle sticks are used to create a manual shutter for the camera, while the pop can is used to form the pinhole aperture.

It’s a pretty simple hack as you can see, with nary an electronic part to be found. It will take you a bit of time to construct however, since you’ll need to let the glue dry between certain steps.

Love it or leave it, you’ve got to admit that the panoramic shots it takes are pretty nice!

If we’ve piqued your interest in pinhole cameras, be sure to check out this Lego pinhole camera as well as this beer can pinhole camera.

[via Lifehacker]

[Dino] Celebrates The 131st Anniversary Of The Photophone

photophone_demonstration

[Dino Segovis] wrote in to share yet another installment of his Hack a Week series, though this one is quite timely.

It was 131 years ago today that [Alexander Graham Bell] unveiled the Photophone to the world. A precursor to fiber optic technology, [Bell’s] incredibly important invention can be easily replicated in your garage, as [Dino] shows us.

The original Photophone was constructed using a megaphone and crystalline selenium cells at the focal point of the receiver, however this version can be made with easy to obtain parts. [Dino] rigged his laptop up to a speaker on which he mounted a mirror, before setting it out in the sun. The vibrations of the mirror modulate the sunlight, reflecting it onto a solar cell positioned at the end of a long, black PVC tube. The solar cell’s leads are fed into an amplifier followed by a speaker, which broadcasts the audio.

The demonstration goes off without a hitch, and while some might be underwhelmed by the technolgy, imagine how incredible it would have looked 131 years ago!

Portable SID Plays Chiptunes

[Markus] on the DangerousPrototypes forum came up with a great little SID player.

The SID was (is?) the awesome sound generation chip inside the Commodore 64, and along with Game Boys and NESs laid the foundation for the chiptune scene. We’re happy to finally see a small SID player that doesn’t resort to SID emulation or a relatively huge MIDIbox.

The SID player itself is a shield on a CUI32 PIC dev board. The PIC32 emulates the 6510 and 6526 CPU and CIA chips found in the Commodore 64. A small USB memory stick stores the High Voltage SID Collection and the file system is navigated with an OLED screen. [Markus] says that the player draws 370 mA, so he runs it off a small wall wart. Still, we’re wondering if it’s possible to run this off of an SD card with a SwinSID so power draw can be reduced and a fully portable SID player can be realized.

We’ve got a touch of nostalgia for chiptune and demoscene music right now, so we’re going to listen to some [Nelly Furtado] [Janne Suni] right now, but you can check out the video demo [Markus] posted after the break.
Continue reading “Portable SID Plays Chiptunes”

Quadruped Military Vehicles From Back In The Day

walking_truck

While Boston Dynamics’ Big Dog is pretty impressive, check out this video of the US Army’s first attempt at a quadruped vehicle. Created in the early 1960s with the help of GE, this Army experiment was the first successful attempt of replicating a four-legged animal with a mechanical machine.

This “Walking Truck” was driven by a single operator who moved each of the vehicle’s legs using force-feedback hydraulic levers. Choreographing the machine’s movement was quite complicated, and during testing the Army found that the operator needed a mental break after only 15 minutes of use. As you can see in the video, the vehicle flexes some serious muscle. It kicks a Jeep out of its way with little effort, but it is still able to gently step on a light bulb without breaking it, due to the level of tactile feedback received by the operator.

If it weren’t for government budget cuts, we could be living out [George Lucas’] dream of AT-AT based combat right this minute!

[via Gizmodo]

Minimalistic 555 Adding Machine

How many 555 timers does it take to add up two 10 digit numbers? [Alan’s] 555 Adding Machine does it with 102 of them, he designed the machine as an extreme entry to the 555 contest and the original plan was to make it even more complicated. This machine uses the 555’s to implement a nine decade accumulator and multiplexer, all inputs are managed by an old school dial from a rotary phone which apparently provide nicely timed outputs. Addition and subtraction are achieved using 9s compliment arithmetic which he discusses in the video after the break, for anyone who wants to brush up on 9s compliment or 555 theory.

Alan’s website has some nice pictures (We’re particularly impressed by all that minimalistic soldering) including schematics, and a very nice 33 minute video in which he discusses in detail how the machine works and even offers some history on the Pascaline, which is mechanical calculator that works on similar principles.

Continue reading “Minimalistic 555 Adding Machine”

Adding Persistent Memory And Ethernet To Vintage Arcade Machines

z80_bus_tapper

If you are a frequent reader, you are undoubtedly familiar with hacker [Sprite_tm]. He has been working with fellow members of the TkkrLab hackerspace to get things ready for their official grand opening on May 28th, and wrote in to share a project he recently completed to kick things off.

As part of their preparations, they have been stocking the joint with all sorts of hacker-friendly goodies including plenty of tools and Club Mate, as well as a vintage ‘1943’ arcade cabinet. The game is a group favorite, though every time the power is turned off, it loses all of the hard-earned high scores. [Sprite_tm] knew he could improve on the current paper-based score register, so he pulled the machine open to see what could be done.

He used an AVR to tap into the machine’s Z80 logic board, allowing him to read and write to the entirety of the game’s RAM whenever he pleased. This enabled him to keep tabs on the high scores, restoring them to memory whenever the machine is powered back on. The addition of the AVR also allowed him to add a TCP/IP interface, which is used to send high scores to Twitter whenever someone beats the previous record.

His modular bus tap can be used in all sorts of Z80-based hardware, so if you have some vintage equipment laying around, be sure to swing by his site for a more detailed look at the build process.

Hacked Phone Runs Zork, Gets Lamp

A few months ago, [Ulysses] had a project in mind that would run Zork on a TDD. Although it was a bit of a struggle getting the project ready in time for the Bay Area Maker’s Faire, the accompanying build blog tells us it was more than worth the effort.

After hooking up the guts of the phone to an Arduino Pro, A modem was modified so the acoustically coupled TDD could be interfaced. Although the TDD display is only one line, [Ulysses] is transmitting the text at only 45.5 baud, So even the slowest reader could keep up with the story. For running the actual code, initial attempts at using an Arduino Pro, and then Arduino Mega proved unsuccessful because of the limitations of sram in these AVRs. After discarding the idea of running Zork on an Arduino, the project was finished with a single board FitPC computer mounted inside the phone.

The code of the project runs Zork on a port of the Infocom Z-code Interpreter Program, or ZIP. A lot of interactive text adventures were put out in the Z-code format, so we’re guessing it would be trivial to have this project run Leather Goddesses of Phobos, or the amazing Hitchhiker’s Guide to the Galaxy. It’s a very nice project, and we could easily see ourselves sitting down with this project, a two liter bottle of Shasta, and an all-Rush mix tape on a Saturday night.