All the latest quantum computer articles

See the latest stories on quantum computing from eeNews Europe

Friday, December 27, 2019

Top stories in December on the Embedded blog

By Nick Flaherty www.flaherty.co.uk
Kontron expands COMe Type 6 boards with AMD Ryzen processors
Posted by Nick Flaherty
615

Advantech launches palm-sized PC with Atom 3900 for IoT
Posted by Nick Flaherty
178
Atmosic chooses CEVA for battery-free Bluetooth 5 IoT chip
Posted by Nick Flaherty
118
Infineon teams with Klika Tech on smart buildings
Posted by Nick Flaherty
103
AMD gets back into the embedded market with focus on mini PCs
Posted by Nick Flaherty
102
CodeGuru gives automated code reviews and application performance recommendations
Posted by Nick Flaherty
87
Renesas consolidates its energy harvesting controller family
Posted by Nick Flaherty
87
PICMG finalises pin out for high performance COM modules
Posted by Nick Flaherty
70

50GOPS at 50mW for IoT AI edge processor
Posted by Nick Flaherty
68

Packet-based power ... Teslas's Berlin plans ... Battery minerals from deep sea nodules ... Power supply for immersed computing
Posted by Nick Flaherty
62

Mini-ITX board has 14nm Coffee Lake six core processor
Posted by Nick Flaherty
57

Smart hub combines wired and wireless protocols
Posted by Nick Flaherty
53

Smallest 100nF capacitors for 5G phones ... startup creates network of power packs ... Nexeon silicon anode patents
Posted by Nick Flaherty
53
ThreadX sale sets up Microsoft vs Amazon IoT showdown
Posted by Nick Flaherty
43

Quad core Smart Audio board adds Google Assistant
Posted by Nick Flaherty
39

Hybrid wafers with GaN on Si ... Spin computing slashes power ... In-panel batteries to boost storage
Posted by Nick Flaherty
31

Wireless charging tags and pacemakers ... GaN transistors for space and avionics
Posted by Nick Flaherty
30

Kontron Box PC industrial controllers use Intel Core and Xeon E processors
Posted by Nick Flaherty
29

Adlink teams for machine vision AI at the edge
Posted by Nick Flaherty
22

Thursday, December 12, 2019

Smart hub combines wired and wireless protocols

By Nick Flaherty www.flaherty.co.uk

Bridgetek has launched a smart hub that combines wired and wireless protocols for building automation.

The technology is used in the recent PanL Smart Living and PanL Room Manager systems. The PanL Hub enables installers to incorporate various different communication technologies into their system deployments, so that greater functionality can be derived while still ensuring maximum user convenience and keeping down costs.

In terms of wireless connectivity options, Wi-Fi (802.11b/g/n), ZigBee and RF433 protocols are all included, plus more specialist OEM-specific protocols like Hue, DALI and DMX512. Consequently, the PanL Hub is able to interact with the broadest possible variety of wireless smart devices (both sensors and actuators) within environments like homes, offices, hotels, retail outlets, etc. There are no limitations imposed by the communication technology of the device, thereby allowing control of everything (heating, lighting, air conditioning, room/building access and so on) directly through intuitive PanL-based user interfaces.

The wireline connectivity allows the PanL Hub to hook up to the building’s existing Ethernet (10/100 Base-T) infrastructure through standard CAT 5/6 cabling, with PoE capabilities meaning that power can be drawn via this route, as well as using it for data transfer. 

There are 2 different configurations available - with the PanL Hub 44 featuring 4 serial ports for display unit connection and the PanL Hub 80 expanding that to a total of 8 serial ports for this purpose. The PanL Hub 44 can connect directly to 8 PanL70/PanL70Plus display units through these serial ports (with another 4 serial ports dedicated to interfacing with sensors), while the PanL Hub 80 can connect to 16 of these. There is scope for multiple hubs to be hooked up to the network and cascaded - so that any size of office facility or residential complex can potentially be addressed.

The foundation of the PanL Hub is a 64bit quad-core ARM Cortex A53 microcontroller with 1GB of low-power DDR2 RAM memory resource and 4GB of embedded flash available. It runs the Linux operating system to simplify the integration into different building automation scenarios and to adapt it if needed.
www.brtchip.com

