Arcades: Don’t Call It A Comeback

nothing2Video arcades may be a thing of the past, but they’re still alive, well and were ready to play at this year’s World Maker Faire. The offerings weren’t old favorites, all were brand new games many being shown for the first time like the long-awaited VEC9. The Hall of Science building was filled with cabinets and no quarters were necessary, all were free-play.

Death By Audio Arcade was there in force with games like Particle Mace and Powerboat Italia ’88. Our personal favorite was Nothing Good Can Come of This. [Michael P. Consoli] devised a simple game: Two players in an empty room. A bullet drops from a hole in the ceiling, followed by a gun shortly thereafter. What happens next is up to the players. The simple graphics and gameplay give this title its charm. [Michael] was showing off a new stand-up cabinet for the game this year. He built the entire thing himself, working until the wee hours before load-in at Maker Faire.

[Batsly Adams], [Todd Bailey], and [Mike Dooley] teamed up to create what may be the first new vector arcade in decades. VEC9 has been teased for over 2 years. They’ve finally wrapped this game up and showed it off at the faire. VEC9 started with an old
Asteroids vector monitor found by [Batsly].

Continue reading “Arcades: Don’t Call It A Comeback”

This PCB Business Card Is Logically Different

Having seen a number of PCB business cards [Will] decided to go against the more popular choice of a micro-controller based design and show some character with a logic based finite state machine. [Will] uses a single 7-segment display to scroll through the letters of his name with a state machine that outputs the desired combination of 1’s and 0’s to the LED display each time the tactile button is pushed.

[Will] uses a 4-bit counter made up of D Flip-Flops for the clock signal as a conditional input to 6 of the 4-input AND gates. He doesn’t go into the painful details of displaying each character through the process (thankfully) but he does mention that he uses the Quine-McCluskey technique for reduction instead of Boolean algebra. Since his name is 11 characters long and the 4-bit binary counter goes from 0000 to 1111 leaving 5 more pushes of the button before rolling the count back to 0000, during which time the display is left blank. [Will] kindly includes the eagle and Gerber files for your downloading pleasure over at his blog if you’re interested in getting a little deeper into the design.

Continue reading “This PCB Business Card Is Logically Different”

Teeny Tiny Very Small – Atomic Resolution And The Home Hobbyist

Atoms are small. Really small. You just won’t believe how minusculely microscopically mindbogglingly small they are. I mean you may think it’s a short way down the road to the chemist’s, but that’s just peanuts to atoms.

Atoms really are small. The atomic radius of a carbon atom is on the order of 0.1 nanometers, that’s 0.0000001 millimeters. It’s hard to grasp how fantastically small this is compared to objects we generally encounter, but as a starting point I’d recommend looking at the “Powers of Ten” video found below whose ability to convey the concept has been unrivaled since it was published in 1977.

The term nanometer might be most familiar from the semiconductor industry, and its seemingly unstoppable march to smaller feature sizes. Feature sizes currently hover somewhere around the 10 nanometer mark. So while these multi-billion dollar facilities can achieve 10nm precision it’s somewhat surprising that sub-nanometer feature size positioning, and fabrication techniques are available at relatively low cost to the hacker hobbyist.

In this article we’re going to review some of the amazing work demonstrated by hobbyists in the area of the very very small through use of cutting edge, but low cost techniques.

Continue reading “Teeny Tiny Very Small – Atomic Resolution And The Home Hobbyist”

KIM-1 Clock

Over on hackaday.io, [Arduino Enigma] posted the code for his clock that runs on a KIM Uno (the KIM-1 clone we mentioned late last year). Although the KIM Uno has a few demos preloaded (including Microchess and a scientific calculator), all of them take some interaction. The clock makes the KIM Uno a more dynamic desk display since it does something useful without any user interaction (once you set the clock, of course).

The project shows the code stored in ROM, but you can’t directly enter the program into ROM (which is really EEPROM on the host Arduino). The trick is to enter the address (that is press AD and then 0, 4, 0, 0) and then mash down the reset button for about a second. Then you can press DA and enter the hex codes provided (pressing + after each byte). Since the code is in nonvolatile storage, you can start it at any time by setting the time in RAM and executing the code at address 400.

Continue reading “KIM-1 Clock”

Roundup: Retro Computers In Your Browser

There are two things that keep me from expanding my collecting old computers: the cost and the space required to house them. I do have my old original TRS-80, and an old serial terminal (see the video below). However, I got rid of my Data General hardware and I lost my old 1802 COSMAC Elf in some flooding. There have been a few replica retro computers of various degrees of fidelity and they are usually cheaper and smaller than the originals. I have a replica Altair, a replica Elf, and a replica KIM-1.

However, it is hard to justify the expense and the cost of either the real things or the replicas. It is even worse with the really large machines, some of which require special power or cooling and are hard to keep running. Another option, of course, is software simulation. Options like SIMH and Hercules work well, but they aren’t always graphical and it is a lot of work to set up a machine just to play with for a few hours or to show a student how it was done in the good old days.

Continue reading “Roundup: Retro Computers In Your Browser”

Hackaday’s Omaha Mini Maker Faire Roundup

The 2nd annual Omaha Mini Maker Faire wasn’t our first rodeo, but it was nonetheless a bit surprising . Before we even made it inside to pay our admission to the Omaha Children’s Museum, I took the opportunity to pet a Transylvanian Naked Neck chicken at one of the outdoor booths. The amiable fowl lives at City Sprouts, an Omaha community farming collective in its 20th year of operation. There seemed to be a theme of bootstrappy sustainability among the makers this year, and that’s great to see.

Just a few feet away sat a mustard-colored 1975 Chevy pickup with a food garden growing in its bed. This is Omaha’s truck farm, an initiative that seeks to educate the city’s kids in the ways of eating locally and growing food at home.  On a carnivorous note, [Chad] from Cure Cooking showed my companion and me the correct way to dry-cure meats using time-honored methods.

Continue reading “Hackaday’s Omaha Mini Maker Faire Roundup”

The Ubiquitous Atari Punk Console

The Atari Punk Console (APC) is a dual 555 (or single 556) based synth. Designed by the famous (and somewhat infamous) Forrest Mims in 1980 and originally simply named “Sound Synthesizer”, the circuit gained it’s more recent popularity when re-dubbed the “Atari Punk Console” by Kaustic Machines. The circuit however doesn’t bear much relation to the Atari 2600 which didn’t contain a 555 timer chip. However we assume the 2600 produced a similarly glitchy square wave audio output.

a2The circuits operation is easy to grasp and uses only 9 components. This ease of design and construction has allowed builders to focus more on the aesthetics of its construction, hacking it into interesting, and often unlikely enclosures and systems. One such hack is the “Atari Punk Bucket” (shown here) where the APC along with a simple amp was hacked into an old rusted bucket. The APC was built up on strip-board along with a simple amp and reclaimed speakers. [Farmer glitch] has used this as a prop in live sets and it both looks and sounds awesome. Continue reading “The Ubiquitous Atari Punk Console”