2012年10月31日 星期三

How Windows 8 beefs up security

Each iteration of Windows has featured improved security – it’s necessary to withstand the constant barrage of attacks aimed at the popular platform – and Windows 8 is no exception.


In Windows 8, Microsoft expanded its support for embedded hardware security, bundled a full-blown security suite into the operating system, introduced Secure Boot and signed applications, and enabled alternate authentication schemes, to name a few measures. Some of the latest innovations are aimed specifically at enterprises, but there are plenty of improvements that end-users will notice right off the bat, too.
"After reviewing the layers of technologies used by Microsoft to protect Windows 8, it is our opinion that it is the most secure version of Microsoft Windows to date," Aryeh Goretsky, a researcher at ESET, wrote in a whitepaper examining security technologies in Windows 8 released earlier this month.


Microsoft is offering three main versions of the new operating system. Windows 8 is the vanilla "home" edition, Windows 8 Pro includes features for businesses, such as support for Hyper-V, BitLocker, a virtual private network client and group policy support, and finally Windows RT is for ARM-powered devices.
Secure Boot
Microsoft designed Secure Boot to protect the computer from low-level exploits such as rootkits and bootloaders. A security process shared between the operating system and Unified Extensible Firmware Interface (UEFI, replacing the BIOS), Secure Boot requires all the applications that are running during the booting process to be pre-signed with valid digital certificates. This way, the system knows all the files being loaded before Windows 8 fires up have not been tampered with.
If a bootloader has infected your computer and it tries to load during the boot-up sequence, Secure Boot will be able to undo all the changes and thwart the attack. Having Secure Boot means it is that much harder for attackers to try to compromise your PC’s start-up sequence.
While PC makers must have Secure Boot enabled in the UEFI firmware by default if they want to be able to slap the Windows logo on their box, the feature can be disabled within the UEFI interface. Anyone who wants to install a non-Windows operating system on Windows 8-certified hardware would first have to manually disable Secure Boot.
Windows Defender
Microsoft decided to release Windows 8 with built-in antivirus. This is a much more robust application than Microsoft Security Essentials, the free anti-malware software that users could download and install manually in previous versions of the OS.


Windows Defender (Microsoft repurposed the name for the anti-malware product) is enabled by default, right out of the box, which means users have some form of security protection as soon as they turn on the machine. While it can't be uninstalled, it can be disabled if the user wants to install a different security product from another vendor. In fact, Windows Defender must be disabled if you want to install a third-party security suite.
Loading the AV first
Regardless of whether you are using Windows Defender or a different anti-malware product, Windows 8 has tweaked its load process so that security software runs first. Early Launch Anti-Malware (ELAM) ensures that the first software driver loaded into Windows 8 is a driver from the user's anti-malware software.
In previous versions, if the malware executed and was loaded into system memory before the operating system and the antivirus, it was difficult to detect and remove. Secure Boot prevents rootkits from interfering with the OS, and ELAM ensures that pre-approved anti-malware software drivers are loaded before any other application.
For now, whether or not it is effective is unknown, but Goretsky noted in the aforementioned whitepaper that the concept was "fundamentally sound."
SmartScreen
Originally an Internet Explorer security feature, Microsoft added SmartScreen to Windows 8. When a user downloads a program or a file from the Internet, the SmartScreen filter checks to see if other people have downloaded the same file as well. If so, there is a rating for the file based on its popularity and whether it was considered malicious.


Users trying to download something with a low rating while SmartScreen is enabled will see a warning message. This can be good for detecting fake antivirus and other rogueware programs.
Since SmartScreen is now part of Windows 8, the filter will kick in regardless of what browser the user is running, not just Internet Explorer.
Alternate passwords
Picture Password is one of my favourite bits of Windows 8. The idea is that instead of relying on alphanumeric passwords, you can use pictures. When this feature is enabled, you select a photo from your image library and then define three gestures on the photo using any combination of circles, straight lines, and taps (using either touch or the mouse). It's possible to switch to PIN-based authentication.


Apparently, the alternate authentication methods still need some tweaking, though. Earlier this month, password experts Passcape Software claimed that it was possible to recover passwords from Windows 8 systems with Picture Password enabled.
The problem was related to the fact that users need to have an account with a regular password before switching to the alternate authentication scheme. It turned out that when the switch was made, the regular password remained in the system and what’s more, it could easily be decoded to the original plaintext form by a user with administrator-level privileges who could access the Vault where the information is stored. Here’s hoping that Microsoft has fixed this issue, or a fix is imminent, as this seems a rare misstep for the new operating system’s across-the-board security improvements.
AppContainer
One of the invisible-to-the-user changes in Windows 8 is AppContainer, the more secure application sandbox environment where Windows 8 apps will reside. Designed to prevent apps from disrupting the operating system, AppContainer decides which actions are available to which apps.
Following the same logic, all Internet Explorer plugins run in their own sandboxes under Windows 8.
Apps will also be available through the new Windows 8 app store, which means Microsoft will be able to check beforehand for malicious applications. Only time will tell whether Microsoft will manage to successfully keep dodgy apps out of its store. The restore feature will at least make it easier to return to a previous safe state if malware does somehow manage to infect the machine.
Enterprise-specific security improvements
Samara Lynn, our networking expert, pointed out some of the enterprise-specific features in Server 2012 which would flow into Windows 8 and Windows 7 systems. Dynamic Access Control (DAC), which expands access control to include a wider list of attributes, is one of them.


In previous versions, administrators could define who had access to files and folders on a per-user basis, or by creating groups and assigning permissions specific to those groups. In Windows 8, DAC allows administrators to use any of the data stored in Active Directory, such as personal information, device ID, log on method, or even location, to define access control rules.
Here is an example: Documents marked "confidential" or "private" are only accessible to members of the Human Resources division. In this case, in Server 2012, the administrator would create a claim that "confidential" and "private" would be accessible to people with the "Human Resources" attribute. There is no need to create a specific group for HR and add individual users to it. So long as the user in the Active Directory is defined as being part of HR, the access control rule would apply.
This definitely makes managing users and permissions much easier within the enterprise.
Microsoft also added a few new Group Policy settings in Windows Server 2012. The settings could prevent new accounts from being created on the computer or lock a session if the machine is inactive for a specified period of time. Another policy automatically locks out users from accessing volumes that use BitLocker encryption after a certain number of failed login attempts.
Hardware-based security
Windows 8 will really push the hardware-based authentication capabilities of the Trusted Platform Module (TPM) to the forefront, Steven Sprague, the CEO of Wave Systems, noted. TPM makes a lot of sense if you stop to consider the increase in sophisticated rootkits and other malware that increasingly targets the hardware layer such as the Master Boot Record. TPM stores sensitive configuration data and credentials, making it possible to implement single sign-on and access to VPN. Device-based security could be used to log in users to the network, Sprague said. No passwords required.
Windows 8 machines can optionally ship with self-encrypting drives, which provides businesses and security-minded end-users with hardware-based encryption that can never be turned off. SEDs are ready-to-go out of the box, protecting data right from the start. Hardware-based encryption also has less of an impact on performance as well.
Speaking of encryption, BitLocker also Embedded System has a new feature that will allow users to encrypt only the parts of the disk that are in use, instead of encrypting the whole volume at once.


And there you have it – these are just some of the more obvious security changes Microsoft has made in Windows 8. There is plenty more under the hood that we will never notice, but that's the way it should be, with these features chugging away in the background keeping users safe from attackers.
For more on Windows 8, see our full review of Microsoft’s new OS here. You might also want to check out our tips on dealing with the operating system’s Metro/Desktop minefield.
Published under license from Ziff Davis, Inc., New York, All rights reserved.
Copyright © 2012 Ziff Davis, Inc


 


 


Data Modul AG : Optical bonding – display system solutions from a single source

