GrovePI 和 Android Things 兼容性
GrovePI and Android Things compatibility
我想用 Android Things on a RapsberryPI 3
开发一个应用程序
https://developer.android.com/things/hardware/raspberrypi.html
我的应用程序需要 GPS 和加速度计。我看到 Grove 传感器是一个很好的解决方案,我想我会买那些:
http://wiki.seeed.cc/Grove-GPS/
http://wiki.seeed.cc/Grove-3-Axis_Digital_Accelerometer-16g/
在两者之间,我将使用 GrovePI+ 将传感器连接到 RapsberyPI。但我不明白它是否可以与 Android 事物无缝协作?根据我找到的文档,我需要安装驱动程序才能与传感器通信:
https://github.com/amitshekhariitbhu/awesome-android-things
但这就够了吗?或者我需要更多的东西来与 GrovePI 通信吗?
GPS(好像有UART接口)例子请看this driver sample and other UART samples like this. For Grove - 3 Axis Digital Accelerometer (seems it has I2C interface) please see Official Documentation and projects like this or that。
我想用 Android Things on a RapsberryPI 3
开发一个应用程序https://developer.android.com/things/hardware/raspberrypi.html
我的应用程序需要 GPS 和加速度计。我看到 Grove 传感器是一个很好的解决方案,我想我会买那些:
http://wiki.seeed.cc/Grove-GPS/
http://wiki.seeed.cc/Grove-3-Axis_Digital_Accelerometer-16g/
在两者之间,我将使用 GrovePI+ 将传感器连接到 RapsberyPI。但我不明白它是否可以与 Android 事物无缝协作?根据我找到的文档,我需要安装驱动程序才能与传感器通信:
https://github.com/amitshekhariitbhu/awesome-android-things
但这就够了吗?或者我需要更多的东西来与 GrovePI 通信吗?
GPS(好像有UART接口)例子请看this driver sample and other UART samples like this. For Grove - 3 Axis Digital Accelerometer (seems it has I2C interface) please see Official Documentation and projects like this or that。