2013年5月21日 星期二

What shapes the global in-vehicle market?



Today, several proprietary radios enable keyless entry and proximity sensor capabilities to unlock car doors or start the ignition. But because these links are not based on standards, each accessory must be compatible with the specific proprietary technology or it will not work. Wireless SoCs that include Bluetooth Low Energy (LE) capabilities, however, enable interoperability with all in-vehicle wireless systems, allowing consumers to use any of their mobile accessories to open car doors or start the ignition. The Bluetooth SIG has specified a standard mechanism for streaming high-quality mono or stereo audio from a Bluetooth master such as a smartphone to a slave device like an IVI system. The Advanced Audio Distribution Profile (A2DP) encodes 2-channel audio in a Bluetooth-friendly format, which is sent wirelessly and decoded at the Bluetooth receiver. The SBC audio codec is a mandatory component of the A2DP profile, but other industry standards and proprietary codecs can also be accommodated. The dashboard so they can answer calls and check text messages.


refer to: http://embedded-computing.com/articles/wireless-accelerate-next-wave-in-vehicle-innovation/

2013年5月1日 星期三

About Manage risk in Java

When it comes to software development, the old adage is best spun in a slightly different way: better "early" than never. Accordingly, static analysis can help those developing in Java to stay one step ahead of potential coding problems.
In Vehicle computer, single board computer, Embedded pc
Today’s software development teams are under immense pressure; the market demands high-quality, secure releases at a constantly increasing pace while security threats become more and more sophisticated. Considering the high cost of product failures and security breaches, it is more important than ever to address these risks throughout the software development process. Potential problems need to be spotted early to prevent release delays or, worse, post-release failures. Fortunately, there are numerous tools to help developers manage these risks, helping to identify potential problems early in the development phase when issues are less disruptive and easier to fix. They are readily accessible to developers and easy to use within many development environments. This applies to developers programming in any language; however, we focus on Java in this discussion (see Sidebar 1).
...
refer to:
http://embedded-computing.com/articles/static-helps-manage-risk-java/