Optical bonding - display system solutions from a single source


The philosophy of DATA MODUL, your reliable Display and Embedded technology partner, is to develop state of the art technology which enables the realization of high quality, durable and cost-effective display solutions. To even better serve our clients throughout the entire market segments, extensive investments in both, the extension of production capacities and infrastructure as well as in manpower are in full progress. This includes for example new, much larger clean room facilities which are used for panel enhancement, touch panel integration, and now also optical bonding.


With the development of an in-house optical bonding technology DATA MODUL is now capable of providing displays solutions with very high functional, optical and environmental performances.


Optical bonding is the process of adhesive bonding of two or more transparent components using a high-quality optical grade adhesive. By such bonding the air gap between the transparent components is entirely eliminated. This results in enhanced optical performance, especially with respect to readability under direct sunlight use. Additional benefits are increased mechanical strength, reduced sensitivity to humidity, dust and temperature fluctuations, higher durability, and even better functionality for touch sensitive display solutions.


DATA MODUL focuses on the most advanced optical bonding technology using an atmospheric UV curing system with an one component adhesive. Our technology enables high volume, scalable and high performance optical bonding at reasonable costs. The first fully automated bonding equipment is ready to be installed in our new cleanroom and shall be operational beginning 2013. The automated process can be used for bonding various components (e.g. displays, cover glasses, touch sensors, EMI filters etc.) for a wide range of displays solutions and optical components in our market segments.
The unique combination of optical bonding and high quality materials ensures the best performance of our products. An example of such materials that are optically bonded would be the wide variety of covered glasses currently employed in our products. These have improved mechanical properties and/or are surfaced refined with various coatings (anti-reflective, anti-glare,  Embedded System anti-smudge, anti-fingerprint, and combinations), thereby further enhancing the optical performance of our products.


Customers are invited to experience the improved characteristics of the new optically bonded products. DATA MODUL is looking forward to facing new technical challenges, thereby remaining, as always, a front runner in its business.


Examples of optical bonding applications and the added value to our products are:


Bonding displays to cover glasses
• improved readability through lowering reflectance, increasing contrast and brightness
• avoidance of Newton rings
• improved mechanical strength and durability (scratch resistance, vandal proof, resistance to humidity, dust, temperature fluctuations)
• improved heat dissipation through direct contact


Bonding touch sensors to displays and/or cover glasses
• improved heat dissipation through direct contact
• improved functionality
• no dust and condensate between sensor and cover


 


Embedded Software Store Celebrates a Year of Innovative Service to the Market

Avnet and ARM continue to pioneer online software offering to the market


PHOENIX, ARIZ. & CAMBRIDGE, ENGLAND — Avnet Electronics Marketing, an operating group of Avnet, Inc. (NYSE: AVT), and ARM celebrate one year of the popular online software store for embedded design. Over a twelve month period, the Embedded Software Store (ESS) has grown to include products from 24 vendors, while increasing their online partner support and product selection to nearly 1,000 products.


ESS was launched at ARM’s TechCon 2011 to provide an e-Commerce website and online information dedicated to the embedded design community. It took the industry by storm and established a comprehensive one-stop online store that enables embedded designers to evaluate and purchase leading software products to accelerate their ARM processor-based design.


Now, one year later, the Embedded Software Store is at TechCon 2012, to showcase its latest offerings along with several of its key vendors: DSP Concepts, InterNiche Technologies, Motomic Software, RoweBots, and Timesys.


The store has gained momentum in the market with its offering of nearly 1,000 products. All solutions sold in the ESS are offered royalty-free. This momentum is a validation that both vendors and customers see value in the online marketplace.


“The Embedded Software Store is well positioned to help ARM Partners extend their product offering and help software developers accelerate their design through a single online marketplace,” said Will Tu, director, ARM. “The rapid adoption by our partner eco-system and the steady increase of software developers visiting our site and purchasing products reinforces the value of ESS as an efficient and time-saving tool to bring products to market.”


The Embedded Software Store offers developers a broad range of foundation software for their embedded design. Examples include:


Software tools–the Embedded Software Store sells a broad range of the ARM Keil® MDK software development toolkit.
RTOSs and the ESS offer leading RTOSs software through vendors such as Micrium, CMX, Code-Time, and RoweBots. Customers have a broad choice based on functionality and memory requirements.
Customers who are exploring open source can find a less time-consuming solution, and simplified approach offered by Timesys, which provides a tool, LinuxLink, that helps a developer leverage open source code for specific silicon target boards.
“Our customers transitioning to 32 bit MCUs face challenges with integrating and developing more complex software IP blocks, resulting in increased time-to-market and cost pressures,” said Tim Barber, senior vice president, design chain global business development, Avnet Electronics Marketing. “The ESS allows embedded software developers to leverage the ARM and Avnet ecosystems to quickly acquire industry-proven software IP blocks, decreasing their time-to-market. Having a variety of reliable off-the-shelf solutions complements any in-house design teams’ efforts.”


ESS will be participating at the 2012 TechCon event, October 31st – November 1st in booth 215 at the Santa Clara Convention Center. Come see us!


About Avnet Electronics Marketing


Avnet Electronics Marketing is an operating group of Phoenix-based Avnet, Inc. that serves electronic original equipment manufacturers (EOEMs) and electronic manufacturing services (EMS) providers in more than 70 countries, distributing electronic components from leading manufacturers and providing associated design-chain and supply-chain services. The group's website is located at www.em.avnet.com.


About Avnet, Inc.


Avnet, Inc. (NYSE:AVT), a Fortune 500 company, is one of the largest distributors of electronic components, computer products and embedded technology serving customers globally. Avnet accelerates its partners' success by connecting the world's leading technology suppliers with a broad base of customers by providing cost-effective, value-added services and solutions. For the fiscal year ended June 30, 2012, Avnet generated revenue of $25.7 billion. For more information, visit www.avnet.com.


About ARM


ARM designs the technology that is at the heart of advanced digital products, from wireless, networking and consumer entertainment solutions to imaging, automotive, security and storage devices. ARM’s comprehensive product offering includes RISC microprocessors, graphics processors, video engines, enabling software, cell libraries, embedded memories, high-speed connectivity products, peripherals and development tools. Combined with comprehensive design services, training, support and maintenance, and the company’s broad partner community, they provide a total system solution that offers a fast, reliable path to market for leading electronics companies. Find out more about ARM by following these links:


ARM website: http://www.arm.com/
ARM Connected Community: http://www.arm.com/community/
ARM Blogs: http://blogs.arm.com/
ARMFlix on YouTube: http://www.youtube.com/armflix
ARM on Twitter:


http://twitter.com/ARMMultimedia
http://twitter.com/ARMMobile
http://twitter.com/ARMCommunity
http://twitter.com/ARMEmbedded
http://twitter.com/ARMSoC
http://twitter.com/ARMTools
http://twitter.com/SoftwareOnARM
ARM, Artisan and AMBA are registered Embedded System trademarks of ARM Limited. Cortex, CoreLink, big.LITTLE, Mali and POP are trademarks of ARM Limited. All other brands or product names are the property of their respective holders. “ARM” is used to represent ARM Holdings plc; its operating company ARM Limited; and the regional subsidiaries ARM Inc.; ARM KK; ARM Korea Limited; ARM Taiwan Limited; ARM France SAS; ARM Consulting (Shanghai) Co. Ltd.; ARM Germany GmbH; ARM Embedded Technologies Pvt. Ltd.; ARM Norway, AS and ARM Sweden AB


 


VIA announces quad-core X86 Artigo A1250 system

