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

How do I send data stored in array (floating type) from my robot to IoT hub? [Technical Question] #3430

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

Comments

@addy1997
Copy link

addy1997 commented Feb 14, 2024

Hello there,

Azure-IoT-Preview
This figure shows data received at the IoT hub (a screenshot of Azure Iot preview)

Telemetry-sent-using-SDK
This figure shows the telemetry data being sent to the hub.

This data includes:

  1. RobotState (a string data type) - Sent successfully and received at the hub
  2. JointName(an array of string data type) - Sent successfully but received at the hub in System.Single[] form
  3. JointPose(an array of arrays of floating point data) - Not sent successfully and received in System.Single[][] format.

My query:
How do I send string and array (multi dimensional) array as telemetry to the hub?

Note: I am reading robot's joint data which is a 1x16 matrix from a CSV file. I'll be happy to provide more details including the code if required.

I'll be thankful for any guidance.

Thanks

@addy1997 addy1997 added the question Further information is requested. label Feb 14, 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