In this article:
Myriota Device Manager provides performance data for deployed Myriota devices. Device Manager can be accessed at https://devicemanager.myriota.com/
Account Registration
If you and your organisation are new to Myriota, you must register for a Device Manager account; your request will be processed by the Myriota team as soon as possible. There is a registration link on the Device Manager login screen.
If your organisation already has a Device Manager account do not submit a new registration request. Please ask your account administrator to add you as a user. Device Manager accounts are created within an organisational account structure. This enables all of your Myriota devices to be displayed together and accessed in the one location by your team.
For any account registration issues please submit a Support Request.
Destination Management
Destinations are the data storage locations for Myriota devices. Once data has been received by the Myriota Network it is processed and delivered to the Myriota Cloud, which then delivers the data to your configured Destinations. Each module can deliver their data to one or more destinations.
Supported destination types include HTTP and AWS. More details about using the Myriota Cloud API with these destination types can be found in the Cloud API guide and the AWS Lambda and HTTP code examples.
To get up and running quickly, you can use Myriota's AWS Message Store that comes preconfigured as your Destination. Alternatively you can configure custom AWS and HTTP Destinations.
To configure a custom Destination:
- Login to Device Manager, select Destinations in the left-bar, then click the 'Create' button
- Give your Destination a label and enter the required information for your Destination type
- Lambda; enter your Function ARN and Role ARN (if required)
- HTTP; enter your URL
Destination Management Using the Myriota Cloud API
Destinations can also be configured and using the Myriota Cloud API. For details view the Cloud API overview and Destination Management code examples for AWS Lambda and HTTP.
Device Registration
All devices must be registered with Device Manager before deployment. During registration you will select a Destination for the device message data to be delivered.
To register your device you will require your device's registration code. The registration code is unique for each Myriota Module and can be found using the Myriota SDK or the Configurator tool.
Once you have obtained your registration code using one of the methods below, follow these steps:
- Log into Device Manager.
- Select 'Devices' from the left-bar, then click the 'Register Device' button.
- Enter your device Registration Code
- Select your Destination from the drop down list.
- Give your device a Label.
- Click Register; your device is now registered with the Myriota Network
Using the SDK
Make sure you have already installed the SDK, can program the Myriota Module and read output from its serial port.
Retrieve your registration code using the updater.py script in the SDK tools folder; enter the following command:
updater.py --regcode
Using the Myriota Configurator
Make sure you have installed the Myriota Configurator and can connect to your device.
Retrieve your registration code using the Configurator menu option Identify Device.
Device Performance
Device Manager provides detailed transmit (Tx) and receive (Rx) data for each registered device. Hover your mouse over the ? next to the labels on the Devices screen for more information about each field. Use the customise button to change the fields that are displayed on screen. You can also view your devices on a map. For a detailed description of the Rx data, see the Downlink article.
Access Times
Access Times shows the satellite passes in the Myriota Network. Enter a country and location in the search bar to view the next downlink and uplink access times for your specified location and service type. More details about service types can be found in the Service Types guide.