You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: