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

Building digital twin of the robotic arm [Technical Question] #3428

Closed
addy1997 opened this issue Feb 8, 2024 · 2 comments
Closed

Building digital twin of the robotic arm [Technical Question] #3428

addy1997 opened this issue Feb 8, 2024 · 2 comments
Labels
question Further information is requested.

Comments

@addy1997
Copy link

addy1997 commented Feb 8, 2024

Hi there,

I am new to Azure Digital Twins and Azure IoT hub concepts. To use this SDK to send data from my robotic arm to the IoT hub, do I need to build a digital twin (something like this) first?

If so, what are the best resources to start building quickly?

@addy1997 addy1997 added the question Further information is requested. label Feb 8, 2024
@timtay-microsoft
Copy link
Member

Hi @addy1997! When getting started with digital twins, I recommend starting out by learning about the DTDL modeling language from docs like this one. Once you have defined your own DTDL model, then you can try out implementing the device-side code like in temperature controller sample you linked above.

@rido-min
Copy link
Member

this other tutorial might also be helpful to learn how to describe IoTHub device capabilities.

https://learn.microsoft.com/en-us/azure/iot/concepts-modeling-guide

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

3 participants