Replies: 7 comments 1 reply
-
Hi @addy1997 , |
Beta Was this translation helpful? Give feedback.
-
Hi @ewertons, Thanks for your reply. So, I want to send the data from Panda robotic arm to the IoT hub. I am using Ubuntu 20.04 OS and Visual Studio code for compilation. Azure iot Explorer and CLI are already installed on my device and I used Azure-iot-sdk to send telemetry data from my device client to the IoT hub. Here are some queries I have:
Do you need additional information? |
Beta Was this translation helpful? Give feedback.
-
Hey @ewertons, Could you help? |
Beta Was this translation helpful? Give feedback.
-
Hi @addy1997 , Assuming the robot as a device client, how do I develop a production-ready code to send data from the robot to the hub?
Can I use the pnp sample to develop the code for the robot?
|
Beta Was this translation helpful? Give feedback.
-
Hi @ewertons, That is a very broad question. What is your specific question? production-ready code means you have tested your project over the platform it is intended to run on, you have tests for every error your dependencies might return, any changes in the system, etc. There are lot of considerations for your question. Could you be more specific?
|
Beta Was this translation helpful? Give feedback.
-
Digital twin is online/offline state storage for devices. This is already very well documented on the Internet. |
Beta Was this translation helpful? Give feedback.
-
Hey @ewertons, I am able to send telemetry from Device(my Robot) to the IoT hub and from Cloud to my device. Can this telemetry be passed on to the digital twin of the robot? (See this) |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I am working on a project to send data from robotic arm to my IoT hub. I understand that the robot in this case behaves as device client that needs to connect to the IoT hub. How do I send data from the robot to the hub?
Do I need to write a code (assuming the robot as a device client similar to the pnp thermostat)?
Beta Was this translation helpful? Give feedback.
All reactions