element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Is the Pi 3 able to be used as a dashboard for a driving sim?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 12 replies
  • Answers 4 answers
  • Subscribers 666 subscribers
  • Views 3226 views
  • Users 0 members are here
  • raspberry ip
  • project
  • sim dashboard
  • raspberry_pi
  • truck simulator
Related

Is the Pi 3 able to be used as a dashboard for a driving sim?

aceofgmz
aceofgmz over 7 years ago

Is there a way to make a dashboard for a driving game using a Raspberry Pi? I have a vision of it looking like a real dash in a semi. Though I don't know much bout this stuff but i'd like to have physical switches or gauges. I have seen stuff like it but there's no real how to. Feel free to msg me or comment or do the project.

  • Sign in to reply
  • Cancel
Parents
  • andywest
    0 andywest over 7 years ago

    Controlling the game should be no problem using the methods already mentioned. But if you want gauges like speedometer, odometer, fuel, engine temp, etc., you will have to read the state of the game somehow.

     

    Some options are:

     

    1. Find a game with a debugging interface or API that allows you to query the relevant game state.
    2. Find an open source game, and add code that exposes the relevant game state to your dashboard.
    3. Take a binary game executable, decompile / reverse engineer it, and hack it somehow to read the game state.
    4. Make your own game. Then you can send anything you want to your dashboard device.

     

    Option #1 is the easiest, but it limits you to the existing functionality provided by the API. Option #4 is the most flexible, but requires you to build an entire game from scratch.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • beacon_dave
    0 beacon_dave over 7 years ago in reply to andywest

    The SCS Euro/American Truck Simulator games appear to have an API to access the engine telemetry:

    Documentation/Engine/SDK/Telemetry - SCS Modding Wiki

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • andywest
    0 andywest over 7 years ago in reply to beacon_dave

    Nice! A quick look inside the archive shows state values for speed, rpm, gear, and throttle, but I couldn't find anything for engine temp, fuel gauge, and other things commonly found on a dashboard. Maybe you can access those using the other modding resources on that site.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • beacon_dave
    0 beacon_dave over 7 years ago in reply to andywest

    I've not looked that deep but it looks like they are available according to this blog:

    SCS Software's blog: A look on the technical side: Telemetry SDK

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • aceofgmz
    0 aceofgmz over 7 years ago in reply to beacon_dave

    I love that application, I've used it before and it does the job for Gauges and gps also.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • celepsoy
    0 celepsoy over 7 years ago in reply to beacon_dave

    I am using old Rasbery pi long time. I live in Sweden and sometimes in Hungary   Romania. I don’t speak the languages of these three countries, I am not good in English either. I don’t know much about computers too. I have MacBook computer. I am 85 years old. I spend most of my time using Rasbery Pi and computers, please help me to can use my new Raspbery Pi 3 Model, because I need very much.

     

    I buy new Raspbery Pi 3 Model B + Power supply 2.5 A, 5.1 V + LCD Hat 1602 + Micro SD 16 GB (NOOB) +Rasperry Case White with Red. But doesn’t work. What can I do? 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • beacon_dave
    0 beacon_dave over 7 years ago in reply to celepsoy

    Start by going here:

    https://www.raspberrypi.org/learning/software-guide/

    and follow the set-up guides.

     

    Note that just saying that it "doesn't work" is not very meaningful - you need to explain what steps you have actually taken, what you were expecting to happen, what doesn't happen etc. any indictors such as LED status.

     

    R-Pi troubleshooting:

    https://elinux.org/R-Pi_Troubleshooting

     

    The 16x2 LCD hat will likely require extra configuration steps (such as enabling I2C on the GPIO) however that will depend upon exactly which hat you purchased.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • beacon_dave
    0 beacon_dave over 7 years ago in reply to celepsoy

    Start by going here:

    https://www.raspberrypi.org/learning/software-guide/

    and follow the set-up guides.

     

    Note that just saying that it "doesn't work" is not very meaningful - you need to explain what steps you have actually taken, what you were expecting to happen, what doesn't happen etc. any indictors such as LED status.

     

    R-Pi troubleshooting:

    https://elinux.org/R-Pi_Troubleshooting

     

    The 16x2 LCD hat will likely require extra configuration steps (such as enabling I2C on the GPIO) however that will depend upon exactly which hat you purchased.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube