This week, I worked on helping my team debug the sensors. The issue we had this week was with our bench sensor not collecting data properly. Our priority is to have enough data to train our machine learning model so I focused a lot of my effort into figuring out why it was not collecting data properly. The source of the issue had to do with the battery dying very quickly. I also had issues with how the backend was logging hourly data. Instead of logging only once an hour, it would log twice an hour with one entry having an occupancy value of 0. I am currently working on a solution for this. Additionally, there is a problem with resetting the people count each day which I am also working on.
In addition to debugging our system, I worked on adding to the front end of the app. Specifically, I worked on implementing the google maps API into the front end so that users are able to see how long it will take for them to get to the gym and how crowded it will be when they arrive.
I am currently slightly behind of schedule because of the problems we are having with our system. This week I plan on focusing all of my effort into debugging all of the software issues. I also plan on continuing to work on the front end.