Difference between revisions of "Infotainment System"

(Architecture)
 
(40 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
<div style="width:42%; float:right; margin:0 0 1em 1em;">
+
<iframe width="560" height="315" src="https://www.youtube.com/embed/cI14t-jA3wM?rel=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<img src="../images/infotainment_home_ex.jpg" style="margin-bottom:1em;" class="img-responsive">
+
<br />
+
</div>
+
 
</html>
 
</html>
NADS has developed an extensible architecture to model interactive displays in simulator vehicles. These displays support touch screens, and the application logs the user’s interaction data synchronized with the miniSim data acquisition system.
 
  
Applications include infotainment systems and instrument panel displays. The standard system available with miniSim models a typical OEM infotainment system including the following functionality:
+
NADS has developed an extensible architecture to model interactive displays in simulator vehicles. These displays support touch screens, and the application logs the user’s interaction data synchronized with the miniSim data acquisition system. Applications include infotainment systems, instrument panel displays, heads-up displays (HUDs), etc.  
 +
 
 +
The standard system available with miniSim models a typical OEM infotainment system including the following functionality:
 
*Radio (requires internet connection)
 
*Radio (requires internet connection)
 
*MP3 playback
 
*MP3 playback
Line 14: Line 12:
  
 
<gallery>
 
<gallery>
File:home_1b.jpg
+
[[File:home_1b.jpg|thumb|framed]]
 
File:home_2.jpg
 
File:home_2.jpg
 
File:gps_full.jpg
 
File:gps_full.jpg
Line 23: Line 21:
 
</gallery>
 
</gallery>
  
== Architecture ==
+
;[[Infotainment_System_-_Technical_Overview|Technical Overview]]
<html>
+
;[[Infotainment System - Skins|Skins]]
<div style="float:right; max-width:50%;">
+
</html>
+
[[File:Infotainment genr functional diagram.jpg]]
+
<html>
+
</div>
+
</html>
+
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.
+

Latest revision as of 16:02, 13 May 2022

NADS has developed an extensible architecture to model interactive displays in simulator vehicles. These displays support touch screens, and the application logs the user’s interaction data synchronized with the miniSim data acquisition system. Applications include infotainment systems, instrument panel displays, heads-up displays (HUDs), etc.

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)
Technical Overview
Skins