Goals

  • Create a schematic/wiring diagram for all the sensors and the microcontroller (DONE)
  • Buy new Raspberry Pi and code it to display the new website that shows information from sensors (DONE)
  • Create user interface for new website to display information from temperature, humidity, and weight sensors (DONE)
  • Fix calibration function for all weight sensors (DONE)
  • Fix calibration function for temperature and humidity sensors (DONE)
  • Debug weight sensors’ code (DONE)
  • Write code for temperature sensors to collect data individually (DONE)
  • Write code to average up the data from each temperature sensor and send it to the Raspberry Pi (DONE)
  • Write code for humidity sensors to collect data individually (DONE)
  • Write code to average up the data from each humidity sensor and send it to the Raspberry Pi (DONE)
  • Debug code for temperature and humidity sensors (DONE)
  • Code Raspberry Pi to store databases of information from the sensors (DONE)
  • Reestablish connection between the microcontroller and Raspberry Pi
  • Rewire all the sensors to the microcontroller
  • Add to code for all sensors to make them read data every 12 hours, then “sleep” for the rest of the time

Last Updated: December 2nd, 2023 at 11:56pm