CHIP DESIGNER VIA has announced its quad-core X86 Artigo A1250 system.
VIA, the often forgotten third X86 licence holder, has been pushing low-power X86 chips since long before it became fashionable. Now the firm claims to have created the smallest quad-core X86 system in its Artigo A1250.
The VIA Artigo A1250 system has a 1.0GHz quad-core E series chip with 1MB Level 2 cache that can use a single 8GB DDR3 1,333MHz RAM module. The firm's Chromotion GPU provides Microsoft DirectX 11 support but uses up to 1GB of frame buffer memory from the RAM. The system is packed into a case measuring 17.7cm x 12.5cm x 3.0cm.
Epan Wu, head of the VIA's Embedded Platform  Embedded System Division said, "By leveraging the ultra compact Pico-ITX form factor, the VIA Artigo A1250 is able to deliver a powerful x86 quad core computing experience in the smallest system design on the market. The VIA Artigo A1250 boasts the latest technology with 3D stereoscopic display and USB 3.0 support for an unparalleled ultra compact computing experience, making small truly beautiful."


Via said the system can decode H.264, MPEG-2, VC-1 and WMV9 video at HD 1080p resolution without any problems and has a total system TDP of 32W. However the firm did not reveal pricing and while the system's size and power draw are impressive, some might find that the Raspberry Pi, even after buying codec licences, might be a cheaper option if video playback is the main objective.


 






Embedded Database Software supports ARM(TM) architecture.

Bellevue, WA — ITTIA announces the availability of its embedded database for the ARM™architecture. ITTIA provides embedded relational database software for developers of applications for mobile devices and other embedded systems. With ITTIA DB SQL's robust data management framework and ARM's hardware architecture, data is managed and accessed in a flexible and efficient way. Customers from industries such as consumer electronics, clean energy, medical devices, and robotics have already built state of art applications with ITTIA DB SQL on ARM.


ITTIA customers have reflected great interest in developing ARM-based embedded applications and, in response to this demand, ITTIA has continuously demonstrated its commitment and ability in providing a lightweight, high-performance, relational database solution on ARM.


The combination of ITTIA DB SQL data management abilities with ARM's low-power chips offers a great solution to protect data integrity, organize information, and share or distribute data across embedded development ecosystems.


ITTIA DB SQL is an ideal candidate for embedded and mobile applications developers on ARMTM cores, including StrongARM, ARM7TDMI, ARM9TDMI, ARM7EJ, ARM9E, ARM10E, XScale, ARM11, ARM Cortex-M, ARM Embedded System Cortex-A, ARM Cortex-M, and ARM Cortex-R.


For application developers looking to make a trade-off between the flexibility offered by the traditional relational data management model and a rapid time to market, ensured with low-power consumption, ITTIA DB SQL on ARM is an ideal, cost-effective solution.


A free copy of ITTIA DB SQL, for ARM is available for evaluation at:
http://www.ittia.com/products/evaluation


Free Video to Learn About ITTIA DB SQL architecture and features in few minutes:
http://www.youtube.com/watch?v=svsnXuMGxq0


About ITTIA
ITTIA offers database solutions for platforms where limited memory, storage, and processing power makes software development challenging. ITTIA develops fast, high performance database products and tools with the goal of providing excellent data management software for embedded systems and devices. ITTIA products are designed to be suitable for application development and deployment at a significantly reduced cost. ITTIA customers include GlaxoSmithKline, VNU, Boeing, Moodys, Sandia National Laboratory, Puget Sound Energy and others. You can obtain more information about ITTIA at:www.ittia.com.






 


德儀發表70美元成本的平板電腦參考設計













eTAB平板電腦為7吋螢幕,內建Android 4.0作業系統,採用由德儀打造、時脈為800 MHz的Sitara ARM Cortex A8處理器,以及德儀的TPS65910電源管理套件,並支援Wi-Fi與藍牙技術。 

 
德州儀器(Texas Instruments,TI)與專門開發嵌入式系統的AllGo Embedded Systems於本周發表了整體用料清單(BOM)低於70美元的eTAB平板電腦參考設計。 

eTAB平板電腦為7吋螢幕,內建Android 4.0作業系統,採用由德儀打造、時脈為800 MHz的Sitara ARM Cortex A8處理器,以及德儀的TPS65910電源管理套件,並支援Wi-Fi與藍牙技術。 

德儀與AllGo所提出的70美元用料清單包含了上述的螢幕、Embedded System晶片、Wi-Fi/藍牙模組,以及塑膠外殼與電池等,不過至少要購買10萬組才能達到70美元的低成本。 

德儀表示,有了eTAB參考設計,客戶將能輕易地針對特定市場客製化平板電腦的軟/硬體,例如條碼掃描器、接觸/非接觸式的讀卡機或是生物特徵感應器等,並可選擇其他來自德儀的音訊或電源管理套件。此外,開發人員也可利用eTAB來打造低成本的企業應用,包括建置獨立的平板電腦,或是將其嵌入家電或工業機器上,以作為控制面板使用。

在進行客製化後,以eTAB為基礎的裝置將可適用於物流、田野調查、零售、健康照護、家庭/建物自動化、醫院或教育等產業。 

AllGo執行長K. Srinivasan則說,於現在競爭激烈的環境中,快速進入市場是必要的,eTAB參考設計將允許不同產業的開發人員在最低風險下快速客製化所需的平板電腦。根據估計,企業最快可在3個月內透過eTAB創造出所需的平板電腦。(編譯/陳曉莉)

 


Embedded Systems Engineer

Electronics Engineer / Embedded System Engineer


We're looking for a very capable, self sufficient and self starting Electronics Design Engineer / Embedded Software Engineer who is used to designing small, portable, battery powered, electronics products right through to pre-production stage.


Due to client confidentiality we aren't allowed to say too much here but the company produces very high-end consumer electronics devices for a pretty much recession-proof niche market. The existing product is currently the market leader, selling several thousand per year and exceedingly profitable! However, they now want to design the 'next generation' product which will keep them at the No1 spot for many more years.


To do this they need a very capable Electronics /Embedded Software Engineer who has experience of designing both the embedded software and the electronics for small battery powered devices based on PIC microprocessors and incorporating some basic DSP together with a short range radio link (eg 433Mhz or 868Mhz) - detailed RF and DSP expertise is not a requirement but you should be capable of integrating such a link using commercial modules). You need to be very self-sufficient and able to just get on with it without too much hand-holding.


Salary is pretty much negotiable for the right individual


(Commutable from Milton Keynes,Bedford,Northampton,Luton, Aylesbury, St Neots, Huntingdon, etc)


 




Green Field Energy Services Selects Tucson Embedded Systems' iDECs Units

TUCSON, Ariz., Oct. 31, 2012 /PRNewswire via COMTEX/ -- Tucson Embedded Systems (TES) announced today that Green Field Energy Services recently purchased 25 Industrial Digital Engine Control units known as iDEC for use in turbine-powered pumping equipment used in hydraulic fracturing operations.



"Greenfield selected TES's iDEC system because it provides multiple advantages over the diesel-powered pumping equipment traditionally used in our industry including significantly lower emissions, a smaller operating footprint, and greater fuel flexibility," said Rick Fontova, President of Green Field Energy Services.


While iDEC systems have traditionally been used in avionics, the TES iDEC assembly is unique in that it adapts the use of turbines to be used in other industrial settings. In 2010, Tucson Embedded Systems developed and began manufacturing iDEC units for use in turbine-powered pumping equipment used in hydraulic fracturing operations.


"Our patented application of digital technology Embedded System applied to turbine control systems is the first in the industry to improve efficiency, reduce material costs, regulate and reduce engine emissions and keep innovation and manufacturing in the U.S.," said David Crowe, President of TES. "Through its partnership with TES, Green Field Energy Services is the first company to provide hydraulic fracturing services utilizing turbine-powered pumping equipment."


TES' universal iDEC unit improves drilling extraction methods by allowing turbines to run efficiently on natural gas or diesel fuel.


"Finding and safely harvesting natural gas offers a clean, environmentally safe energy source close to home," said Fontova. "Innovations like TES's iDEC units are crucial to the safe growth and development of the turbine-powered hydraulic fracturing industry."


About Tucson Embedded SystemsFounded in 1997, Tucson Embedded Systems, Inc. (TES) provides, end-to-end development, manufacturing and field placement of industrial software and electronic systems to government and commercial customers. Our mission-driven philosophy drives our core capabilities, which include systems engineering, safety and mission critical software development to FAA DO-178B guidelines, testing/automated testing and independent verification and validation, rapid prototyping and integration, enterprise systems development, printed circuit boards and specialty manufacturing.


Headquartered in Tucson, TES employs more than 90 of the industry's best engineering and analytical professionals to deliver innovative engineering solutions from concept to production into maintenance for mission and safety critical systems. For more information, visit the company's website at www.tucsonembedded.com .


About Green Field Energy ServicesGreen Field Energy Services, Inc. is an independent oilfield services company that provides a wide range of services to oil and natural gas drilling and production companies to help develop and enhance the production of hydrocarbons. The Company's services include hydraulic fracturing, cementing, coiled tubing, pressure pumping, acidizing and other pumping services.


In December 2010, Green Field became the first company to provide hydraulic fracturing services utilizing turbine-powered pumping equipment. The Company believes that its technology provides several advantages over the diesel-powered pumping equipment generally utilized in the industry, including significantly lower emissions, a smaller operating footprint, lower manufacturing costs, lower operating costs and greater fuel flexibility, including the ability to operate on natural gas. Green Field has corporate offices in Louisiana and Texas. For more information visit the company's website at www.gfes.com .


SOURCE Tucson Embedded Systems


Copyright (C) 2012 PR Newswire. All rights reserved


 


 


IAR Systems: Latest IAR Embedded Workbench for ARM Offers New Functionality and Compiler Optimizations

IAR Systems: Latest IAR Embedded Workbench for ARM Offers New Functionality and Compiler Optimizations


 — IAR Systems® today announced Embedded System a new version of its world-leading development tool suite, IAR Embedded Workbench® for ARM® version 6.50. The new version adds expanded integration and new functionality. In addition, enhancements to the optimization technology in the powerful IAR C/C++ Compiler result in even faster code execution.


To make it easy for developers to use device configuration tools alongside IAR Embedded Workbench, IAR Systems has implemented new functionality for adding project connections. Automated integration with Freescale’s Processor Expert Software, Infineon’s DAVE™ code generator, and other device configuration tools enables developers to import files or file packages generated by the tools. IAR Embedded Workbench automatically detects changes in the generated file set.


Providing fast and compact code, the IAR C/C++ Compiler performs multiple levels of optimizations for code size and execution speed, such as loop unrolling and function inlining. The operations performed are global as well as core- and target-specific. By further advancing its compiler technology, IAR Systems has improved the already outstanding results of industry-standard benchmarks by more than 10 percent.


A new display of source browser call graph enables developers to easily navigate through the function call hierarchy. Developers can choose to display all possible calls to or from a selected function with the calls listed in a dedicated Call Graph window. This added functionality provides a good overview of function calls, making it easier to see the relationships between different parts of the application.


In addition, the latest version includes a new License Management System (LMS) that adds features such as commuter licenses, automatic license activation and support for virtual servers. The new LMS makes it easy for customers to administer and manage licenses.


About IAR Embedded Workbench


IAR Embedded Workbench is a complete set of C/C++ compiler and debugger tools with support for all ARM cores, including ARM7/9/11 and ARM Cortex™-M0, Cortex-M0+, Cortex-M1, Cortex-M3, Cortex-M4, Cortex-R4, Cortex-R5, Cortex-R7, Cortex-A5, Cortex-A7, Cortex-A8, Cortex-A9 and Cortex-A15.


Version 6.50 of IAR Embedded Workbench for ARM will be available for customers on November 9, 2012. Visit www.iar.com/ewarm for additional product information.


Editor's Note: IAR Systems, IAR Embedded Workbench, C-SPY, visualSTATE, The Code to Success, IAR KickStart Kit, I-jet, IAR and the logotype of IAR Systems are trademarks or registered trademarks owned by IAR Systems AB. All other products are trademarks of their respective owners.


About IAR Systems


IAR Systems is the world’s leading supplier of software tools for developing embedded systems applications. The software enables over 14,000 large and small companies to develop premium products based on 8-, 16-, and 32-bit microcontrollers, mainly in the areas of industrial automation, medical devices, consumer electronics, telecommunication and automotive products. IAR Systems has an extensive network of partners and cooperates with the world’s leading semiconductor vendors. IAR Systems Group AB is listed on NASDAQ OMX Stockholm. For more information, please visit 


 


Intel leads the intelligent system trends with innovation

Intel hosted Intelligent Systems Summit (IISS) 2012 at Taipei International Convention Center (TICC) on October 16th & 17th, 2012 for announcing a major industrial technology shift of embedded systems and industrial PC industry. The mainstream innovative solutions Intel brought in this technology forum include retail, transportation systems, healthcare, manufacturing, and tele-communication sectors.


Rick Dwyer, Vice President of Sales Marketing Group (SMG) Embedded System& General Manager of Embedded Sales Group (ESG) at Intel, gave the opening keynote speech for IISS. He highlighted the intelligent connected systems are all around us in every aspect of our daily life. Rick Dwyer simply cited several intuitive examples. For example, the intelligent vehicle system is able to sense the driver and passengers to provide instant traffic information services, and even preventing dangerous accidents. Another example is it can help the supermarket outlets stores to setup a quickly response of changing digital signage contents according to the different gender or age consumer preferences. This will enable users to enjoy a more personalized shopping experience and a better fit to the needs of people through today's smart, connected, secured and well managed embedded systems.


This kind of new invented forms of embedded systems (or called "intelligent system"), which targeting to fulfill user's needs, gradually transformed the traditional single-purpose and isolated electronic devices into one always internet connected, running cloud applications to gather information and getting assistance of expert systems made by various of Internet of Things websites. The entire new innovation architecture leads us to a new era of secure and full seamless integration to modern enterprise and telecommunication infrastructure.


Besides a greener, more energy-efficient processor chips, Intel technology provides key chipset solutions to integrate intelligent systems and applications, in order to response to the explosive increase of data transactions in the next 10 years. The solid ground for fitting rapid change of internet world will count on four key building blocks, noted by Rick Dwyer. They are secured, managed, connected and interoperated intelligent devices.


Internet of Things focus on exploring values of big data


Several major industrial research reports, coincidentally forecasted that there will be over 15 billion electronic devices connected to the Internet by 2015, where one-third of devices will be intelligent systems. The network consisted by those smart systems is often referred to as Internet of Things (IoT). It is estimated that the explosive growth of this type of business models is not only on behalf of the immense business opportunities, but also introducing many new lifestyle.


In order to simplify and accelerate the process of IoT deployment, Intel announced the intelligent system architecture (called Intel Intelligent Systems Framework). It is the combination of continuous development of interoperability solutions through a consistent and scalable design model, making each device have connected, well managed, as well as secured development environment.


Intel Intelligent Systems Framework will help to shorten development time through a series of hardware and software integration. The most important contribution is to build a standardized and opened platform to help system integrators or application developers easily generating the various solutions. With these solutions, the IoT can explore the values from analyzing the massive amount of information gathering for smart devices.


In the real world, these applications implement the use of analysis of big data covered from different manufacturing industries. The benefits will help enterprises to improve efficiency and productivity. Even more, it helps to create a variety of services that can generate good profits and provide consumers with new and exciting experience.


Another vivid example in the case of modern urban shopping district, chain stores and outlets, the digital signage network will automatically adjust the effective price strategy and promote product contents when the weather report forecasts to have coming rainstorm. These applications will make you turn your life becoming extremely convenient.


