Cadillac Ranch - Famous Buried Art Cars

Friday, June 15, 2012
As a tribute to America's best automobile, a collective of artists called Ant Farm decided to place 10 Cadillacs, ranging from a 1949 Club Coupe to a 1963 Sedan, in a wheat field located west of Amarillo, Texas. Mr. Stanley Marsh 3, a local helium tycoon, provided some place for the cars to rest. Ten big holes were dug and the cars were driven with their front end into them. Thus the Cadillac Ranch was born becoming the worlds most famous art cars, and as you can see they have undergone many paint jobs since their creation in 1974. Full story here.

Original Cadillacs


Cadillacs From Space


Multi Colored Cadillacs




Lit Up Cadillacs


White Cadillacs


Pink Cadillacs


Yellow Cadillacs


Red Cadillacs


Cadillac Fin close up

WIRED Autopia slips into driver's seat of QNX reference vehicle

Thursday, June 14, 2012
Chances are, you've seen pictures of the new QNX reference vehicle. You may have even seen the "making of" video that QNX released a few days ago. But have you seen any video of the vehicle in action?

If not, check out this vid by Doug Newcomb of WIRED Autopia. Last week, at Telematics Detroit, Doug met up with Andrew Poliak of QNX for a tour of the vehicle and its various features, including a re-skinnable UI and voice-controlled Facebook integration. The camera was rolling, and here's what it caught:


 

HTML5 brings new buzz to infotainment system development

QNX to unveil QNX CAR 2 platform on Freescale i.MX 6 at FTF Americas — a guest post from Paul Sykes of Freescale

If you’ve visited the QNX website recently or attended the Telematics Detroit conference last week, then you’ve surely noticed that HTML5 is getting a lot of attention in automotive these days. The buzz around HTML5 focuses on two areas: as an application development and delivery framework, and as an HMI framework. In discussions with many industry participants, my impression is that the application framework part is generally accepted, while the HMI framework part still isn’t well understood.

I don’t intend to discuss these HTML5 aspects in detail. There are experts within the ecosystem that can do a much better job than me. But I will say that Freescale applications processors will offer the processing and graphics performance to run the desired applications and bring the HMI to life with stunning graphics.

Next week, Freescale will host the annual FTF Americas event in San Antonio, TX. We are very excited about the first public unveiling of the QNX CAR 2 application platform on i.MX 6. Since QNX CAR 2 is based on HTML5, it is particularly fitting to mention in this blog. For those with an interest in understanding more about HTML5 for infotainment systems, QNX and many other ecosystem partners will be on hand at FTF to discuss their thoughts and plans.

Paul Sykes is a member of Freescale’s driver information systems team.

 

10,200 miles and climbing

Wednesday, June 13, 2012



With more and more places to charge, the miles just flow by. Who would have thought just a few years ago that you'd be able to charge your car at Walmart. As I've said before, most days I'm simply opportunity charging but this day I really needed the extra juice as it turned out to be a 112 mile day of errands and work. It's times like these when having Blink, Chargepoint and other chargers available in public places really makes the difference.

The location of this particular Walmart is:

2770 Carson Street
Lakewood, CA 90712

Two Blink chargers are located near the disabled parking. Here is a 360 video of this particular location.

Concept vehicles by Calum Alexander Watt

Tons of amazing art on cawart.






Keywords: concept vehicle design illustrations futuristic mad max style dune buggy car auto art

The making of the QNX reference vehicle: Jeep Wrangler

Guest post from Nicole Forget of QNX Software Systems
Nicole Forget


Just one week ago, our new reference vehicle was revealed at Telematics Detroit 2012. The Jeep Wrangler features QNX’s digital instrument cluster, which is totally re-skinnable. In fact, the entire user interface of the head unit, which was created using HTML5, can also be re-skinned. The head unit supports loads of functions, too, including the virtual mechanic, which are outlined in an earlier post.

The following video gives you some insight into the hard work that was put into the making of the reference vehicle. Check it out!


 

Heavy Transport concept vehicle by Fausto De Martini

Tuesday, June 12, 2012
Nice vehicle concept by Fausto De Martini.


Keywords: video game vehicle concept heavy transport carrier digital art illustrations by professional concept artist art director fausto de martini worked on world of warcraft wow starcraft cinematic art designworks.blogspot.com

Moving beyond the browser: HTML5 as an automotive app environment

Monday, June 11, 2012
If you’ve already visited this blog, you’ll know that we are bullish on HTML5 as a way to implement infotainment system HMIs. Not surprisingly, I’ve spent a fair amount of time searching the Web for facts and opinions on using HTML5 in the car, to see how this idea is catching on.

