fdim-controller icon indicating copy to clipboard operation
fdim-controller copied to clipboard

Schematic, PCB and source code for a small Arduino-based controller to make Ford FDIM dash display useful again

Results 8 fdim-controller issues
Sort by recently updated
recently updated
newest added

Here are some images of the FDIM. This was retrieved from a 2008 Ford Escape. ![IMG_6324](https://user-images.githubusercontent.com/25234407/152455109-949a0aa6-1d2e-4013-af27-45587e2e2df9.jpg) ![IMG_6325](https://user-images.githubusercontent.com/25234407/152455110-d78c8391-19f1-4301-8931-b9aaa39b1774.jpg) ![IMG_6326](https://user-images.githubusercontent.com/25234407/152455111-74719566-7b4d-4ff1-89d2-aeab09ddf384.jpg) ![IMG_6327](https://user-images.githubusercontent.com/25234407/152455112-30087bb0-82df-4d1b-bce3-b7a338306808.jpg)

In the case statement for setting up the display, The HU_STOCK and two HU_CHINESE's both have the rear tire pressures listed as RL first and RR second which makes sense...

I know this really isn't the right place, but I don't know where else to ask. Is there any way to frame these messages to send through a elm327 adapter?...

Im doing some research, and stumbled upon your code. I have a 2004 & 2005 Ford, so no message center, just a dumb radio. I'd like to configure two AUX...

Thinking about adding automatic DST adjustment. Where did you get the information for reading the GPS from CAN? (I'm curious about the missing byte and I don't understand how the...

Time from GPS is correct only before 09:59, needs bcdToDec() applied or it will be 4 hours ahead for the rest of the day, when using 12Hr clock. (Line 360...

The line: > flags: 0x80 - time is adjusting (blink) 0xA0 - AM 0xC0 - PM 0xE0 - 24 hours 0xC0 - clock off has 24 Hr clock flag as...

When the clock is set to 12 Hr mode, there is one problem and one setting missing: 1. In 12 hr mode the % calculation results in a zero for...