Over the next 10 years, Intel outlines a blueprint of future intelligent systems in IISS. There will be a more than 15 billion intelligent devices, 35 Trillion Gigabyte the amount of data storage and analysis, as well as a US$ 3 trillion market created.


 


 


TI, AllGo create reference design for a $70 Android 4.0 tablet

IDG News Service - Texas Instruments has partnered with AllGo Embedded Systems to announce a reference design that will allow Android 4.0 tablets to be built for under US$70, the companies announced Wednesday.


The Etab reference design is for a basic Embedded System tablet and employs an aging processor. It calls for a 7-inch capacitive touch screen and is based on TI's Sitara AM335x chip with an 800MHz ARM Cortex-A8 processor. TI announced its first Cortex-A8 chip in 2006.


The $70 cost includes the chip, plastic casing, battery, screen, Wi-Fi and Bluetooth, and applies when the parts are bought in 100,000-unit quantities.


The reference design is aimed at hardware developers that want to build a custom tablet, or those building embedded hardware for enterprises, such as a bar-code scanners, biometrics devices and control panels.


The tablet design could also be used in the education sector, said Libo He, business development manager at TI.


The design will allow companies to build a tablet in as little as three months, TI and AllGo said.


TI and AllGo are selling the reference design along with a prototype tablet for $999. That includes the hardware layout, schematics, drivers and design, TI's He said.


Hardware makers could potentially turn to Chinese manufacturers and buy Cortex-A8 tablets for less than $70 per unit in volume. But He said paying $999 for the reference design is a good deal because customers also get support and the ability to customize their tablet for specific needs.


Customers also get advice where to buy parts to achieve the low-price point, He said.


Tablets can be harder to build than PCs, with their tightly integrated parts. The costs to build an Etab tablet compare favorably will some Cortex-A8 alternatives, including the Galaxy Tab, which was released in late 2010 and cost $205 to build, according to IHS iSuppli.


Some inexpensive ARM-based boards are also available, including the $35 Raspberry Pi PC, which does not include the outer case. Raspberry Pi Foundation has open-sourced the PC design, publishing the layout, design and schematics for use by enthusiasts.


Like many of those ARM-based boards, the Cortex-A8 processor in the Etab is getting long in the tooth. Many of today's name-brand tablets run the faster Cortex-A9 processor. The Google Nexus 10 tablet introduced this week has the latest Cortex-A15 processor.


TI's chips are used in products including the $199 Amazon Kindle Fire HD. However, TI said recently it would switch its attention with application processors to embedded products.


Latest IAR Embedded Workbench for ARM Offers New Functionality and Compiler Optimizations

A new version of IAR Embedded Workbench for ARM announced at ARM TechCon optimizes the compiler boosting execution speed 10 percent, extends integrations, and adds user friendly options.



Santa Clara, CA, November 01, 2012 --(PR.com)-- IAR Embedded System® today announced a new version of its world-leading development tool suite, IAR Embedded Workbench® for ARM® version 6.50. The new version adds expanded integration and new functionality. In addition, enhancements to the optimization technology in the powerful IAR C/C++ Compiler result in even faster code execution.


To make it easy for developers to use device configuration tools alongside IAR Embedded Workbench, IAR Systems has implemented new functionality for adding project connections. Automated integration with Freescale’s Processor Expert Software, Infineon’s DAVE™ code generator, and other device configuration tools enables developers to import files or file packages generated by the tools. IAR Embedded Workbench automatically detects changes in the generated file set.


Providing fast and compact code, the IAR C/C++ Compiler performs multiple levels of optimizations for code size and execution speed, such as loop unrolling and function inlining. The operations performed are global as well as core- and target-specific. By further advancing its compiler technology, IAR Systems has improved the already outstanding results of industry-standard benchmarks by more than 10 percent.


A new display of source browser call graph enables developers to easily navigate through the function call hierarchy. Developers can choose to display all possible calls to or from a selected function with the calls listed in a dedicated Call Graph window. This added functionality provides a good overview of function calls, making it easier to see the relationships between different parts of the application.


In addition, the latest version includes a new License Management System (LMS) that adds features such as commuter licenses, automatic license activation and support for virtual servers. The new LMS makes it easy for customers to administer and manage licenses.


About IAR Embedded Workbench


IAR Embedded Workbench is a complete set of C/C++ compiler and debugger tools with support for all ARM cores, including ARM7/9/11 and ARM Cortex™-M0, Cortex-M0+, Cortex-M1, Cortex-M3, Cortex-M4, Cortex-R4, Cortex-R5, Cortex-R7, Cortex-A5, Cortex-A7, Cortex-A8, Cortex-A9 and Cortex-A15.


Version 6.50 of IAR Embedded Workbench for ARM will be available for customers on November 9, 2012. Visit www.iar.com/ewarm for additional product information.


Editor's Note: IAR Systems, IAR Embedded Workbench, C-SPY, visualSTATE, The Code to Success, IAR KickStart Kit, I-jet, IAR and the logotype of IAR Systems are trademarks or registered trademarks owned by IAR Systems AB. All other products are trademarks of their respective owners.


Editor Contacts
Janice Hughes, Public Relations
Hughes Communications, Inc.
Mobile: (705) 774-8686
E-mail: janice@hughescom.net


Angie Hatfield, Public Relations
Hughes Communications, Inc.
Mobile: (425) 941-2895
E-mail: angie@hughescom.net


IAR Systems Contact
Fredrik Medin, Marketing Director
IAR Systems
Tel: +46 18 16 78 00
E-mail: fredrik.medin@iar.com


About IAR Systems


IAR Systems is the world’s leading supplier of software tools for developing embedded systems applications. The software enables over 14,000 large and small companies to develop premium products based on 8-, 16- and 32-bit microcontrollers, mainly in the areas of industrial automation, medical devices, consumer electronics, telecommunication, and automotive products. IAR Systems has an extensive network of partners and cooperates with the world’s leading semiconductor vendors. IAR Systems Group AB is listed on NASDAQ OMX Stockholm. For more information, please visit www.iar.com


EDA/IP weekly roundup – October 31st

This is a roundup of news or activities in the past few days that may be of interest to people. 

Cadence has announced several verification projects using Verification IP (VIP) for ARM® AMBA® protocols, one of the industry's most widely used verification solutions for the AMBA protocol family. Leading customers, including CEVA, Faraday and HiSilicon have reduced their verification schedules. Cadence has worked closely with ARM to ensure its VIP solutions support ARM CoreLink™ CCI-400 Cache Coherent Interconnect and CoreLink NIC-400 Network Interconnect using the AMBA 4 protocols.

Imperas has released its models of the ARM Cortex-A15, Cortex-R4, Cortex-R4F and ARM1176 processor cores. These models are now available from Open Virtual Platforms™ (OVP™). Support from OVP includes example virtual platforms incorporating the cores, with the processor core models also supported in Imperas’ advanced software development tools. 

LDRA has integrated their tool suite with IBM Rational Rhapsody providing a workflow from model-driven development to test and verification of software. IBM Rational Rhapsody is a UML-based modeling and code-generation tool. Thanks to this integration, developers can access the LDRA tool suite from within the Rhapsody platform to ensure that their generated code complies with industry standards, follows best-practice programming guidelines and is fully tested. 

Proton Digital Systems has announced that Sanjay Srivastava has joined its Board of Directors as Executive Chairman. In this role, Sanjay will focus on driving strategic initiatives for Proton. Prior to this appointment, Sanjay was CEO of Denali and most recently SVP of IP at Cadence Design. While at Denali, Sanjay sold the business to Cadence for $315 million. Proton Digital Systems provides LDPC-based Flash Read Channel IP that drives increased endurance and longevity of Flash Memory. 

