Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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 connect a real robot (as a device client) to an IoT hub? #2572

Closed
addy1997 opened this issue Feb 6, 2024 · 3 comments
Closed
Labels

Comments

@addy1997
Copy link

addy1997 commented Feb 6, 2024

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)?

@ewertons
Copy link
Contributor

ewertons commented Feb 6, 2024

Hi @addy1997 ,
thanks for sharing about your project.
You can perfectly send data from your robot to the Azure IoT Hub.
Writing some code will be necessary, but to better guide you, it's always good to share details about the platform you are using (which microcontroller or CPU and operating system, compilers or development IDE).
Could you share those details?
Thanks,
Azure IoT SDK Team.

@addy1997
Copy link
Author

addy1997 commented Feb 8, 2024

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:

  1. Assuming the robot as a device client, how do I develop a production-ready code to send data from the robot to the hub?
  2. Can I use the pnp sample to develop the code for the robot?

Do you need additional information?

@addy1997
Copy link
Author

Hey @ewertons,

Could you help?

@Azure Azure locked and limited conversation to collaborators Feb 20, 2024
@ericwolz ericwolz converted this issue into discussion #2580 Feb 20, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Projects
None yet
Development

No branches or pull requests

2 participants