我已安装noobs v2_4_5 in raspberry pi 3 model
,已配置JAVA_HOME
,已启用SSH
并已设置静态IP。我下载了IOT代理积水 - rpi-agent-latest.deb
并使用以下2个命令安装
$ wget http://resources.cumulocity.com/examples/cumulocity-rpi-agent-latest.deb
$ sudo dpkg -i cumulocity-rpi-agent-latest.deb
我在cumulocity平台上注册了该设备。安装代理后,我应该更新位于cumulocity.properties
的cfg文件/usr/share/cumulocity-rpi-agent/cfg
。该文件需要以下内容。
host
bootstrap.tenant
bootstrap.user
bootstrap.password
我的帐户网址是 - arpita.cumulocity.com
。究竟我需要放在那个文件中,还有什么我需要做的事情才能建立活动连接?安装代理后,device.properties
文件也不会生成。怎么办?
答案 0 :(得分:0)
我找到了这个问题的正确答案。
在Cumulocity上注册raspberry Pi 3
并更新cumulocity.properties
文件后,需要启用SPI。
Here是如何执行此操作的参考。
启用SPI后,您将在Cumulocity上看到设备状态正在等待您接受连接。