Mentor Graphics has announced that its Mentor® Embedded Sourcery™ CodeBench product supports code generation for the Qualcomm Technologies, Inc. (QTI) Hexagon™ DSP architecture for control and signal processing. Mentor Graphics is the first vendor to provide a commercially supported GNU toolchain for the Hexagon DSP architecture, supporting a wide range of embedded applications, including microcontroller, signal processing and control applications, along with commercial services to support this product offering. Each Qualcomm Snapdragon processor contains multiple Hexagon DSPs, providing programmable resources for real-time modem and multimedia functions such as gaming, media and user interfaces.

Forte Design Systems has released a new version of its Cynthesizer™ SystemC high-level synthesis. Enhancements, including increased performance and capacity, have been made across the entire tool suite. The latest features include new modeling style support, expanded optimization and analysis capabilities, integration with third-party tools and improvements to CynWare™ intellectual property cores.

XYALIS and KALRAY say that XYALIS GTstyle has successfully addressed the advanced dummy fill challenges of KALRAY's MPPA-256 manycore processor, designed using 28nm process. With its complex process rules from both analog parts requiring dedicated dummy fill procedures and large digital areas with timing and race condition constraints, KALRAY's most advanced manycore processor was a challenging with respect to the layout finishing.

According to the latest NPD DisplaySearch, flat panel display (FPD) manufacturing equipment spending fell 69% Y/Y in 2012 to $3.8 billion—making 2012 the weakest year in history for FPD equipment makers. Despite the challenges facing the FPD industry, including slow demand growth as TV and PC markets mature, 2013 offers hope of significantly improved conditions.

eSilicon is now offering memory compilers targeting the networking and computing markets in TSMC's 28nm and 40nm technologies. eSilicon’s eFlex™ and eFlexCAM™ embedded memory products include ternary content addressable memories (TCAMs) and multi-port register files. These products increase bandwidth with parallel processing for packet forwarding and classification in internet routers as well as in other applications that require high-speed table lookup.  eSilicon’s 28HPM TCAMs can provide performance of up to 1.6 billion searches per second (BSPS) under typical operating conditions and a latency of 1-2 clock cycles. TCAM performance is 800 million searches per second (MSPS) under worst operating conditions.

Jasper Design Automation has two new property synthesis Apps as part of the family of JasperGold Apps. The JasperGold® Structural Property Synthesis (SPS) App is used to detect and eliminate common functional design errors and ensure that code is clean before validation starts. JasperGold’s Behavioral Property Synthesis (BPS) App accelerates verification closure by leveraging both RTL and simulation information to find and fill coverage holes, thereby increasing functional coverage and raising the overall assertion density. Both Apps support SystemVerilog and VHDL languages for maximum flexibility.

Mentor Graphics has announced its next generation Embedded Sourcery™ CodeBench and Sourcery Analyzer products. Developers can now accelerate system debugging, including multiple Linux applications concurrently, by quickly and easily visualizing and analyzing complex software systems. When combining the Sourcery CodeBench and Sourcery Analyzer products, embedded developers get proven, customizable end-to-end development tools that include automatic performance analysis and efficient multi-process debugging to increase productivity.

Space Codesign Systems
 has version 2.4 of its SpaceStudio™ ESL hardware/software co-design software for SoC embedded systems development. Version 2.4 introduces support for AMP in multiprocessor-based designs in an environment that carries out automated hardware software partitioning. Now, engineers can explore their design options with modern multicore architectures such as the dual-core ARM® Cortex™-A9 processor featured in the latest Xilinx® and Altera® flagship FPGA’s. 


Synopsys has announced that its next-generation Embedded System Discovery™ Verification IP (VIP) for the ARM® AMBA® 4 AXI4™ protocol now offers a Performance Checker capability. This capability enables system-on-chip (SoC) verification teams to analyze and validate SoC performance using metrics established during the system architecture definition process, speeding up the debug of SoC performance bottlenecks.

Uniquify has relocated its corporate headquarters from Santa Clara to San Jose, Calif., to accommodate its rapid growth. The new corporate headquarters is located at 2030 Fortune Drive, Suite 200, San Jose, Calif. 95131. Phone: (408) 235-8810. FAX: (408) 904-7349. Email: info@uniquify.com.

Cadence has announced the tapeout of a 14-nanometer test-chip featuring an ARM Cortex®-M0 processor implemented using IBM’s FinFET process technology. The successful tapeout is the result of close collaboration between the three technology leaders as they teamed to build an ecosystem to address the new challenges from design through manufacturing inherent in a 14-nanometer FinFET-based design flow.

ARM announced the new ARM® Cortex™-A50 processor series based upon the ARMv8 architecture. The series initially includes the Cortex-A53 and Cortex-A57 processors and introduces a new, energy-efficient 64-bit processing technology, as well as extending existing 32-bit processing. AEM hopes that this enables their partners to create system-on-chips that address diverse markets, from smartphones through to high-performance servers.

Synopsys has released a new version of their Synopsys Synplify Pro® and Synplify® Premier FPGA synthesis tools. The 2012.09 Synplify releases include new multiple error isolation and incremental fix capabilities. They have added support for Achronix Speedster 22i HD FPGAs and improved the flow with XilinxVivado.

Elliptic Technologies has partnered with Trusted Logic Mobility to create a content protection technology provided through the tight integration of tVault™ HDCP 2.1 with the Trusted Foundations™ security solution on Android tablets. The solution leverages hardware enforced security based on the ARM ® TrustZone® secure hardware architecture, trusted execution environments (TEE) and targets applications such as HD Video-on-Demand, Over-The-Top and IPTV.

Similarly, Xilinx has announced solutions that further extend the Zynq™-7000 All Programmable SoC's use within trusted systems with hardware and software technologies, including on-chip decryption, authentication, ARM TrustZone® architecture, commercial and open source hypervisors, IP cores, and development boards. Collectively, these technologies offered by Xilinx, Xilinx Alliance Program members and the ARM Connected Community® enable systems that must address secure boot, separation and isolation of independent software stacks, information assurance, and Anti-Tamper.

Digital Core Design has introduced the DT8051. They believe that this is the world’s most powerful tiny 8051 available on the market. The complete system with peripherals and the DoCD debugger use 6650 ASIC gates, while the standalone CPU utilizes less than 3k gates.

Meanwhile Cortus has released what they claim to be the world’s smallest 32-bit microcontroller IP core – the APS1. The APS1 has a 32-bit architecture with 16 general purpose registers. The gate count starts at about 6800 gates. In the TSMC 90 nm technology this can be as small as 0.03 mm2 (Dolphin SESAME-HD library).


Software Engineer, embedded, Firmware, C, RF, WiFi, WLAN

Exciting software development opportunities exist within this wireless communications specialist based in Cambridge. They seek high calibre Embedded Software or Firmware Engineers for new wireless development projects. You will be developing very low level software in C which will drive the hardware for their market leading radio communications systems.


You will have a very good technical degree (or equiv.), be fully competent in C programming within an embedded / firmware environment with a real appreciation for developing software at the hardware level. Any exposure or a keen interest in RF design is a bonus.


Excellent salary on offer as is a bonus and full benefits package. You will be working in a superb environment surrounded by like-minded Engineers with real opportunities for career advancement.


For more information please Embedded System contact Adrian Wagstaff on 01189 881141 or send an email to adrian.wagstaff@ic-software.com


Key Skills: Software, Firmware, Embedded, C, RF, Analogue, Matlab, WiFi, WLAN, Radio



IC Software - your first contact for Embedded, DSP & Software jobs.


 


 


Pebble Bay to Exhibit at Freescale TechDay Design Event

Embedded systems design consultants, Pebble Bay, have announced that they will be exhibiting at Freescale's UK TechDay on 5th December in Milton Keynes.