Tuesday, December 10, 2019

50GOPS at 50mW for IoT AI edge processor

By Nick Flaherty www.flaherty.co.uk

GreenWaves Technologies has launched a new member of its GAP IoT application processor that cuts the energy consumption by a factor of 5. 

The GAP9 combines architectural enhancements and Global Foundries 22nm FDX process to deliver a peak cluster memory bandwidth of 41.6 GB/sec and up to 50 GOPS combined compute power at an overall power consumption of 50mW.

GAP9 enables customers to embed machine learning and signal processing capabilities into battery operated or energy harvesting devices such as IoT sensors in smart building, consumer and industrial markets and consumer and medical wearable devices. Compared to the GAP8, GAP9 reduces energy consumption by 5 times while enabling inference on neural networks 10 times larger.

“GAP9 enables a new level of capabilities for embedding combinations of sophisticated machine learning and signal processing capabilities into consumer, medical and industrial product applications,” said Loic Lietar, CEO of GreenWaves Technologies. “The GAP family provides product designers with a powerful, flexible solution for bringing the next generation of intelligent devices to market.”
GAP9 adds support for floating-point arithmetic with an FPU that handles 8, 16, and 32-bit precision with support for vectorization. GAP9 also extends GAP8’s support for fixed-point arithmetic with support for vectorized 4-bit and 2-bit operations. This helps make the calculatons more power efficient. 

The GAP9 also incorporates bi-directional multichannel, synchronized digital audio interfaces for wearable audio products, as well as CSI2 and parallel camera interfaces allowing the use of low resolution, low power camera for scene analysis and then extract a region of interest from high-resolution, higher power camera for analysis of scene details.

GAP9 handles sophisticated neural networks such as MobileNet V1, processing a 160 x 160 image with a channel scaling of 0.25 in just 12ms with a power consumption of 806μW/frame/second. GreenWave has boosted the effective memory bandwidth compared to GAP8 by a factor of 20, enabling significant improvements in detection accuracy by simultaneously analysing streams of data from multiple different sensors such as images, sounds, and radar.

GAP9 incorporates additional security features protecting device makers firmware and models while also protecting devices from tampering including hardware support for AES128/256 cryptography and a Physically Unclonable Function (PUF) unit that allows devices to be uniquely and securely identified.

The GAP SDK includes the GAP AutoTiler, allowing automatic code generation for neural network graphs often reducing memory movement down to below 1.2 times the theoretical minimum and GAPFlow, a series of tools for automating the conversion of neural networks from training packages such as Google TensorFlow. Combined with out of the box, open-source, network implementations such as a full, Open Source Face Identification implementation, the GAPFlow toolset reduces implementation time from months to days.

www.greenwaves-technologies.com.

Wednesday, December 04, 2019

CodeGuru gives automated code reviews and application performance recommendations

By Nick Flaherty www.flaherty.co.uk

Amazon has launched a cloud-based machine learning service for development teams who want to automate code reviews, identify the most expensive lines of code in their applications, and receive intelligent recommendations on how to fix or improve their code.

Even for the most seasoned engineers, it can be difficult to detect some types of code issues even through peer code reviews and unit testing. It can also be challenging to identify the most resource intensive code methods without needing performance engineering expertise. CodeGuru, based on the AWS cloud service, helps developers catch code issues faster and earlier, and improve application performance.

CodeGuru Reviewer detects and flags wide-ranging issues in source code such as thread safety issues, use of un-sanitized inputs, inappropriate handling of sensitive data, and resource leaks. It also detects deviation from best practices for using AWS APIs and SDKs, flagging common issues that can lead to production issues, such as detection of missing pagination or error handling with batch operations. 

It is based on machine learning models trained on Amazon’s internal code bases of hundreds of thousands of internal projects, as well as over 10,000 open source projects in GitHub. Tens of thousands of Amazon developers have contributed to CodeGuru’s training based on decades of experience in code review and application profiling. 

