Download Print this page

Atop SE59 Series Getting Started Manual

Industrial device server series
Hide thumbs Also See for SE59 Series:

Advertisement

Quick Links

Atop Technologies, Inc
SE59XX Series Industrial Device Server Series
Getting Started Guide

Advertisement

loading
Need help?

Need help?

Do you have a question about the SE59 Series and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Atop SE59 Series

  • Page 1 Atop Technologies, Inc SE59XX Series Industrial Device Server Series Getting Started Guide...
  • Page 2 Device comes with default static ip 10.0.50.100 and subnet mask 255.255.0.0. For the first time accessing set your pc lan configuration in the same IP range. Enter the web interface using ip 10.0.50.100 and use the default username and password provided by ATOP.
  • Page 3: Configuring Network Settings

    Configuring Network Settings Enter the network settings by clicking on the Network Settings from the web GUI. Enter any desired IP Address, Subnet mask and gateway required based on your preference. Click on the Save & Apply button. Dynamic IP assigning scheme can be used for getting the IP’s provided by the DHCP server in the network. For this click on the DHCP Enable and do Save &...
  • Page 4 Configuring AWS IoT Core Login to the aws console using https://aws.amazon.com. Select IoT core from the list of aws services. Firstly a policy has to be created. For this go to Secure menu and click on the policies. Then create a policy by clicking on the create button.
  • Page 5 Give any name to the policy and specify action as iot:*, so that it permits all iot actions. If you want to allow only specific set of action, it can be configured here. The policy created can’t be modified later. Resource ARN can be marked as * and effect can be marked as Allow.
  • Page 6 Secondly a thing object has to be created in here. In order to create a thing, go to Manage and navigate to Things. Then click on the Create things.
  • Page 7 Select Create single thing. Specify thing name.
  • Page 8 Select Auto-generate a new certificate.
  • Page 9 Download the device certificate, Public and Private key file. If required activate device certificate. Also download any one of the root ca certificates. Without downloading all the required certificate, you won’t be able to click on Done. The device data end point can be found under settings.
  • Page 10 Cross-compiling AWS Application Download the tool-chain from the link shown below. “www.google.com” Cross-compile custom aws application using the tool chain. There are two ways of providing aws parameters while doing cross-compilation. ▪ Defining aws parameters directly in the program The aws parameters can be directly defined in the programs statically. But keep in mind that all the certificates and key file location should be “/etc/ssl/certs/*** #define AWS_MQTT_PORT 8883 #define ROOT_CA_CERT_PATH “/etc/ssl/certs/*.crt”...
  • Page 11 Connecting to AWS IoT Cloud To connect to AWS firstly need to upload certificates and applications into the device. In order to do that go to IOT and navigate to AWS. Select the Root CA file, browse and upload the file. Similarly upload Certificate and Private key file downloaded from AWS console.
  • Page 12 Testing AWS Connectivity Click on Start button to run your aws application from the device web gui. Go to AWS IoT core and navigate to Test and select MQTT Test client. Enter the topic name specified in your program in the topic filter and click on the Subscribe button. By default aws demo’s topic name would be thing/example/topic.
  • Page 13 Thank You Connect to ATOP FAE for any further assistance...