Garmin: New features and capabilties for G3X

 

G3X 2-screenThe software update theme continues this week as we address some recent software upgrades to the G3X system. Last month, version 6.40 was released, which includes many new features and capabilities including support for GTS 8xx traffic systems, the option to display the G-meter on PFD, the option to display track-up orientation on the PFD HSI, added support for GNS 480 MapMX data and more. Get this update free from the Garmin website!

Here’s a closer look at what you’ll get with the new G3X software:

The G3X can now interface with the GTS 8XX traffic systems, allowing the G3X to display traffic information for transponder-equipped aircraft in your vicinity. To assist with traffic advisories, aural traffic alerts are possible as well.

Another new feature is MapMX, which is now available when using the GNS 480 as your external GPS navigator. This feature allows the G3X to display a more accurate flight path on the moving map page, including procedure turns and holds.

G3x_track_hsi_2displayYou can also now display the HSI instrument on the PFD in a track-up orientation. Put simply, this feature automatically rotates the HSI to put the aircraft’s ground track at the top, which lets you fly with the course pointer at the top of the instrument regardless of crosswinds. In this screenshot, you can see that a 26-knot direct crosswind is trying to push us off course, but the HSI has rotated to show the ground track at the top; magnetic heading is still available on the heading tape at the top of the display. This handy feature can help reduce the pilot’s workload by taking the guesswork out of wind correction angles, which makes following the desired course a “breeze”.

G3x_g_meter G3x_g_meter_setupFor those who are looking to be a little more adventurous, we’ve added a large, easy-to-read G-meter to the PFD. The range of G values displayed on the gauge can be configured to match your aircraft, and there are indicators to show the maximum positive and negative G’s recorded since last being reset by the pilot.

Sharing Rich Content From Your Android Apps, to Google+ and Beyond

Many developers have been using Android’s share intent to help their users share content with others, directly from their apps. With the recently-launched ShareCompat library, you can now help your users share rich content with their friends (like images and videos) more easily, and the items they share include attribution to your app. All you need to do is add a few lines of code!

I’ll walk through a few examples that use Google+ as the application handler, but of course, these share intent improvements can work for any service. Popular apps like Foodspotting, Pulse News, and Shazam are already using ShareCompat to help users share rich content with their Google+ circles. You can check out this photo album to see how they are all taking advantage of the new library.

Creating the Share Intent

If you’d like users to be able to share text from your app, start by building the following intent:

Intent shareIntent = ShareCompat.IntentBuilder.from(ShareActivity.this)
   .setText("This site has lots of great information about Android!
      http://www.android.com")
   .setType("text/plain")
   .getIntent()
   .setPackage("com.google.android.apps.plus");

startActivity(shareIntent);

Here, I passed text and a URL to the setText method, and I used the setType method to identify the content as “text/plain.” The intent builder can then pass this information to the application that’s doing the sharing. Additionally, I used the setPackage method to specify the application that I want to handle it. In this case, the Google+ application is specified.

The Google+ share box with pre-populated text and link snippet.


Garmin’s multi-sensor controller concept for infotainment systems helps reduce driver distraction

 

Garmin Multi-Sensor Controller Concept_Close-up

With the increasing use of technology and smartphones behind the wheel, driver distraction has become a concern. But technology in general is not the problem. The most important question is how it is being used and integrated into the car so that it doesn’t distract drivers. Garmin’s new multi-controller concept provides a new and unique way of controlling essential functions of an in-car infotainment system, such as audio, apps, communications and navigation. It is a concept development from Garmin’s automotive OEM group, providing further research for enhanced reduction in driver distraction.

Garmin Infotainment Multi-Controller Concept Audio Low Res

Garmin’s concept positions the screen higher up on the dash inthe driver’s eyesight and combines it
with a rotary infrared controller in convenient reach, a touch pad, and menu mode buttons. The infrared sensors of the rotary controller automatically detect an approaching hand and the system reacts by displaying menu options even before it is touched. Because the system “knows” when a user is reaching for the controller, menu buttons on the screen are hidden when not needed. At all times important information, such as driving directions and the name of a song or radio station is kept at the top of the screen so the driver always has a single reference point. Four buttons with infrared sensors on the rotary controller allow switching between different menus, such as audio, apps, communications and navigation.

In addition to the rotary controller, radio preset buttons with infrared sensors are positioned below the screen to allow a driver to feel for the right button without having to press it – when their finger is close to a preset button, a highlighted preset image appears on the display, allowing the driver to select a station.

Tied into this system can be HVAC controls, vehicle bus information, connected services and apps from a smartphone. Existing technology like text-to-speech, voice command, Bluetooth hands-free calling and traffic services also helps alleviate driver distraction to avoid potentially dangerous situations.

Garmin’s automotive OEM group utilizes the company’s long-standing experience in interface and hardware design from its automotive, avionics and marine segments to develop innovative in-car navigation, telematics and infotainment systems. Garmin already provides integrated cockpits to the aviation industry and is dedicated to bring a similar level of technology, integration, safety, reliability, and efficiency to the automotive market. Garmin recently announced its first fully integrated infotainment system for most 2013 Suzuki vehicles.