G’day RenegadeMasta,
I can’t speak for the Fiesta but I have reverse engineered then coded for a 2006-8 Focus CANbus.
You write
Please note im new to arduino and anything to do with coding. I'm not even sure where to get started. so any help would be greatly appreciated.
This will be a big challenge then. For the Focus, the CAN messages driving the cluster were proprietory. It took months to come up with a working system. I also had a running car to reverse engineer from. I’m also a computer programmer.
Where to start?
You need to find the format of the CAN messages handled by the cluster. Maybe these are by now available publicly, but don’t expect it. If not you’ll also have to reverse engineer.
By this I mean having a CAN sniffing tool connected to a running Fiesta, then physically manipulating the wiring/sensors, looking for changes in the messages and deciphering.
Think Turing at Bletchley Park.
After that hurdle, it’s down to “easy” stuff - building a microcontroller with CAN transciever, learning how to code against CAN and writing the code.
Here’s a layman’s description of my project:
https://shinesolutions.com/2015/03/26/h ... ntrollers/
Good luck!
Cheers - Gavin