Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.34 KB

File metadata and controls

30 lines (19 loc) · 1.34 KB

Name of Student: Randel Moore

Name of Project: Soil-Ent Green

Project's Purpose or Goal: Show a user of the moisture content of the soil of a houseplant.

List the absolute minimum features the project requires to meet this purpose or goal:

  • Have Raspberry Pi send simulated data to firestore API/database.
  • Frontend pulls data from firestore/database.
  • Data is presented to the user as a graph.

What tools, frameworks, libraries, APIs, modules and/or other resources (whatever is specific to your track, and your language) will you use to create this MVP? List them all here. Be specific.

  • Raspberry Pi with Python for sending data to Firestore.
  • Firestore backend for storing the data in an online database.
  • React frontend for presenting the data/graph for the user.

If you finish developing the minimum viable product (MVP) with time to spare, what will you work on next? Describe these features here: Be specific.

  • Get real data from the Raspberry Pi sensor(s) (instead of simulated data).
  • Add additional types of data, like the amount of light the plant is receiving.
  • User alerts/notifications when the soil has become too dry.

What additional tools, frameworks, libraries, APIs, or other resources will these additional features require?

  • N/A

Is there anything else you'd like your instructor to know?

  • N/A