Ford Fusion Instrument Cluster and BeamNG.Drive

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 พ.ย. 2022
  • Instrument cluster connected via CAN bus to the Raspberry Pi 4 via MCP2551. Raspberry Pi receives JSON payload via LAN with data for the instrument cluster, and convert this JSON payload to the CAN frames.
  • ยานยนต์และพาหนะ

ความคิดเห็น • 7

  • @greenleaf1292
    @greenleaf1292 หลายเดือนก่อน

    Hello! I have a cluster from a 17 focus and I like to wire it up and code it up to work like this. Can you please help me?

  • @18436Melissa
    @18436Melissa ปีที่แล้ว

    You should try this with a Chevy Trailblazer gauge cluster, i heard that it has signal wires for the speed, and RPM, just go through the pinout.

  • @randomscience4k
    @randomscience4k ปีที่แล้ว

    one quick question, this can also be done using a can shield and arduino right? Or Raspberry pit is a necessity for this cluster?

    • @_HermanH_
      @_HermanH_  ปีที่แล้ว

      Probably u can do this with only CAN shield and Arduino, but u must write code to send BeamNG data to Arduino trough UART

    • @randomscience4k
      @randomscience4k ปีที่แล้ว +1

      @@_HermanH_ There is already a code for the regular analog gauge cluster version of the fusion. But I like the digital one like you have.
      Yes, I'm planning to adapt your code to one compatible with simhub. In that case it can be run with wider range of games. I'm not an expert coder, so I expect it will be a while before I can get it done after sorting all the issues xD. Currently busy with getting a Porsche cluster ready. BTW this is awesome what you have done!!

  • @user-xi3uw9wl1d
    @user-xi3uw9wl1d 8 หลายเดือนก่อน

    Good day sir do you have a video tut perhaps of connecting I've been looking a way with raspberry to do this I dont have a Arduino

    • @_HermanH_
      @_HermanH_  8 หลายเดือนก่อน

      Hi. I using Raspberry Pi 4 + MCP2515, MCP2515 connected to RPi through SPI interface, with my custom Pyhton code with python-can lib.