Skip to content

xrigau/smart-dog-bed

Repository files navigation

smart-dog-bed

Code for the Smart Dog Bed project in Hackster.io

IoT app (Android Things) - things

This is an android things app that reads data from a load cell sensor and stores the results in the Firebase Database.

Firebase Database updating in real time

This app can be installed by running ./gradlew things:installDebug or by installing it directly from Android Studio.

Companion app (Android) - mobile

This is a regular android app that fetches the results from the Firebase Database (created from the android things device) and displays them.

Very simple demo app

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