Code for the Smart Dog Bed project in Hackster.io
This is an android things app that reads data from a load cell sensor and stores the results in the Firebase Database.
This app can be installed by running ./gradlew things:installDebug
or by installing it directly from Android Studio.
This is a regular android app that fetches the results from the Firebase Database (created from the android things device) and displays them.
This app can be installed by running ./gradlew mobile:installDebug
or by installing it directly from Android Studio.
For more instructions follow the instructions in the Hackster.io project page