-
Notifications
You must be signed in to change notification settings - Fork 0
Home
dbmarch edited this page Feb 25, 2018
·
1 revision
This project has a number of components:
- Raspberry PI Gateway.
- It is configured as Wireless AP to allow IoT devices to connect.
- It has a docker Tensorflow container.
- It is authorized to access a GCP cloud.
- Node MCU device running Mongoose OS
- Has an LED to indicate it is connected to GCP.
- Running GCP IOT CORE.
- Published Humidity and Temp data.
- Web Page running on the PI to capture images.
- Originally this was just basic HTTP server and then it was migrated to Flask
- In the progress of migrating to Node. video will be displayed using the canvas.
- This will allow a web framework in order to present a nicer looking web page.
- GCP
- IoT topic and subscription. 2 cloud functions.
- 1 cloud function grabs data from pubsub and will push into big query and into firebase.
- 2nd cloud function will query bigquery and provide 7 days worth of data.
- Firebase is hosting a very simple IoT web page.