Click here to Skip to main content
15,867,488 members
Articles / Internet of Things
Article

Scaling for IoT Market Demands

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
11 Apr 2017CPOL6 min read 5.8K   1  
As IoT demand drives increases in data volume, a more powerful processor is required, as well as additional storage.

This article is for our sponsors at CodeProject. These articles are intended to provide you with information on products and services that we consider useful and of value to developers

Get access to the new Intel® IoT Developer Kit, a complete hardware and software solution that allows developers to create exciting new solutions with the Intel® Galileo and Intel® Edison boards. Visit the Intel® Developer Zone for IoT.

IoT markets are demanding a spectrum of processing power. Businesses see the need to have computation done at the edge as well as analytics in the cloud.

Intel offers a range of hardware options for IoT deployments. Computing power progresses in order from the Intel Atom® processor1,to the Intel® Core™ processor2 and finally to the Intel® Xeon® processor3. As IoT demand drives increases in data volume, a more powerful processor is required, as well as additional storage.

Image 1

Devices that provide edge analytics and/or real-time responsiveness are utilizing more powerful processors at the edge. Due to this growing demand, edge devices are being deployed into new situations where:

  • Low-latency situations where real-time actions and processing are required
  • High bandwidth data is too expensive or takes too long to send to the cloud
  • Intermittent or no network connections require edge processing
  • Privacy requirements prevent sending sensitive information over a network
  • Processing data at the edge while only transmitting minimal required information to the cloud
  • Examples include MRI machines, autonomous driving, and video processing

Scaling in IoT

The concept of ‘scaling’ a system or solution is going from less computational needs to more in a progressive fashion. Sometimes it is within the same device, like a car or a security camera, but it can also be applied to system-wide changes, like a smart city.
In an IoT deployment, scaling generally occurs in three areas: sensors, network, and cloud.

  • Sensors collect data on the environment. While you may think of temperature, water flow, or humidity readings when you think of sensors, they also include video, audio, and other high-bandwidth medium (like LIDAR, RADAR, etc).
  • As sensor data increases in complexity, communicating the necessary sensor data with a robust network stack in a secure manner becomes more critical.
  • Data sent to the cloud is analyzed, routed, and stored. The cloud can also act as a message system of sorts, triggering events for other systems.

Retail Example

To put this in perspective, imagine a retail setting where multiple computing needs require progressively more processing power.

Image 2

A basic point of sale (POS) system, which can be comprised of a retail register and barcode scanner, will require basic processing power that can be met through the Intel® Atom® product family. In the same setting you could have an interactive retail kiosk, where customers can interact with clothing selections, send images, and search inventory. This type of system would require an Intel® Core™ processor for audience analytics, voice recognition, remote management, and driving high-resolution displays. The retail owner will want to understand data and consumer interaction with all the technology at the retail site. In order to do this amount of data processing for trends, inventory controls, security, and operational analysis, a Intel® Xeon® processor based in a data center is best suited.

Scaling IoT Applications

Intel offers many hardware and software solutions that can advance your IoT capabilities. This can include the use of sensors, gateways, cloud services, computer vision, deep learning, and others. Below is a sampling to understand the relationship the tools and libraries have as you scale your IoT deployment.

Image 3

Sensors

The Intel sensor library includes more than 300 industrial and maker validated sensor modules designed to work with the integrated development environment (IDE) and OS of your choice for near-real-time performance. Intel ecosystem partners such as Honeywell and the wider IoT community are continually adding to the library of available "works out-of-the-box" sensor drivers. Intel tests and validates the integrated hardware and software, including the sensor drivers, Intel boards, data sheets, and protocols, saving extensive time and costs for solution developers. Existing drivers from the UPM Library are easy to customize, modify, and build upon. With a few lines of code from the Intel sensor library, data can be pulled from edge devices and sensors and pushed to the cloud.

Computer Vision

OpenCV (http://opencv.org/) is a BSD-licensed library for computer vision applications. It is cross-platform and there are vast amounts of tutorials available on the web. When a system has OpenCL (https://www.khronos.org/opencl/) installed, OpenCV can utilize resources across the CPU and GPU.

Tools

As processing power progresses from the edge to the cloud, the need for consistency across development tools is critical for developers. Intel provides developers working with an Intel Atom® processor, Intel® Core™ processor, or Intel® Xeon® processor, a consistent tool experience. These tools include the following IDEs:

  • Intel® XDK — Create web interfaces, add sensors to your project, and work with the cloud. This developer kit includes companion templates to get your project up and running quickly.
  • Intel® System Studio — Advanced debug, trace, and analysis features help you develop your IoT solutions or embedded applications. This suite is ideal for high-demand processing including image, machine learning, storage, communications, and transportation usages.
  • Intel® System Studio IoT Edition — This Eclipse* based IDE comes with the built-in capability to easily integrate sensors via UPM and MRAA libraries, which you can develop in C/C++ or Java*.

Intel® Parallel Studio and Intel® VTune™ Amplifier

Intel® Parallel Studio is a software development suite that helps boost application performance on Intel® Xeon® processors. It includes the Intel® VTune™ Amplifier, a performance profiler which provides analysis so you can better tune your code. Some of the main features of Intel VTune Amplifier are that it works with OpenCL applications, allows profiling across CPU, GPU, FPU, threading, and memory, and provides a usage breakdown on a line-by-line basis

Intel® Deep Learning SDK

The Intel® Deep Learning SDK lets you visually set up, tune, and run deep learning algorithms. It also simplifies the installation of popular deep learning frameworks, optimized for Intel platforms.

Conclusion

The needs of computing at the edge are rapidly changing, and the ability to quickly scale hardware solutions is more important than ever. Intel® provides an easy processor roadmap for giving you the power needed, when you need it. To supplement the easy hardware path, Intel® provides other edge computing tools, such as sensors, and computer vision. This ecosystem gives you the ability to tie all of your edge computing needs together into a single, elegant solution.

1http://www.intel.com/content/www/us/en/products/processors/atom.html
2http://www.intel.com/content/www/us/en/products/processors/core.html
3http://www.intel.com/content/www/us/en/products/processors/xeon.html

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
You may know us for our processors. But we do so much more. Intel invents at the boundaries of technology to make amazing experiences possible for business and society, and for every person on Earth.

Harnessing the capability of the cloud, the ubiquity of the Internet of Things, the latest advances in memory and programmable solutions, and the promise of always-on 5G connectivity, Intel is disrupting industries and solving global challenges. Leading on policy, diversity, inclusion, education and sustainability, we create value for our stockholders, customers and society.
This is a Organisation

42 members

Comments and Discussions

 
-- There are no messages in this forum --