Wristwatch Made Of Sandwiched PCBs

wristwatch-from-sandwitched-pcbs

Here’s a wristwatch concept we haven’t seen before. Instead of trying to sandwich everything inside of a case it uses a stack of PCBs as the body of the watch.

[Mats Engstrom] wrote in to tip us off about his build. The design goes with LEDs which is nothing new. But unlike previous offerings [Mats] didn’t go with one LED for each minute. When the touch sensor in the middle of the watch is activated the twelve LEDs on the face will let you know the hour and the nearest five minutes. A video of this is embedded after the break.

The design uses three different circuit boards. The bottom board is the largest and provides slots through which the wrist bands can connect. It also serves as one of the two battery connectors. The second PCB is a spacer with a cutout for the coin cell that powers the device. The top board is where all the magic happens. It’s dual sided to host the LEDs and touch senor, with the PIC microcontroller and support circuitry on the other side.

Continue reading “Wristwatch Made Of Sandwiched PCBs”

ODB-II Hacking Using An Android Tablet

What a strange message to read on the digital dashboard display of your car. This is proof that [Kristoffer Smith] was able to control the ODB-II bus on his Eagle Grand Cherokee.

He’s not just doing this for the heck of it. It stems from his goal of adding an Android tablet on the dashboard which has been a popular hack as of late. This left [Kristoffer] with steering wheel controls that did nothing. They originally operated the radio, so he set out to make them control the tablet.

He had seen an Arduino used to control the CAN bus, but decided to go a different route. He grabbed a USB CAN bus interface for around $25. The first order of business was to use it with his computer to sniff the data available. From there he was able to decode the traffic and figure out the commands he needed to monitor. The last piece of the puzzle was to write his own Android code to watch for and react to the steering wheel buttons. You can check out the code at his repository and see the demo after the break.

Continue reading “ODB-II Hacking Using An Android Tablet”

MIDI Out For A Korg CX-3 Organ

midi-out-for-a-vintage-korg-cx-3-organ

[Michael] loves this old organ of his, but recently he wondered if it would be possible to add MIDI out without altering its original functionality. With a bit of research and more than a bit of hard work he accomplished his goal.

The nice thing about working on a quality piece of hardware like this is the resources you can find regarding how they work (which we bet is tailored for how to repair them when they break). [Michael] found a website with plenty of info on the circuit boards and how they work. From this he was able to locate a few chips which stream serial data regarding which keys have been pressed. Bingo!

Once he located the three signals he was after he built a board to translate them to the MIDI protocol. His circuit is based around an ATtiny2313. It is supported by a liner voltage regulator circuit as well as a buffer chip which converts the incoming signals to the 5V levels needed. His home etched board is clean and well mounted, and the success of the project can be heard in the clip after the jump.

Continue reading “MIDI Out For A Korg CX-3 Organ”

Video Player Built From Stellaris Launchpad

stellaris-launchpad-playing-video

We think it’s pretty impressive to see a Stellaris Launchpad playing back Video and Audio at the same time with a respectable frame rate. It must be a popular time of year for these projects because we just saw another video playback hack yesterday. But for this project [Vinod] had a lot less horsepower to work with.

He’s using a 320×240 display which we ourselves have tried out with this board. It’s plenty fast enough to push image data in parallel, but if you’re looking for full motion video and audio we would have told you tough luck. [Vinod’s] math shows that it is possible with a bit of file hacking. First off, since the source file is widescreen he gets away with only writing to a 320×140 set of pixels at 25 fps. The audio is pushed at 22,400 bytes per second. This leaves him very few cycles to actually do anything between frames. So he encoded the clip as a raw file, interlacing the video and audio information so that the file can be read as a single stream. From the demo after the break it looks and sounds fantastic!

Continue reading “Video Player Built From Stellaris Launchpad”

Hand Placing Flash Die To Make USB Drives

SONY DSC

It’s a stretch to call this one a hack, but USB thumb drives are around us constantly and we always assumed that the boards inside were machine populated (like with a pick and place machine). [Bunnie] tells us otherwise. He recently had the chance to tour a factory where USB flash drives are made.

The image above shows a worker populating a set of boards with the flash memory dies. The waffle-grid to the right holds the dies. Each is a tiny glint of a component. The worker is not in a clean room, and is using a bamboo tool to pick up the pieces. [Bunnie] explains that he’s seen the tools before but doesn’t fully comprehend how they work. He figures that the hand-cut manipulator has just the right amount of grab to pick up the die, but will also release it when it touches down on the dot of glue applied to the landing zone on the board.

If you’re into this sort of thing you should check out the PCB factory tour we saw a couple of years back. The article link is dead but the embedded tour video still works.

[Thanks pl]

Old LED Marquee Turned Embedded Video Player

driving-led-marquee-with-rpi

[Sprite_TM] is was sent an old LED Marquee by an anonymous fan of his hacking projects. The display isn’t full color, but it’s large — 224 by 48 pixels — and he figured he could render some okay images with the bi-color diodes. In the end, he replaced the controller and turned it into a video player.

The original system work well enough, but the 100 MHz 486 industrial style PC that drove the display seems a little comical these days. After giving it a spin and testing out how it drives the display [Sprite] hooked up an FTDI chip and managed to get it playing video from his computer. Above you can see part of the opening sequence of The Simpsons.

Now that he had learned its secrets he set out to give it an embedded controller. His first attempt was with a Carambola board which he’s worked with before. That proved to be a little slow for all the pixel data he was pushing so he upgraded to a Raspberry Pi and never looked back. You can see the demo video after the jump.

Continue reading “Old LED Marquee Turned Embedded Video Player”

Cube 3D Printer Hack Lets You Use Bulk Filament

[Chris Nafis] crunched the numbers and found out he could get filament for his 3D printer in bulk for about one-fifth the cost of the cartridges the company sells. This led him to print a feeder for his Cube 3D printer.

We’re skeptical about the Cube 3D printer’s cartridges. They contain a spool of filament, but also include a chip which reports back the filament color and length remaining. We’re sure this provides some nice functionality for those looking to press a button and walk away. But we see it as an annoyance like the laser toner cartridges that stop working based on page count rather than remaining toner.

The solution [Chris] went with still uses the cartridges to ‘trick’ the machine into printing. Basically the interface will tell you that you don’t have enough filament left, but as long as there’s a cartridge in place you can tell it to print anyway. The green adapter he printed has a pass-through for the stock cartridge as well as the bulk spool you see to the left.