Hackaday Links: Sunday, April 28th, 2013

hackaday-links-chain

Another week has gone by and we hope you’ve been happily hacking away in your underground lairs. If not, here’s some inspiration that didn’t quite make it to the front page this week:

[Razr] used a CFL ballast to replace the mechanical one in his fluorescent tube light fixture.

To make the drawers of his workbench more awesome [Rhys] used the faceplates from some servers.

This week saw some changes in the hobby PCB market. Looks like BatchPCB is being sold to OSH Park starting May 1st. [Thanks Brad]

[Rich Olson] shouldn’t have any trouble getting out of bed now that his alarm clock literally shreds cash if he doesn’t shut it off.

We faced the same problem as [Kremmel] when we first got a Raspberry Pi, no USB keyboard. We bought one but he simply hacked his laptop to work. [Thanks Roth]

You may remember that post about a self-propelled snowboard. Here’s a similar project that uses a screw-drive system.

And finally, if you need help reading a quadrature encoder from a microcontroller this lengthy technical post is the place to look.

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”