Close

Very preliminary support for ESP32 added

A project log for Ford Dash Display (FDIM) controller

Easy-to-build DIY controller for Ford USA vehicles that enables top dash display to show car telemetry

p1nep1ne 10/05/2017 at 15:510 Comments

As a next step of FDIM controller evolution I'm trying to use ESP32 board as its heart. That should allow to read and write some cool text info as track names or navigation hints - and get this data via WiFi link or Bluetooth connection. Code compiles, but may need modification to Sodaq_DS3231 library - inclusion of pgmspace.h should be surrounded by ESP32 macro check (exactly as in can-clock.ino file)

Discussions