For example, CodeGuru Reviewer is trained using rule mining and supervised machine learning models that use a combination of logistic regression and neural networks. During training to detect deviation from best practices, it mines Amazon code bases for pull requests that include AWS API calls. It looks at code changes and cross-references them against documentation data, which it also mines in parallel. This creates new models for best practices that Reviewer uses when it reviews the code to provide recommendations. CodeGuru Profiler is also trained by Amazon performance engineers and used to profile tens of thousands of services used internally at Amazon. 

The Profiler searches for application performance optimizations, identifying the most “expensive” lines of code and recommending ways to fix them to reduce CPU utilization, cut compute costs, and improve application performance. This provides specific recommendations so developers can take action immediately on issues such as excessive recreation of expensive objects, expensive deserialization, usage of inefficient libraries, and excessive logging. It also runs continuously in production, consuming minimal CPU capacity so it does not significantly impact application performance. 

To use the service, developers can associate existing code repositories on GitHub or AWS CodeCommit with CodeGuru. Profiling an application starts by installing a small agent using code that CodeGuru provides and configuring it in the CodeGuru console.

CodeGuru is available in preview in the AWS regions of US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), and Asia Pacific (Sydney).

Amazon CodeGuru

Kontron Box PC industrial controllers use Intel Core and Xeon E processors


By Nick Flaherty www.flaherty.co.uk

Kontron has launched its third generation of industrial computers in Box PC format using Intel Core and Xeon E processors 
The KBox C-103-CFL series is based on the latest of the ninth generation with up to six processor cores and are specifically designed for use in control cabinets in automation environments. In addition to the control and visualization of machines or inspection and AI-based vision applications, Soft-PLC applications can also be implemented using the optional NVRAM and the integration of fieldbus extensions. The KBox C-103-CFL is currently available with two PCI Express slots; further variants with up to four slots will follow during the first quarter of 2020. 

The Bix PCs use the ninth generation Core i3, i7 or Xeon E processors; the Intel Core i5 is based on the 8th generation. The maintenance-free system enables fanless operation up to 75 degrees Celsius while a Goldcap option and redundant power supplies as well as the recovery functionality guarantee maximum system availability and a long life time.

In addition to up to three display ports and up to four GB Ethernet interfaces, the family features up to four PCI Express, one mPCIe and three M.2 expansion slots. Up to two COM ports incl. RS485 option, three USB 3.0 and three USB 2.0 ports,as well as up to four SATA slots ensure maximum flexibility and expandability. For secure communication and connection to the cloud, the industrial computers support TPM V2.0 encryption and the Kontron APPROTECT security solution based on Wibu-Systems CodeMeter. Kontron APPROTECT Licensing also enables new business models such as 'pay-per-use' or time-based trial versions.

www.kontron.com/products/systems/embedded-box-pc/kbox-c-series/kbox-c-103-cfl.html

Tuesday, December 03, 2019

AMD gets back into the embedded market with focus on mini PCs

By Nick Flaherty www.flaherty.co.uk

AMD has made its return to the embedded market with Ryzen Embedded V1000 and R1000 processors.

These are being used by ASRock Industrial, EEPD, OnLogic and Simply NUC for Mini PC platforms for the industrial, media, communications and enterprise markets with a planned 10-year processor availability.

“The demand for high performance computing isn’t limited to servers or desktop PCs. Embedded customers want access to small form factor PCs that can support open software standards, demanding workloads at the edge, and even display 4K content, all with embedded processors that have a planned availability of 10 years,” said Rajneesh Gaur, corporate vice president and general manager of  Embedded Solutions, AMD. “This is why many of our technology partners have chosen AMD Ryzen Embedded processors to power their Mini PCs. We are excited to work together and provide the industry with a new open ecosystem for small form factor computing.”

The value this time, says AMD, is the Mini PCs have access to an existing embedded processor ecosystem that supports open software standards, while providing OEMs the capability to create unique, customisable platforms.

The AMD Ryzen Embedded processors combine the Zen CPU and Vega GPU architectures in an SoC with a power envelope from 6W to 54W in pin compatible packages that powers high resolution, 4K multi-display configurability and high-performance 3D graphics.