Embedded systems design consultants, Pebble Bay, have announced that they will be exhibiting at Freescale's UK TechDay on 5th December in Milton Keynes. The Freescale TechDay is an event enabling engineers to discover the latest technology from Freescale and to attend a range of technical and hands-on sessions to learn about their new products. Engineers from Pebble Bay will be available to discuss their engineering services and how they assist technology companies with hardware/software integration, driver development and a range of other hardware and software consulting services. "We have undertaken a number of major projects that have been based on Freescale technology," said Ian Willats, Managing Director at Pebble Bay. "It is a technology that we know well and with which we have accumulated a lot of experience." Pebble Bay is a member of the Freescale Design Alliance Program, a community that brings together knowledge and capabilities relating to Freescale’s range of microprocessors. As a result of this membership, Freescale has recently introduced several European customers to Pebble Bay, to assist with major development projects. "Many of our recent projects have been based on processors from Freescale’s QorIQ family, running both Linux and commercial operating s Embedded System ystems" said Ian. “We have provided consulting services and software development services to these customers, helping to reduce risk  and shorten project timescales.” Provisionally agreed subjects for the technical training and hands-on sessions include Kinetis ARM® Cortex™ M0+, M4 MCUs, Multi-core eMPU, Cortex A5/M4, the i.MX multimedia applications processors and the QorIQ 32bit and 64bit processors. These sessions will also feature a variety of software and hardware tools for Industrial, Networking and Consumer applications. UK based Pebble Bay is a business that helps technology companies build and improve all kinds of products based on microprocessors. Since the company launch nearly five years ago, Pebble Bay has become a respected leader in the development of board support packages and hardware software interfacing. With extensive knowledge and experience of a broad range of RTOS’s, Linux and Windows based OS’s and a thorough understanding of microprocessor-based hardware; the Pebble Bay team has become a valuable resource to the worldwide-embedded systems industry. For more details about this event, please visit: http://www.freescale.com/webapp/sps/site/overview.jsp?code=DWF_TECHDAYS About Pebble Bay Pebble Bay helps businesses build and improve all kinds of products based on microprocessors. The company helps their customers to get the best out of their design by focusing on the software building blocks that support the application. Clients trust Pebble Bay’s team of specialists and project managers to solve embedded software problems across a wide variety of industries and applications. This enables new products to be delivered to market quicker and existing products to be enhanced and improved. http://www.pebblebay.com Pebble Bay Contact Ian Willats, Managing Director, Pebble Bay Tel: +44 (0) 1926 421700 Email: ian.willats(at)pebblebay.com Media Contact Richard Blackburn, Energi Technical Limited Tel: +44 (0) 1603 439569 Email: richard(at)energi-tech.co.uk

 


2012年10月28日 星期日

IEI Technology-IEI introduces infotainment tablet PC, in-vehicle computing device and order entry PDA


IEI Technology Corp.(IEI), the leading industrial computing company, introduces the mobile series, including infotainment tablet PC, order entry PDA and in-vehicle computing devices.

IEI Technology Corp.(IEI), the leading industrial computing company, introduces the mobile series, meeting the trends Cloud computing and 3G networks accessibility. The mobile devices include infotainment tablet PC, order entry PDA and in-vehicle computing devices. 

Ice-ROCK series: Infotainment Tablet PC

With the easy-to-use features, such as ambient light sensor, programmable function keys, and G-Sensor, the Ice-ROCK series allows users to apply on fields of warehouse management, multimedia control center and construction site. In addition, the Ice-ROCK is powered by Intel ® Atom™ Z530P with full hardware acceleration, eliminating the need for software decoding and overloading the processor, and that is optimized for multitasking with low CPU resource utilization. 

iKarPC series: Vehicle Computer Series

The vehicle bus protocol deals with special request for data transmission reliability and quality on vehicle bus. The MCU inside iKarPC acts as a converter among these protocols. IEI currently supports three major vehicle bus protocols: OBD-II, J1939 and FMS. The OBD-II is mostly for small car diagnostics while the SAE J1939 is implemented for off-road vehicles with diesel engines and the FMS is for commercial trucks or buses. With diverse connectivity, such as WWAN 2.5G/3.5G/3.75G, A-GPS for travel navigation and path tracking, and alternative DVB-T/CMMB mobile entertainment intelligent for TV channel scan for quick program access.

MODAT-200: Order Entry PDA
The MODAT-200, built-in Windows Mobile 6.5, offers real-time information for wait staff to provide their guests with better, faster service and more information. Unlike with the traditional ordering process, the MODAT-200, the ease-of-use order entry PDA, can easily satisfy customer demands by providing real-time information which may include best offer of the day, sold out alerts, customer preference-based suggestions, bonus/gift points inquiry and membership signup. When a dish is ready, wait staff can be notified by the built-in PDA vibrator. They also can be notified of special events like happy hour or hot selling alerts via vibrator, speaker, headset, or display flash. After dining, the wait staff can use the stylus to input customer feedback and preferences as well as complete CRM through network. 


About IEI Technology Corp. 

IEI Technology Corp. is a leading industrial computer provider. IEI provides products for computer-based applications such as factory automation, computer telephony integration, networking, security, IT systems, communication base stations, medical devices and kiosks,Panel pc , Embedded pc . IEI serves industries such as national defense, police administration and transportation. IEI continues to promote its own brand of products in addition to serving ODM vertical markets with complete and professional service.


2012年10月27日 星期六

IEI Technology-IEI Introduces the Dual DVI Display Multimedia Box



The ECN-581A-QM57 delivers enhanced visual performance with its new generation Intel® Core™ i5-520M mobile processor and mobile Intel® QM57 Express Chipset.

IEI Technology Corp. (IEI), the global industrial PC innovator, introduces the ECN-581A-QM57, a dual DVI Display Multimedia Box. The ECN-581A-QM57 delivers enhanced visual performance with its new generation Intel® Core™ i5-520M mobile processor and mobile Intel® QM57 Express Chipset. The Intel® QM57 chipset is the advanced version of Intel® HM55 and supports Intel® AMT 6.0 (Intel® Active Management Technology 6.0).

The ECN-581A-QM57 has a high performance graphics engine with full AVC, VC-1 and MPEG2 decoding acceleration as well as 1080p HD digital output for large-sized displays making the ECN-581A-QM57 an ideal system for digital signage. The dual display feature is achieved through the dual DVI interfaces. The DVI-D connector supports up to 1920x1200 high resolution and the DVI-I connector also provides support for VGA output via DVI to VGA adaptor.

The integrated Intel® QM57 Express Chipset supports Intel® AMT 6.0 for remote management. The ECN-581A-QM57 features iEZman which allows remote IT support staff to remotely control and perform administrative tasks to better discover and protect networked computing assets through a graphical user interface in Windows. iEZman provides IT departments with remote client management, OOB (out-of-band) diagnostics and assets tracking regardless of system power or OS state to help reduce total cost of ownership and improve productivity. Benefits include better asset management, fewer desk side visits and downtime reduction.

The ECN-581A-QM57 also includes the latest recovery software from IEI called One Key Recovery. The software eliminates the frustration of system recovery after an unexpected system failure. The One Key Recovery function easily creates a full system backup on demand and allows system recovery by restoring to a previously made backup with a single click. 

The ECN-581A-QM57 multimedia box is your smart choice for a compact, yet high performance digital signage solution with remote control management, system backup and recovery. Please visit www.ieiworld.com or contact sales@iei.com.tw for further information.




About IEI Technology Corp. 

IEI Technology Corp. is a leading industrial computer provider. IEI provides products for computer-based applications such as factory automation, computer telephony integration, networking, security, IT systems, communication base stations, medical devices and kiosks,Panel pc , Embedded pc . IEI serves industries such as national defense, police administration and transportation. IEI continues to promote its own brand of products in addition to serving ODM vertical markets with complete and professional service.