Overall, people see numerous benefits, such as the ability to leverage mobile app development to keep pace with the consumer demands, the availability of a large pool of knowledgeable developers, and the attractiveness of a truly open specification supported by many possible vendors.

But when it comes to the challenges of making HTML5 a reality in the car, I found a common thread of questions, mostly rooted in the erroneous belief that an HTML5 application environment is “just a browser.” Everyone is familiar with the concept of a browser, so it’s easy to see why people take this point of view.

So what are the key differences between a browser and an HTML5 application environment? Here’s my quick view.

The experience
Everyone is familiar with the browser experience. You navigate to a web site through bookmarks, a search engine, or direct entry of a URL. The browser implements a user interface (aka the chrome) around a rendering engine and provides bookmarks, URL entry, back and forward, scrolling and panning, and other familiar features.

An automotive HMI based on HTML5 provides a different experience — just look at the accompanying screen shots and decide for yourself if they look like a browser. In fact, the user experience of an HTML5-based HMI is similar to that of any other purpose-built HMI. It can consist of a main screen, window management, navigation controls, and other typical user interface widgets.


A radio tuner and a media player from the QNX CAR 2 application platform. Both apps are based on HTML5, but beyond that, they neither act nor look like a web browser.

A system that uses an HTML5-based HMI can include:

  • core applications that look and act like native applications
     
  • add-on (downloaded and installed) applications that have controlled interfaces to the underlying hardware
     
  • “web link” applications that simply link to a cloud-hosted application that can be downloaded on demand and cached

The web link approach makes it easy to update applications: just update the server and the remote client systems will automatically pull the application when needed.

Local resources
Web browsers pull text, images, and other content from the web and render it on the user’s machine. The process of loading this remote content accounts for much of the user’s wait time. This paradigm changes with a local HTML5 application environment — because resources can exist locally, images and other components can load much more quickly.

What’s more, screens and user interfaces can be designed to fit the platform’s display characteristics. There is no need for panning and scrolling, and only limited need for zooming. Resources such as RAM can be optimized for this experience.

Security and sandboxing
Browsers load content and executable JavaScript code dynamically. This really is the power of the web technologies. The problem is, dynamically loaded code represents a threat to an embedded platform.

Browsers are designed to be sandboxed. By default, JavaScript code can execute only in the context of a browser engine, and cannot access the underlying operating system primitives and hardware. This approach changes in an HTML5 application environment. To give JavaScript code the ability to behave like a native application, the environment needs interfaces to the underlying OS through to the hardware. Plugins are used to implement these HTML5-to-OS interfaces.

Nonetheless, access to the underlying platform must be carefully controlled. Hence, a security scheme forms a critical component of the HTML5 application environment.

Application packaging
The app experience has become familiar to anyone who owns a smartphone or tablet. An HTML5 application environment in the car can also support this kind of experience: developers create and sign application packages, and users can download those packages from an application store. In an automotive context, authenticity of the applications and control over what they can or cannot do is critical. Again, a security model that enforces this forms a key part of the HTML5 application environment.

So, how should you think of an HTML5 application environment?
From my perspective, an HTML5 environment is like any other traditional HMI toolkit, but with much more flexibility and with inherent support for connected applications. In an HTML5 application environment, you can find technologies similar to those of any proprietary toolkit, including:

  • a rendering engine (HTML5 rendering engine)
  • a set of content authoring and packaging tools
  • layout specifications (HTML5 and CSS3)
  • a programming language (JavaScript)
  • an underlying data model (DOM)

The difference is, these components are developed with a web experience in mind. This, to me, is the most significant benefit: the web platform is open, scalable, and well understood by countless developers.

A reference vehicle by any other name

Wednesday, June 6, 2012
As you know, we’ve been running a contest about the make of our new reference vehicle. We said the first 25 people that guessed it right before the opening of Telematics Detroit would receive a $25 gift card to Starbucks.

Man, do our followers know their cars!

We had 17 correct guesses of a Jeep Wrangler. No one got the exact model right – Jeep Wrangler Sahara – but we think this ride is pretty sweet no matter what it’s called. Congrats to the following winners – we’ll be in touch soon.

@RecioC
@pete0t2
@rpaskowitz
@ke_meth
@gustavitt
@charsoxer
@BB_Ignites
@NorthsideB
@bravobby
@pb_jamm
@Gustavar
@KrisLoHomes
@BBbrodyBB
Lazarus Long
@swim_ski_ride
@jpelliott10
@BerryInformed

