Skip to content

lucasmsa/embedded-systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Made in partnership with:

Renan Goes
Thiago Gonzaga Gomes

Smart Shower 💧

The idea was to monitor shower price using an ESP8266 and a flow sensor with firebase integration, reading and writing from its realtime database, calculating the water cost based on the region that the user is, but due to the covid outbreak/isolation of group members the connection with the web app was hardened, so aside from the esp connection part we've made a simple react-native app sharing values with the web app through firebase

How to Run

git clone https://github.com/lucasmsa/embedded-systems.git

Start web app

npm install
nodemon app.js

Run mobile app

cd react-app/ExpoSmartShower/SmartShower
npm install -g expo-cli
npm start

Result

Apps image