MXChip AZ3166 Telemetry Frequency

Jonathan GOH 46 Reputation points
2022-03-03T08:23:21.673+00:00

Hi I recently got my hands on a MXChip AZ3166 and established a connection to IoT Central. May I know if I am able to configure the rate at which the telemetry messages are sent? For example, instead of sending the data for Temperature, Humidity and Pressure every 40 seconds, can it be every 1 minute instead? Thank you.

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
378 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,274 questions
0 comments No comments
{count} votes

Accepted answer
  1. chbeier 1,871 Reputation points
    2022-03-03T10:04:16.827+00:00

    Hi @Jonathan GOH ,

    If you followed the quickstart-devkit-mxchip-az3166 to connect the MXChip DevKit to IoT Central, the resulting device has a desired Property named telemetryInterval. Within IoT Central you can see the current configuration in the device details on the About page, it should be set to 10 seconds.

    179642-image.png

    Usually, there should be also a Property tab next to Commands what you can use to set writeable properties. As it does not exist, you can create a Job to configure the Telemetry Interval property. The docs contain a general description howto-manage-devices-in-bulk. An example job configuration to set the Telemetry Interval property is shown in the picture below, simply select the right device group, job type and property name from the drop downs.

    179614-image.png

    You can also configure the delivery options or enable a schedule for the job in the additional steps. If you hit run you should see the job execution status on the next page. To see a history of your defined jobs just select the Jobs item in the left-hand menu.

    179584-image.png

    On the device details page you should see the updated Telemetry Interval property and your raw data timestamps should reflect the new send interval.
    179602-image.png


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.