Difference between revisions of "Infotainment System"
Steve Cable (Talk | contribs) |
Steve Cable (Talk | contribs) |
||
Line 3: | Line 3: | ||
<img src="../images/infotainment_home_ex.jpg" style="margin-bottom:1em;" class="img-responsive"> | <img src="../images/infotainment_home_ex.jpg" style="margin-bottom:1em;" class="img-responsive"> | ||
<br /> | <br /> | ||
− | |||
</div> | </div> | ||
</html> | </html> | ||
Line 25: | Line 24: | ||
== Architecture == | == Architecture == | ||
+ | [[https://www.nads-sc.uiowa.edu/minisim/images/infotainment_genr_functional_diagram.jpg|right|100px|caption]] | ||
At it's core, the Infotainment System can be logically broken down into three parts: the host script, the audio handler(s), and display/input pages. | At it's core, the Infotainment System can be logically broken down into three parts: the host script, the audio handler(s), and display/input pages. | ||
Revision as of 22:30, 23 May 2019

Applications include infotainment systems and instrument panel displays. The standard system available with miniSim models a typical OEM infotainment system including the following functionality:
- Radio (requires internet connection)
- MP3 playback
- Navigation (NADS Springfield map only)
- Platform Independent (iOS, Android, Windows, Raspberry Pi)
Architecture
[[1]] At it's core, the Infotainment System can be logically broken down into three parts: the host script, the audio handler(s), and display/input pages.
Host script
This is blah blah
Audio handler(s)
By default, a single audio page (infotainment_audio.htm) is included. This page can handle 3 channels of stereo playback:
- Media playback
- Alert playback (temporarily mutes media playback on play)
- Notify playback
Display/input pages
This is where it gets interesting.