Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasmsa/embedded-systems
📱 Embedded Systems - UFPB
https://github.com/lucasmsa/embedded-systems
firebase javascript react-native
Last synced: about 1 month ago
JSON representation
📱 Embedded Systems - UFPB
- Host: GitHub
- URL: https://github.com/lucasmsa/embedded-systems
- Owner: lucasmsa
- Created: 2020-02-17T21:11:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T18:37:55.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T01:14:45.807Z (almost 2 years ago)
- Topics: firebase, javascript, react-native
- Language: JavaScript
- Homepage:
- Size: 28.4 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Made in partnership with:
[Renan Goes](https://github.com/Renan-Goes)
[Thiago Gonzaga Gomes](https://github.com/oitgg)# 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](/public/imgs/apps.png)