Printing anything with a thermal receipt printer

Over the last year, [James] has been a part of a few commercial projects that used a thermal receipt printer as part of the build. Something must have cracked in his mind, because [James] spent a lot of time developing a way to print customized content on receipt printers, connecting these printers to the Internet, and sharing content with other Internet-connected receipt printers. Even [James] doesn’t know why he spent so much time on this project; [James] figured he was bound to find something interesting. We’ve got to commend him for that.

[James] had been aware of the Adafruit Thermal Printer Library, but this library is a little kludgy. Text is the Adafruit Library’s forte, and while graphics and non-ASCII characters are possible they’re certainly not easy to print with the existing libraries. With his current system based on HTML, CSS, and Javascript, [James] has a really easy way to print anything he can put on a webpage on receipt paper.

Getting his receipt printer onto the Internet had its own challenges. After wrangling with the Arduino Ethernet library through the month of February, [James] realized larger prints (about 15cm of paper) would fail inexplicably. To get around this, [James] wrote an HTTP client for the Arduino that would fetch data, put it on the SD card, and then start printing.

Right now, [James]’ project is a polished as anyone could hope. We’re a bit concerned – although we completely understand –  that he could get sucked into the black hole of pointless development of receipt printer software so easily. All was not for naught, though; now anyone can make very professional-looking prints on receipt paper very easily.

StorageBot finds all your components, makes your storage drawers feel inadequate

Your experience with making things, building projects, and hacking hardware is directly proportional to the amount of components you have on hand; as our experience grows, so do our space and storage requirements, it seems. [Danh Trinh] must have decades of experience, because his StorageBot robotic parts drawer is as awesomely absurd as it is clever and useful.

At first glance, StorageBot just looks like a bunch of small parts drawers mounted to the wall with LED strips along the top and side. The magic happens when [Danh] walks up to the wall-mounted laptop and commands StorageBot to find a component with his voice. A video is worth a thousand words, so you might as well head to the video for the best description available

To get the StorageBot to listen to his voice, [Danh] downloaded Microsoft’s speech recognition SDK and built a VB app to turn his voice into a location of what drawer contains the part he requested. Once StorageBot finds the row and column of the requested part, a pair of stepper motors behind the wall of parts drawers swing into action. Soon enough, the drawer containing the requested part pops out, and [Danh] can go about his business building more awesome stuff.

Because a few paragraphs can’t convey exactly how cool [Danh]’s StorageBot is, take a look at the videos after the break.

[Read more…]

Reverse engineering a Nokia LCD

LCD displays taken from old Nokia phones have been a staple of the hardware makers for years now, so we’re very happy to see [Andy] reverse engineering a full color QVGA display so we can move our grayscale projects over to a full-color display.

The screen in a Nokia 2730, 5000, and 7100 cell phone is a wonder of technology – its 18-bit color with a very high-resolution piqued [Andy]’s interest. He bought a second-hand Nokia 2730 off of eBay and started taking it apart. After checking out the schematics for the phone, [Andy] had a few breakout boards made; especially useful since he found a few connectors as well.

With a great deal of Googling, [Andy] found another lost soul who successfully broke into a similar LCD display and discovered it was command-compatible with a Magnachip LCD controller. The only way forward was to send a few of these commands over to the display and watch what happens.

[Andy] managed get pixels drawn on the screen, and found a few interesting features: hardware scrolling is enabled, as is changing between portrait or landscape orientations. From a second-hand phone on eBay, [Andy] now has a very nice QVGA display. We’re calling this a win, but you can judge the video after the break for yourself.

[Read more…]