2012年10月26日 星期五

IEI Technology-IEI Introduces Advanced Single Board Computers with the Intel® G41 Chipset


The IEI SBC series with the Intel® G41 chipset and Intel® Core™ 2 Quad processor support is not only built on 45nm Intel® Core™ micro-architecture delivering advanced video and graphics performance but also featured with DDR3 support...

IEI Technology Corp. (IEI), the global industrial PC innovator, introduces advanced Single Board Computers (SBC) featuring the Intel® G41 chipset which is designed to handle massive computing and visual workloads. The IEI SBC series with the Intel® G41 chipset and Intel® Core™ 2 Quad processor support is built on 45nm Intel® Core™ micro-architecture delivering advanced video and graphics performance and power efficiency. The IEI Intel® G41 series also features DDR3 support, transferring data at twice the rate of DDR2 to improve data delivery with less data loss and fewer delays. IEI SBCs with the Intel® G41 chipset include the PCIE-G41A2, WSB-G41A and IMB-G41A. Advancements in video performance and transferring efficiency not only enhance the visual experience, but also deliver supreme video performance for industrial automation and security networking applications.

PCIE-G41A2 is a full-size PICMG 1.3 CPU card supporting an LGA775 Intel® Core™2 Extreme/Quad/Duo and Celeron processor with a Front Side Bus (FSB) up to 1333 MHz. Dual channel DDR3 800/1066 MHz and a high performance PCI-Express Gigabit Ethernet controller ensures data transfer with less data loss.  

WSB-G41A is a full-size PICMG 1.0 SBC. It supports an LGA775 Intel® Core™ 2 Quad processor with an FSB up to 1333 MHz. The WSB-G41A provides highly efficient data transfers with dual channel DDR3 800/1066 MHz up to 4 GB. The WSB-G41A is ideal to be applied in wide-ranging industrial applications dual Intel® GbE Ethernet, four SATA 3Gb/s, and two RS-232 serial port connectors.

IMB-G41A is a microATX motherboard supporting a 45nm LGA775 Intel® Core™2 Quad CPU with a 333/1066/800 MHz FSB. The built-in Intel® GMA 4500 enables the IMB-G41A to deliver excellent graphics performance. The IMB-G41A is ideal for dual display via its VGA and PCIe x16 interfaces. Diverse I/O interfaces including ten COM ports, four SATA 3Gb/s ports and a HD audio connector make the IMB-G41A a highly capable industrial control system and equally well suited for other industrial applications

IEI single board computers with Intel® G41 chipsets also includes the latest recovery software from IEI called One Key Recovery. The software eliminates the frustration of system recovery after an unexpected system failure. The One Key Recovery function easily creates a full system backup on demand and allows system recovery by restoring to a previously made backup with a single click. 

IEI’s boards of Intel® G41 series with DDR3 support fulfill the demands on high visual performance with remote control management, system backup and recovery. Please visit www.ieiworld.com or contact sales@iei.com.tw for further information.


About IEI Technology Corp. 

IEI Technology Corp. is a leading industrial computer provider. IEI provides products for computer-based applications such as factory automation, computer telephony integration, networking, security, IT systems, communication base stations, medical devices and kiosks,Panel pc , Embedded pc . IEI serves industries such as national defense, police administration and transportation. IEI continues to promote its own brand of products in addition to serving ODM vertical markets with complete and professional service.


2012年10月24日 星期三

IEI Technology-IEI Launches the ECN-001B Embedded System with Intel® Atom™ E660T processor

IEI Technology Corp. (IEI), the global industrial PC innovator, today announces the launch of the ECN-001B, a wide-temperature embedded system based on the new options for the Intel® Atom™ processor E6xx series operating between -10°C and 50°C.

IEI Technology Corp. (IEI), the global industrial PC innovator, today announces the launch of the ECN-001B, a wide-temperature embedded system based on the new options for the Intel® Atom™ processor E6xx series operating between -10°C and 50°C.

IEI’s ECN-001B embedded system includes the 1.3 GHz Intel® Atom™ E660T processor series. The ECN-001B features advanced ultra low power consumption and robust 2D/3D graphics performance. Encoding formats include MPEG4, H.263, and H.264, and supports MPEG2, MPEG4, VC1, WMV9, H.264 video compression decoding capabilities. The system supports dual independent display via an 18/24-bit 1 channel LVDS with maximum resolution of 1280x768 at 60 Hz and HDMI via SDVO with a maximum resolution of 1280x1024 at 85 Hz.

The ECN-001B supports one SATA 3 Gb/s for 2.5” 120GB HDD or SATA DOM, two SD card slots, one CompactFlash® Type II card socket and four USB 2.0 connections through the Intel® Platform Controller Hub EG20T. The system includes 1 GB DDR2 800 MHz memory on-board.

ECN-001B features Wi-Fi and Bluetooth modules with one internal antenna and one optional external antenna for wireless communications. The system also includes an IR receiver. The power input is 12 V DC and includes a power adapter. The ECN-001B meets the ErP (Energy-related Products) standard which requires standby power consumption at less than 1 watt.

The ECN-001B can be applied in environments requiring systems with high-performance graphics, low power consumption, and a small footprint. Its compact size at 170mm x 136mm x 27mm is excellent for applications in which space considerations are critical. ECN-001B is a compact system ideally suited for use in digital signage, in-vehicle infotainment, multimedia device, kiosk, surveillance, and point-of-sales applications.


About IEI Technology Corp. 

IEI Technology Corp. is a leading industrial computer provider. IEI provides products for computer-based applications such as factory automation, computer telephony integration, networking, security, IT systems, communication base stations, medical devices and kiosks,Panel pc , Embedded pc . IEI serves industries such as national defense, police administration and transportation. IEI continues to promote its own brand of products in addition to serving ODM vertical markets with complete and professional service.

2012年10月22日 星期一

IEI Technology-IEI Launches the uIBX-210-CV-N2600 Fanless Embedded System with Intel® Atom™ N2600 Dual Core Processor


IEI Launches the uIBX-210-CV-N2600 Fanless Embedded System with Intel® Atom™ N2600 Dual Core Processor

 IEI Technology Corp. (IEI), the global industrial computing innovator, introduced the uIBX-210-CV-N2600, a slim and compact fanless embedded system with Intel® Atom™ N2600 1.6GHz dual-core processor, Intel® NM10 Express Chipset and 2GB DDR3 memory.

The Intel® GMA 3600 with 400 MHz core speed integrated in the Intel® Atom™ N2600 processor allows the uIBX-210-CV-N2600 to present high-performance multimedia applications through the VGA and HDMI interfaces and its dual-display capability. The uIBX-210-CV-N2600 features 12V-only single voltage design with low power consumption and supports AT/ATX power mode selection. The internal PCIe Mini card slot allows expansion for compatible mSATA devices. Four USB 2.0 ports, three serial ports and two audio jacks simplify connectivity to a variety of external peripheral devices. The uIBX-210-CV-N2600 also includes UEFI BIOS to ensure steady system operation.

The uIBX-210-CV-N2600 includes IEI’s exclusive One Key Recovery software solution which eliminates the frustration of system recovery after unexpected system failure. One Key Recovery is an easy way to create full system backup on demand and system restoration to a previously made backup with a single click.

For more information, please visit www.ieiworld.com or contact sales@ieiworld.com for further information.



About IEI Technology Corp. 
IEI Technology Corp. is a leading industrial computer provider. IEI provides products for computer-based applications such as factory automation, computer telephony integration, networking, security, IT systems, communication base stations, medical devices and kiosksPanel pc , Embedded board . IEI serves industries such as national defense, police administration and transportation. IEI continues to promote its own brand of products in addition to serving ODM vertical markets with complete and professional service.