Atlato Developer
DocsUse CasesCommunitySupport
DocsUse CasesCommunitySupport
Facebook
Linkedin
Instagram
  1. Device Integration
  • Overview
    • Developer Platform
  • Getting Started
    • Register Account
    • Manage Apps
    • Manage a Company
    • App Access
    • Store App Access
    • Mode
  • App Store
    • Authentication
    • Access Rights
    • Event Log
    • Company Settings
    • Manage Account
  • Device Integration
    • Design
    • Installation
    • Device List
  • Device API
    • Protocols
    • New Integration
    • Data Output
    • Device Input Names
  • Deployment
    • Custom Client App
  • API Request
    • REST API
    • Request Structure
    • Metadata
    • Pagination
    • Errors
    • Troubleshooting
  • Support
    • Developer Request Types
  • Guides
    • Best practices
    • Timezones
    • Libraries
    • Key Concepts
    • Terms of Use
    • Rate limits
  • Feedback Center
    • Feedback
    • Community
    • FAQ
  • Api Integration
    • Use token in your app
    • Event Logging API
    • Meta Data API
    • Lastest Device Data API
    • Past Device Data API
    • Devices API
    • Country City Currency API
  • App Integration APIs
    • Meta Data
    • Meta Data API
    • Lastest Device Data API
    • Past Device Data API
    • Event Logging API
    • Devices API
    • Country City Currency API
  • Developer Platform
    • Access
    • User
    • Device
    • Manage Account
    • Company
  1. Device Integration

Design

Device Architecture#

This topic describes how the devices are organized in the developer platform.

Definitions#

TermDefinition
DeviceA physical device connected to the Atlato Core with a defined protocol like TCP, MQTT, and so on.
SensorSensor can be bound to a device that provides additional information to the parent device such as temperature, air quality, lux level, and so on.
SimFor connectivity between the device and the platform, a connection medium is required. GPRS can be used by using a SIM.
RouterFor stationary connectivity like LAN or Fiber internet connectivity a router can be used as a connection medium between the device and the platform.
SerialThis is a globally unique number that the hardware manufacturer embedded in the device.
ModelPhysical entities(device,sim,sensor,...) model type.
Parser VersionEach device has a parser version to translate device data to Atlato Core. When the incoming device data version is updated, Atlato's parser version needs to be updated as well.
Calibration TypeEach sensor can be calibrated according to the input data mode. Eg. In the Door sensor, the open and close state can be either 1 or 0 according to the hardware which can be calibrated via the platform.
InputPort where the sensors are connected to the device like Digital Inputs, BLE connections, and so on ...

Hierarchy#

Device A
Temperature Sensor
Motion Sensor
Sim

Use Case#

According to the hierarchy, you can organize the devices the way you will use them in your application.
To get started, you need to create a virtual machine first in the platform and add one or more devices to that.
1
First Step
You need to create a Virtual Machine first in the platform.
2
Second Step
Add one or more Devices according to your requirements.
3
Optional Step
You can add Sensors, SIM, or Routers as well. But it is optional.
INFO
When adding devices it is important to check the device serials (IMEI) match the platform and that device

Scenario example#

In a vehicle fleet, you have a vehicle with tracking device integrated into that vehicle.
1.
Device A is used to retrieve location information and other vehicle parameters.
Likewise, you can add sensors and connect other sensors into that device according to your practical application.
Modified at 2024-10-04 06:48:00
Previous
Device Integration
Next
Installation
Built with