Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 511 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 511 Bytes

Smart Home

screenshot

This is a project that I work with on my spare time. Using Firebase, I have connected my Raspberry Pi 3 to a database where I can store information such as temperature, humidity, button states etc. This way, I can connect my Android app to Firebase and use it to control my home.

In the first version, I used websockets (socket.io) to control the pi, but I migrated to Firebase because of all the features they include as well as being very convenient.