premio PC-100-EHL Resistive Capacitive Touch Instructions
- July 30, 2024
- premio
Table of Contents
- premio PC-100-EHL Resistive Capacitive Touch
- Product Information
- Product Usage Instructions
- Overview
- Hardware Description
- Set up your Development Environment
- Set up your Hardware
- Setup your AWS account and Permissions
- Create Resources in AWS IoT
- Install the AWS Command Line Interface
- Install AWS IoT Greengrass
- Create a Hello World Component
- Troubleshooting
- References
- Read User Manual Online (PDF format)
- Download This Manual (PDF format)
premio PC-100-EHL Resistive Capacitive Touch
Product Information
- Model: VIO-W224-PC100-EHL
- Operating System Support: Windows, Linux
- Compatibility: AWS IoT Greengrass
- Manufacturer: Premio Inc.
Product Usage Instructions
-
Set up your Development Environment
- AWS IoT Greengrass supports both Windows and Linux operating systems. Refer to the operating system feature support matrix for more details.
- For required tools and proper setup, consult the developer guide available at AWS IoT Greengrass developer guide.
-
Set up your Hardware
Refer to the device user’s manual for detailed hardware setup instructions. -
Setup your AWS Account and Permissions
Create resources in AWS IoT by following the guidelines provided in the AWS IoT Greengrass documentation. -
Install the AWS Command Line Interface (CLI)
To install the AWS CLI, follow the instructions provided in the AWS CLI installation guide. Configure the CLI as per the guidelines in CLI configuration quick start guide. -
Install AWS IoT Greengrass
Follow the online guide for installing AWS IoT Greengrass. Steps include setting up the device environment, providing AWS credentials, and downloading and installing the core software. -
Create a Hello World Component
To create, deploy, test, update, and manage a simple component on your device, refer to the instructions provided in the AWS IoT Greengrass documentation under the section “To Create a Hello World Component”. You can also upload the component to the cloud by following the instructions under “Upload Your Component”. -
Deploy your Component
Follow the online instructions for deploying your component and verifying its functionality.
Frequently Asked Questions (FAQ)
-
Q: Where can I find the hardware specifications of VIO-W224-PC100-EHL?
A: You can view the datasheet of VIO-W224PC100-EHL by clicking on this link: VIO-W224-PC100-EHL datasheet. -
Q: How can I troubleshoot issues with AWS IoT Greengrass?
A: For general troubleshooting tips, please refer to the official documentation in the AWS IoT Greengrass troubleshooting guide. If you need device-specific assistance, contact us directly at techsupport@premioinc.com.
Overview
Introduction
The VIO-W224-PC100-EHL uses the PC-100-EHL versatile panel PC module that
seamlessly integrates into various industrial environments. Designed with
Premio’s patented Multi-Mode Design, the PC-100-EHL bundles with Premio’s 24″
VIO-200 IP65 Industrial Touchscreen Series to create an all-in-one panel PC
solution that offers maximum flexibility and modular configurations power by
Intel Celeron J6413. The PC-100-EHL ensures the speed and responsiveness
needed for many industrial touchscreen applications, including smart
agriculture, industrial HMI automation, and more. This modular design allows
system integrators the flexibility to mix and match display sizes and screen
sizes without the added cost of replacing its industrial PC unit. About AWS
IoT Greengrass
About AWS IoT Greengrass
To learn more about AWS IoT Greengrass, see how it
works and what’s
new.
Hardware Description
-
DataSheet
Click on this link https://premio.blob.core.windows.net/premio/uploads/resource/data- sheet/VIO-200-PC100-EHL/DS_VIO-W224-PC100-EHL_Premio.pdf to view the datasheet of VIO-W224-PC100-EHL. -
Additional Hardware References
Please refer to the https://premioinc.com/products/vio-w224-pc100-ehl device page for more product details -
User-Provided Items
Not applicable. -
3rd Party Purchasable Items
Not applicable.
Set up your Development Environment
- AWS IoT Greengrass supports both Windows and Linux: https://docs.aws.amazon.com/greengrass/v2/developerguide/operating-system-feature-support-matrix.html.
- Please refer to the developer guide for the required tools and proper setup: https://docs.aws.amazon.com/greengrass/v2/developerguide/what-is-iot-greengrass.html.
It is recommended to install the following tools/SDKs:
- Java Runtime Environment (JRE) version 8 or greater
- Java Development Kit (JDK) Amazon Corretto 11 (https://aws.amazon.com/corretto/) or OpenJDK 11 (https://openjdk.java.net/)
- GNU C Library (https://www.gnu.org/software/libc/); (glibc) version 2.25 or greater
Set up your Hardware
Please refer to the device user’s manual for the hardware setup.
Setup your AWS account and Permissions
Refer to the online AWS documentation at Set up your AWS Account: https://docs.aws.amazon.com/iot/latest/developerguide/setting-up.html.
Follow the steps outlined below to create your account and user to get started:
-
Sign up for an AWS account:
https://docs.aws.amazon.com/iot/latest/developerguide/setting-up.html#aws- registration -
Create a user and grant it the proper permissions:
https://docs.aws.amazon.com/iot/latest/developerguide/setting-up.html#create- iam-user -
Open the AWS IoT console:
https://docs.aws.amazon.com/iot/latest/developerguide/setting-up.html#iot- console-signin.
Create Resources in AWS IoT
- Refer to the instructions on how to create AWS IoT resources:
https://docs.aws.amazon.com/iot/latest/developerguide/create-iot- resources.html.
Follow the steps outlined in these sections to provision resources for your device:
- Create an AWS IoT Policy
- Create a thing object
Install the AWS Command Line Interface
- To install the AWS CLI on your host machine, refer to the instructions: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html.
- Installing the CLI is required to complete the instructions in this guide. Once you have installed AWS CLI, configure it per the instructions: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-config. Set the appropriate values for access key ID, secret access key, and AWS Region based on your AWS account. You can set Output format to “json” if you prefer.
Install AWS IoT Greengrass
Follow the online guide to Install with automatic provisioning. Refer to the instructions in the following steps:
- Set up the device environment
- Provide AWS credentials to the device. For development environments, you can use the option “Use long-term credentials from an IAM User”. An example of how to do this is shown below:
- export AWS_ACCESS_KEY_ID=
- export AWS_SECRET_ACCESS_KEY=
- export AWS_ACCESS_KEY_ID=
- Download the AWS IoT Greengrass Core software
- Install the AWS IoT Greengrass Core software
Create a Hello World Component
-
In AWS IoT Greengrass v2, components can be created on the edge device and uploaded to the cloud, or vice versa.
-
To create, deploy, test, update, and manage a simple component on your device, follow the instructions under the section “To Create a Hello World Component”:
https://docs.aws.amazon.com/greengrass/v2/developerguide/getting- started.html -
To upload the component to the cloud, follow the instructions under the section “Upload Your Component”:
https://docs.aws.amazon.com/greengrass/v2/developerguide/upload-first- component.html.
Deploy your component
Follow the instructions online at Deploy your
Component to deploy and verify that your component is running.
Troubleshooting
- For AWS IoT Greengrass general troubleshooting tips, please refer to: https://docs.aws.amazon.com/greengrass/v2/developerguide/troubleshooting.html.
- For device-specific troubleshooting guides, please contact us directly at techsupport@premioinc.com.
References
- OpenJDK Download - Corretto - AWS
- OpenJDK
- The GNU C Library - GNU Project - Free Software Foundation
Read User Manual Online (PDF format)
Read User Manual Online (PDF format) >>