The Three Chip Retrocomputer

Where homebrew computers are usually complex bundles of wires and chips, [Mike]’s own single board computer is not. It’s a three-chip computer with only a CPU, RAM, and a microcontroller that is able to emulate the retrocomputers of yore.

Normally, a homebrew computer project requires some amount of ‘glue’ logic – a few NAND, OR, or inverters to combine signals and send them where they’re needed for address decoding. This tiny pocket computer doesn’t need any of that; all the address decoding is done on a 40-pin PIC microcontroller.

With 64kB on the PIC 18F46K22, there’s enough space for all the address decoding logic, space for a pseudo ACIA mapped onto the $DF page, and a ROM image that provides a monitor program and a copy of BASIC. Basically, with the addition of a USB to serial adapter, this is a three chip 6502 single board computer, and with the right ROM monitor can emulate an Apple I, Woz monitor included.

Yes, 6502 projects are a dime a dozen, but [Mike]’s work with the address decoding logic on the microcontroller is top-notch. There are a few remaining chip select lines in his schematic, and with another microcontroller it would be easy to add VGA out, a compact flash adapter, or some other really cool peripherals. Good thing there’s an expansion port on this thing.

A Reel To Reel Clock

And this is how the clock will tell time!

Word clocks – time pieces that spell out the current time with words – are awesome. They’re usually entirely electronic, illuminating LEDs to display the time. Not this one. It’s a mechanical masterpiece that shows the current time in words using motors and 35mm film leader.

The mechanics of this clock are fairly simple: text is transferred onto 35mm film leaders with water slide decals, which are then rolled onto film reels. These film reels are mounted on stepper motors attached to a frame with Meccano. There are four film strips, making this a surprisingly similar a word clock but using motors instead of LEDs.

Because this clock was originally built in 2008, the electronics are a bit… strange through the lens of a post-Arduino skill set. [David] is using a homebrew BASIC Stamp with eight Step Genie ICs and MOSFETs for each motor. Calibration of the clock is handled by an IR detector and a mark on each piece of film leader.

It’s an impressive example of mashing up spare and surplus parts to make something cool, but unfortunately we can’t find a video of this clock in action. If you manage to find one, put a link in the comments and we’ll add it below.

Cheap, Resourceful DIY Mini CNC Router/Mill Contraption

Few Hackaday Readers would disagree with the classic phrase: Necessity is the mother of invention. That statement is certainly no exaggeration when it comes to this mini 3-axis CNC Machine. The builder, [Jonathan], needed a way to prototype circuit boards that he designed. And although he admittedly doesn’t use it as much as he intended, the journey is one of invention and problem solving.

[Jonathan] started from the ground up with his own design. His first machine was a moving gantry style (work piece doesn’t move) and ended up not performing to his expectations. The main problem was alignment of the axis rails. Not becoming discouraged, [Jonathan] started on version 2. This time around the work piece would move in the X and Y directions like a conventional vertical milling machine. The Porter-Cable laminate trimmer would move up and down for the Z axis. It is clear that the frame is built specifically for this project. Although not the prettiest, the frame is completely functional and satisfactorily stiff for what it needs to do.

Continue reading “Cheap, Resourceful DIY Mini CNC Router/Mill Contraption”

Self-Balancing Uni-board?

Capture

There are skateboards, long boards, and snowboards. This was originally a snowboard, but we’re not quite sure how to classify it now… Introducing the Segbot Snowboard.

[Steve Ghertner] has been playing around with accelerometers lately and decided to try making something practical. He’s taken a snowboard and turned it into a two-wheeled, segway-like balancing board. The two parallel wheels are powered individually by 12V scooter motors. An Arduino Uno takes care of processing the data from a MPU-6050, which is a triple axis gyro and accelerometer.

You can control the board by leaning, or  by using a small two-button remote. He hasn’t taken it very far out of the lab yet, but plans to after cleaning up the programming a bit.

Stick around for the following video where he explains it at his local hackerspace in Nashville, the Middle TN Robotic Arts Society where members strive to “Control Them (robots) Before They Control You!”

Continue reading “Self-Balancing Uni-board?”

The Mac9000 — A Photo Frame With Style (Maybe?)

Digital photo frames — as tacky as they may be — are a handy way to show off photos, especially considering how few photos get printed these days! [Rene] decided he could really use one at work, but he wanted it to look cool as well. Feeling a bit nostalgic with the 30th anniversary of the Macintosh Classic II, he decided to gut one and turn it into this awesome linux based “Mac9000”!

He started by picking up the Mac off eBay and cleaning it up a bit. It had definitely belonged to a school considering how worn it was. A bunch of sandpaper, bleach wipes, and elbow grease later, and it almost looks like new again! The next step was gutting the insides to make room for the new hardware. This is a bit tricky because you are dealing with high-voltage equipment! Make sure to discharge it safely before sticking your hands in!

Once the unit was empty, he began upgrading it with some more recent technology. A 7″ LCD, a Raspberry Pi (with PIR sensor), and a WiFi adapter to name a few. In addition to his blog, he also has a great photo gallery of the entire process over at LYTRO. He’s set up Raspbian “Wheezy” to automatically snag photos off of a DropBox directory, making this one of the easiest to use photo frames we’ve ever seen. He also plans to show videos on it, but alas, that is a project for another day.

The Ottoman Empire

ottomon empire

Remember the good old days in the 60’s and 70’s when stereos were built right into the furniture? No? Well, that’s where the inspiration for this project comes from. Introducing the Ottoman Empire — a pun so bad we’re not even going to repeat it here.

[Alec] was inspired by Blaupunkt, which is a German manufacturer of electronics who used to make a line of very nice cabinet stereos (examples) which blended furniture and electronics quite exquisitely.

He had recently finished off a rather cool 8-track data backup system, and was left with a spare BSR record player — or as he likes to call it, the “Ford Pinto of record players.” He decided to turn it into something useful by integrating it into a Naugahyde Ottoman that he picked up from a local vintage store. The problem with old furniture like that? No structural elements — it was actually just packed full of shredded wood! He cleaned it all out though and then proceeded to make his own wooden frame to support the BSR — he’s done a great job modifying it to fit, and even hiding all the electronics to make it very presentable.

Now all he needs to do is add a pressure switch in the top so when he kicks back to relax it starts playing some Chopin.

Continue reading “The Ottoman Empire”

Yo Fish, We Pimped Your Tank

fishie

[Studio Diip] a machine vision company based in The Netherlands has created fish on wheels, a robotic car controlled by a goldfish. The idea of giving fish mobility on land is nothing new, but this definitely is a novel implementation. A Logitech 9X0 series camera captures overhead images of the fish tank. The images are then fed into a BeagleBoard XM, where they are processed. The image is thresholded, then a centroid of the fish-blob is determined. With the current and previous blob locations known, the BeagleBoard can determine the fish’s swim direction. It then and commands the chassis to drive accordingly.

The system appears to work pretty well on the video, however we’re not sure how much of the input is due to the fish swimming, and how much is due to the water sloshing and pushing the fish around. We definitely like the chrome rims and knobby tires on the fishes’ pimped out ride.  This could become a trend. Just make sure no animals or humans are hurt, and send your animal powered hacks to our tip line!

Continue reading “Yo Fish, We Pimped Your Tank”