The key is that the Mini PCs support a growing list of software partners with pre-validated packages based on open source software. These partners include Radeon Open Compute (ROCm), OpenCL™, and more. As well, these Mini PCs can run software for machine vision, object detection, edge inference, and analytics from AMD software ecosystem partners, creating a platform that’s well suited for applications that require fast deployment.

ASRock Industrial with its 4X4 BOX – R1000V and 4X4 BOX – V1000M systems aim to deliver cost-effective, high-performance and versatile embedded Mini PCs for home entertainment, business and industrial applications.
EEPD's SBC PROFIVE NUCV and SBC PROFIVE NUCR embedded Mini PC product family is focussed on minimal space
OnLogic's ML100G-40 and MC510-40 are the first two systems in a line of AMD powered small form-factor computers that leverage the reliability and lifecycle benefits of OnLogic's expertise in building industrial and rugged devices.
Simply NUC with the Sequoia V8 and Sequoia V6, which are rugged, long-lasting units to power digital signage displays, electronic kiosks, data arrays, and other free-standing utilities

"Simply NUC has excelled in making small form factor PCs for a while, but when we took a look at our product roadmap, we noticed a gap in providing our customers with high-performance, long life platforms," said Aaron Rowsell, CEO at Simply NUC. "With the new Simply NUC Sequoia platform, we get to take the high-performance capabilities and planned longevity of the AMD Ryzen Embedded processors and combine that with the Simply NUC experience and create a minicomputer that’s small in size but not on toughness or reliability.”

Monday, December 02, 2019

Adlink teams for machine vision AI at the edge

By Nick Flaherty www.flaherty.co.uk

Camera maker ADLINK Technology has teamed up with Intel and Amazon Web Services (AWS) to simplify artificial intelligence (AI) at the edge for machine vision. 

The integrated solution offers an Amazon Sagemaker-built machine learning model optimized by and deployed with the Intel Distribution of OpenVINO toolkit, the ADLINK Edge software suite, and certification on AWS Greengrass.

The approach provides the full cycle of machine learning model building—from design to deployment to improvement—by automating edge computing processes so that customers can focus on developing applications without needing advanced knowledge of data science and machine learning models: 

  • The Intel Distribution of OpenVINO toolkit optimizes deep learning workloads across Intel architecture, including accelerators, and streamline deployments from the edge to the cloud.
  • Amazon Sagemaker is  a fully-managed service that covers the entire machine learning workflow.
  • AWS Greengrass extends AWS to edge devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage.
  • The ADLINK Data River offers translation between devices and applications to enable a vendor-neutral ecosystem to work seamlessly together.
“We’ve worked on multiple industrial use cases that benefit from AI at the edge, including a smart pallet solution that makes packages and pallets themselves intelligent so they can detect where they're supposed to be, when they're supposed to be there, in real-time,” said Toby McClean, VP, IoT Innovation & Technology, at ADLINK. “This enables warehouse customers to yield improved logistics and productivity, while also decreasing incorrectly shipped packages and theft. And this use case can be replicated across verticals to improve operational efficiency and productivity.”

Additional use cases include object detection modeling for object picking functions or worker safety, such as identifying product defects on conveyor systems or worker impediments in manufacturing environments, and equipment failure predictions to reduce machine downtime and increase productivity.

The software can be fully optimized on certified ADLINK devices, including the NEON industrial smart camera, EOS vision system, and deep learning accelerator card and GigE frame grabber with Intel's Movidius Myriad X VPU.

Hybrid wafers with GaN on Si ... Spin computing slashes power ... In-panel batteries to boost storage

Power news from eeNews Europe Power by Nick Flaherty www.flaherty.co.uk

. Spin computing slashes power consumption

. Nexans signs wind turbine power cable deal with Siemens Gamesa

. Swedish 50kW fast charger roll out uses ABB tech

. Silicon-carbon anode startup raises $18m

POWER TECH TO WATCH
. Graphene battery electrode for in-panel storage

. Hybrid GaN-on-SiC wafers boost for power devices

NEW POWER PRODUCTS
. 300Farad UL-certified ultracapacitor for robotics and smart factories


. 1U programmable power supply reaches 3.4kW


. 600A, 60mm bipolar thyristor module targets drives and UPS


TECHNICAL PAPERS