element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • 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
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • 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
Single-Board Computers
  • Products
  • Dev Tools
  • Single-Board Computers
  • More
  • Cancel
Single-Board Computers
Blog Automotive gauge cluster
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Single-Board Computers to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: Former Member
  • Date Created: 31 Jan 2016 2:00 AM Date Created
  • Views 939 views
  • Likes 2 likes
  • Comments 7 comments
Related
Recommended

Automotive gauge cluster

Former Member
Former Member
31 Jan 2016

Hey not sure where to post this but o well. I have a project car im building and im looking to covert my cluster into a digital touch screen cluster.  I was going to use a tablet at first but single boards caught my eye. I have built a few desktop computers but never a single board. Their are a few people using the pi but im looking to go a diff route. I want something that is quadcore, has built in gps, has a way to connect rs232 and can run Android operating system. Any suggestions? And what all would i need? Power supply, cable, a good touch screen. And where do i get all these things lol

  • Sign in to reply

Top Comments

  • michaelkellett
    michaelkellett over 10 years ago +1
    You should post this as a discussion - there is a group for single board computers. Are you planning to install this in a car that goes on the public roads with a human inside it ? If so then safety issues…
  • michaelkellett
    michaelkellett over 9 years ago in reply to ib1yysguy

    You would certainly be out on a limb using Linux on an engine management system.  (Just for information, it is not common to run Linux on a Cortex M4  - (although I'm sure someone will have attempted it), the Cortex M4 is usually programmed in C, occasionally in C++ and rarely in anything else.

     

    Typically engine management systems require very fast real time responses to manage injector and spark timing - I'm assuming you won't be doing this on a TR6.

     

    It would be interesting to know what you plan in terms of measuring and control. It's a long time since I had any direct involvement in engine management systems - and at that time the Intel 8096 and a similar Ford custom processor also made by Intel were typical. Current legislation and performance demands, along with less efficient ways of coding , seem to require 32 bit processors and a certain amount of offload to dedicated hardware like complex timers with missing tooth detection.

     

    MK

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • ib1yysguy
    ib1yysguy over 9 years ago in reply to michaelkellett

    Data logging is done modularly.

     

    It's the universal I2C boards I can hook to the thing, that don't require me to use Arduino script or Python. Plenty of inputs and outputs. When all you need a chip to do is iterate through values, store them in memory and read them back or make small changes to my carb mixture, it'll do a fine job. I want the look and feel of embedding it all as well, so I don't see how a Linux chip would help.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • michaelkellett
    michaelkellett over 9 years ago in reply to ib1yysguy

    The Particle Electron seems a really odd device to pick to be the core of an engine monitoring system. Its intended as a an interface to cellular networks - so not really very suitable for continuous data transfers. It uses a UBLOX cellular modem which is fine but with as ST STMF2xx Cortex M3 processor - and odd choice because the STMF2xx are rather superseded by the much more powerful STM32F4xx series.

     

    Is there something I'm missing that's driving your choice here ?

     

    MK

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • ib1yysguy
    ib1yysguy over 9 years ago

    I have a very similar problem with my TR6 rebuild. It's 41 years old, so all the engine monitoring I'm building myself. The chip I've landed on is a Particle Electron because it runs reliable off of C++. I'm making my own gauges and will be patenting them. There will be three or four small readouts for engine-critical data, some lights, electronic voice (speaker-dependent) recognition to recognize only my voice and allow me to start the car with a button. I can even configure it to use a couple of Photons as slave devices to run the gauges independently.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • michaelkellett
    michaelkellett over 10 years ago in reply to Former Member

    I think that for this application your best bet is to buy a tablet  - there are loads of cheap Android ones around, if you are feeling bold buy one from Aliexpress and  get it direct form China.

     

    MK

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
>
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 © 2026 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