我想在 RapsberryPI 3 上使用 Android Things 开发应用程序
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 Things 无缝协作?根据我找到的文档,我需要安装驱动程序才能与传感器通信:
https://github.com/amitshekhariitbhu/awesome-android-things
但这足够了吗?还是我需要更多的东西来与 GrovePI 通信?