If you’re at TU Detroit, one demo you won’t want to miss is on mobile connectivity. WARNING: You may leave with one question unanswered: If you could post to Facebook while in your car using simple voice commands, what would you share?

Find out more about the new QNX reference vehicle. And stay tuned for future contests.


Full disclosure: QNX releases first complete photos of new reference vehicle

"Any customer can have a car painted any color... so long as it is black."

We've come a long way since 1909, when Henry Ford penned this now-famous sentence. Not only can modern consumers pick the colors and features they want in a vehicle, but, in many cases, they can order them online. Getting the car you want, with the options you want, has never been easier.

Still, most forms of personalization are baked in. Once you order a car in, say, Barcelona Red (the color of my new Venza), it's hard to reverse the decision. But imagine the day when you can sit behind the wheel and watch your car's instrument cluster automatically reconfigure itself according to your personal preferences. And imagine if the cluster could do the same for everyone else who uses the car.

That's the kind of future QNX is working to make happen.

But you know what? I'm getting ahead of myself. I promised pictures of the new QNX reference vehicle, so let's look at them — especially since they offer tantalizing examples of what I was just talking about. :-)

The vehicle
Up to now, we've only released teaser images of the reference vehicle, with just enough detail to get people guessing as to what it might be. But enough with the mystery. Here's a full-on shot of the vehicle — a Jeep Wrangler Sahara — in all its off-road glory:


Yes, it's a Jeep

By the way, if you were one of the first 25 people in Canada or the US to guess it was a Jeep during our recent teaser campaign, congratulations! We'll identify the winners shortly.

The cluster
Once you get behind the wheel, the first thing you'll see is the digital instrument cluster. Let's zoom in so you can get a good look:



The cluster is implemented entirely in software and can reconfigure itself on the fly to display various types of information. Better yet, you can re-skin the cluster at the tap of a touchscreen button, like so:



As you can see, the cluster communicates with the head unit's navigation system to display turn-by-turn directions. Nice touch.

The head unit
Now look to your right, and you'll see the head unit. It supports a whack of functions (note my deft use of technical language), including one-touch pairing with Bluetooth smartphones, hybrid navigation, text-to-speech, natural speech recognition, streaming Internet radio, weather reporting, parking search, and too many other things to mention here.

In this photo, the head unit displays one of my favorite applications, the virtual mechanic. Intrigued? Check out my description of an early version of this app.



You know what else is cool? The unit's media player can post Facebook updates that list the song currently playing — but only when you tell it to, using voice commands. (Personal control over technology. I like that.) To view these updates later today and tomorrow while the Jeep is at Telematics Detroit, check out the QNX Facebook page.

Here's another photo of the head unit, showing its app tray:



The radio
What car would be complete without a radio? Mind you, in this case, "radio" includes support for streaming Internet radio from Pandora and TuneIn. And keeping in tune with the personalized listening experience these services offer you, the head unit's radio gives you a choice of skins:





In fact, almost every aspect of the head unit can be easily re-skinned. What's more, the underlying code remains the same: only the user interface, created in HTML5, changes from one skin to another. Which means automotive developers can create a single code base and re-use it across multiple vehicle lines. Doing more with less — what could be bad?

That's all I have for now, but before you go, check out the two press releases QNX issued this morning on the Jeep's personalization and Facebook features. Also, check out the QNX Flickr page for even more photos of the Jeep.
 

Cold beer (and a chance encounter) at Telematics Detroit

Tuesday, June 5, 2012
Last year I was part of QNX’s advance team for Telematics Detroit 2011, which had me in Detroit well before the show. I was just heading out to dinner when I saw a small bar set up on a terrace outside my hotel. I wandered by for a closer look, thinking I might stop by later to enjoy a cool drink in the warm evening air.

A few guys were sitting drinking beer and they invited me to join them. Ever social, I agreed. It turned out that the person who extended the invitation was from Cybercom — serendipitous, as Cybercom is a Bluetooth connectivity provider that we were considering for our next-gen QNX CAR application platform.

Fast forward one year exactly. We are getting ready to showcase that next-gen platform, QNX CAR 2, at Telematics Detroit 2012 — in a new reference vehicle, no less. Meanwhile, QNX and Cybercom are now engaged with a number of leading tier one suppliers. In fact, Cybercom has issued a press release about the partnership; read it here.

To Kristian at Cybercom: thanks for showing kindness to a guy on his lonesome, and for being a key contributor and partner in our mutual automotive initiatives.
 
 

Car Vehicle Parts Copyright © 2011-2012 | Powered by Blogger