我正在尝试使用本教程Connect Raspberry Pi to Azure IoT Hub (Node.js)
它是关于从Raspberry-Pi连接到Azure IoT。
但我发现这样的错误:
pi@raspberrypi:~/iot-hub-node-raspberrypi-client-app $ sudo node index.js 'HostName=CarHub.azure-devices.net;DeviceId=CarDevice;SharedAccessKey=oVxb0JUFrJPIeJy+gk5HnAW75GUo7c+u+Xt'
{[Error: ETIMEDOUT, Connection timed out] errno: 110, code: 'ETIMEDOUT', syscall: 'writeByte'}
get twin message error
get twin message error
get twin message error
也许有人知道如何做对吗?如何使教程有效? 非常感谢你。
当我在iothub_explorer列表中时,它显示如下:
答案 0 :(得分:0)
您可以使用Raspberry Pi上的iothub explorer CLI工具检查azure iot hub连接。
sudo npm install -g iothub-explorer
iothub-explorer login "PUT YOUR IOTHUB CONNECTION STRING HERE"
iothub-explorer list