45-Year Old Nixie Calculator Turned UDP Server

In this beautiful and well-documented reverse engineering feat of strength, [Eric Cohen] reverse-engineered a 1971 Singer calculator to gain control of the fabulous Nixie tubes inside. Where a lesser hacker would have simply pulled the tubes out and put them in a more modern housing, [Eric] kept it all intact.

Not even content to gut the box and toss some modern brains inside, he snooped out the calculator’s internal wiring, interfaced a Raspberry Pi to it, and overrode the calculator’s (860 Hz) bus system. With the Pi on the inside, controlling the Nixie tubes, he did what any of us would do: set up a UDP server and write an Android app for his phone to push ASCII data over to the former calculator. When it’s not running in its default clock mode, naturally.

nixie-internals

All of this is extraordinarily well documented both on his website, in a slide presentation (PDF), and in video (embedded below). Our hats are tipped to the amazing attention to detail and fantastic documentation.

Now where is that Singer EC1117 calculator from 1971 that we’ve been saving for just such an occasion?

Continue reading “45-Year Old Nixie Calculator Turned UDP Server”

Transcend Wifi SD Card Is A Tiny Linux Server

[jamesone111] bought a Transcend WifiSD card, presumably for photography, but it may just have been because he heard that they’re actually tiny Linux servers.

He read a post about these cards on the OpenWRT forums. They’re all a similar configuration of a relatively large amount of memory (compared to the usual embedded computer), a WiFi chip, and an ARM processor running a tiny Linux install. The card acts as a WiFi access point with a little server running on it, and waits for the user to connect to it via a website. It also has a mode where it will connect to up to three access points specified by the user, but it doesn’t actually have a way to tell the user what its IP address is; which is kind of funny.

[jamesone111] hacked around with the Transcend card for a bit. He found it pretty insecure, which as long as you’re not a naked celebrity, shouldn’t be a huge issue. For the hacker this is great as it opens up the chance of hacking the firmware for other uses.

Some have already pulled off some cool hacks with these cards. For example, [peterburk] hacked a similar card by PQI to turn his iPod into a portable file server. 

Tiny Headless Servers Everywhere

Quick, what do “cloud compute engines” and goofy Raspberry Pi Internet of Things hacks have in common? Aside from all being parody-worthy buzzword-fests, they all involve administering remote headless (Linux) installations. It’s for exactly that reason that a new Ubuntu distribution flavor, Ubuntu (Snappy) Core, targets both the multi-bazillion-dollar Amazon Elastic Compute Cloud and the $55 BeagleBone Black.

If that combination seems unlikely to you, you’re not alone. But read on as we hope to make a little more sense of it all.
Continue reading “Tiny Headless Servers Everywhere”

ESP8266 Web Server Farm

There seems to be a hacker maxim that whatever gadget you are working with, it would be better to have several of them running together. That might explain the ESP8266 web server farm that [Eldon Brown] has built. Yup, a web server farm made from three of everyone’s favorite WiFi dongle, the humble ESP8266.

Eldon’s server farm is currently serving web pages here, running on three ESP8266 boards. Or it was before this posting reduced it to a smoking ruin (screenshot below just in case). Each module is running a dynamic web page and some clever programming he came up with that makes transferring data over these cheap devices quicker.

His page isn’t anything too fancy but it is impressive considering it is running on about $30 worth of hardware, including the breadboard it is wired into. The page includes dynamically-generated graphics and some back-end stuff. I don’t think that it will replace any LAMP servers anytime soon (the ESP8266 took about 2.6 seconds to generate the page below), but it is an impressive hack. [Eldon] has made the full code of the web server that is running the pages available. So, lets add web server farm to the list of things that this neat little device can handle, next to plant weigher, Bitcoin price tracker, MP3 player and many more

Thanks to [PuceBaboon] for the tip!

Continue reading “ESP8266 Web Server Farm”

There are 96 macbooks in this rack

96 MacBook Pros: Most Expensive Server Rack We’ve Ever Seen

Ever see a standard server rack stuffed full with 8-dozen MacBook Pros? Well now you have.

Now before the torrential downpour of anti-Mac comments come, this actually has a purpose. No seriously. Besides, what company in their right mind would spend that much money on a rack full of paperweights? Kidding.

[Steve] works for a company that designs electronics, and for a particular launch they needed to perform a lot of testing — using MacBook Pros. There are ways he could have emulated OS X on a much cheaper hardware setup, but the whole point was to test the product with Apple hardware. So he took a stroll down to the local Apple store and picked up two pallets worth. Continue reading “96 MacBook Pros: Most Expensive Server Rack We’ve Ever Seen”

observercade

Observercade, Portable MAME System Of The Future.

[GarageMonkeySan] wrote in to tell us about his latest project. It’s a MAME arcade emulator, but not just any MAME arcade emulator, it is housed in a briefcase. And if that was not interesting enough, it was built in the style of the TV Show “Fringe”, specifically like the Observer briefcases. He calls it the Observercade.

The hard-shelled Samsonite briefcase was taken apart to assess the best way to move forward. A Sintra frame was added to the top half of the briefcase and would hold a scavenged laptop LCD screen. A monitor faceplate was then made from 1/16″ polystyrene sheet to fill the gap around the screen.

The bottom half of the case holds the remaining electronics, which consists of a Raspberry Pi Model B (running RetroPie), power supply, speakers and LCD driver board. They are all mounted to the bottom of the control surface which also supports the controller joystick and buttons. Notice that the buttons are labeled in Observer symbols. These symbols are as accurate as possible roughly translating to ‘credit’, ‘player’… etc. This is a wonderfully done project that shows [GarageMonkeySan] pays extreme attention to detail.

If the Observercade rings a bell, you may be remembering the project that gave [GarageMonkeySan] his inspirations: the Briefcade.

Continue reading “Observercade, Portable MAME System Of The Future.”

An Upgrade To A Raspberry Pi Media Server

For the last few years, [Luke] has been running a music server with a Raspberry Pi. With the new Raspberry Pi 2 and its quad core processor, he thought it was time for an upgrade.

The build consists of a Raspi 2, a HiFiBerry Dac to address the complaints of terrible audio on the Pi, an aluminum enclosure, and some electronics for IO and a real software shutdown for the Pi. The Arduino also handles an IR remote and a rotary encoder on the front of the enclosure.

The software is the Logitech Media Server along with Squeezeslave. The front end is custom, though, with functions for shutdown and receiving IR remote codes. Everything is served up by Flask, with a 32GB microSD card stuffed into the Pi to store MP3s. All in all, a great build.