The aim of this project is to demonstrate the use of a Raspberry SenseHat in combination with Android Things and Google IoT Core.
Clone both project into the same directory.
git clone -b MacroYau-sensehat git@github.com:Ebolon/contrib-drivers.git
git clone git@github.com:Ebolon/iotsensehat.git
Open the iotsense
project with Android Studio. In the following you can follow the documentation of the original demo to prepare and register the device. Keep in mind to change the namespace in the commands to de.justif.iotsensehat
.
Currently support for the LSM9DS1 is missing.
This project is build on top of the Android Things Cloud IoT Sensor Hub Demo and uses a modified version of the SenseHat driver implementation from MacroYou. The original pull request for contrib-drivers is still pending.