Kanon’s Status Report for 3/6

This week, I continued working on web application development. I implemented our own login/registration functionality by using Django authentication. I had some trouble because the default authentication by Django only accepts the pair of username + password while it does not accept the pair of email + password. Because the users log in via Google OAuth2, using their email address, I might change the authentication settings in more detail to make the login parameters the same.

I also researched some more about AWS credits. It seems like EC2 costs the most so I would need to remind myself to turn off EC2 everytime I’m not testing/using the website once I deploy it. Moreover, for the notification/alert, it turned out there’s a website called Twilio that provides SMS API, so I’m going to use this API to send out notifications.

Lastly, as other team members did, I worked on the presentation by coming up with a more detailed block diagram and solutions for the web application component. I will also be the one to present next week so I have been practicing the presentation too.

Next week, I will start setting up DynamoDB and try to link the dataset to Django backend so whenever a user changes the parameters/value on the website, that data will be sent and stored within the database.

Hiroko’s Status Report for 3/6

This week, I continued to do more research on the specific types of sensors and equipment that we would need to physically build the greenhouse system. Using the information I gathered and the feedback we got from our weekly meeting with the instructors, I refined the shopping list and block diagram that I created last week. After that, I filled out the purchase request forms for the items on the updated shopping list, and filled out the form to request TechSpark access in order to wire the sensors to the ESP32 and solder the temperature sensor. 

While processing our purchase request forms, Quinn contacted me about our order from Home Depot saying that it may be better for me to pick the items up directly from Home Depot since Home Depot uses their own drivers, which requires us to arrange a specific delivery date and time to receive the order. Therefore, I took the bus to the Wilkins Home Depot in order to pick up the LED plant grow lights on Friday. I was also able to drop by HH 1307 in order to pick up a breadboard and some wires on Friday as well.

Also, we spent time this week putting together the design review presentation slides. I added the slides that had to do with the hardware aspect of our project, and created a visual image of what I imagine the greenhouse will look like when it’s assembled.

Overall, I think I am on schedule. I’m hoping that the orders will start arriving next week, so that I can start assembling the greenhouse and programming the ESP32 boards. I will also be working on the design review report next week with my teammates.