Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to send bulk messages in telemetry from device to IoT hub? [Technical Question] #3435

Closed
addy1997 opened this issue Feb 27, 2024 · 0 comments
Labels
question Further information is requested.

Comments

@addy1997
Copy link

addy1997 commented Feb 27, 2024

Hi there,

I am trying to send data from my robot to IoT hub. The data is as follows:

JointPose - an array with 7 floating point values
JointVelocity - an array with 7 floating point values
JointAcceleration - an array with 7 floating point values
Wrench - an array with 6 floating point values

Please note that this data is being read from a CSV file and stored in these arrays (using a for loop).
The issue (please see the screenshot of my terminal below) is that I am having 1 second delay between two JointPose values. I want to send all the arrays in a single message. Is that possible?

Telementry (with delay) sent to the IoT hub
MicrosoftTeams-image

Telemetry received by the hub
image

I'll be thankful for the help.

Adwait

@addy1997 addy1997 added the question Further information is requested. label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested.
Projects
None yet
Development

No branches or pull requests

1 participant