In-button Display For Your Car’s Dashboard

OLED display in a dashboard button

Here’s an interesting take on augmenting a car’s dashboard. [Daniel] is using a button blank to house a 1″ OLED display in his Jetta. It shows auxiliary data such as boost pressure and several sets of temperature readings. The display itself has a tiny little circuit board with a PIC 24 to drive it. A larger board, seen above, collects the temperature data from some sensors that [Daniel] added as part of the hack. There are some pictures of the installed display inside of the dark car and it looks really easy to read. It also sounds like there’s some dimming functionality built into the firmware. This is the easiest way we’ve seen to add a display to your dashboard as it just requires you to pop out a button blank, rather than disassembling the entire console or patching into what’s already there.

Hijacking The Mazda LCD Display

[Pieter] is in the process of adding a turbo package to his ride. He needed a status display for the boost but didn’t have a good way to mount an additional display. He came up with the idea of using the LCD screen that’s already in the dashboard, but the specs for it were not available. Wielding his hard-earned hacking skills [Pieter] used a logic analyzer to sniff out the communications to the screen. He built a controller board that overrides the data coming in from the head unit. The board is also able to query the car’s computer for data and display it in any format you want. What he ends up with is a stock look that he can customize for his needs. Nice!

IPhone Cop-cam

iphone_windshield_mount

[Tim] wanted to make some recordings of himself driving similar to those made by the dashboard cameras on police cars.  In a simple two step hack (1. Measure, 2. Drill), he altered his iPhone windshield mount so that it didn’t block the lens of the camera. We will admit (sheepishly) that at first glance we thought this might be connected to the outside of the windshield but it’s not. Take a look at his drive to work after the break.

Continue reading “IPhone Cop-cam”

Digidash: Digital Dashboard For Megasquirt


The Digidash project is an open source digital dashboard designed just for the megasquirt EFI system we mentioned in our diy EFI motorcycle post. Unfortunately, the site doesn’t link the hardware design. From the description, I’m assuming that it’s essentially a graphic LCD driven by an Atmel microcontroller that talks to the Megasquirt to get the display info.