Mandatory Lab Meetings (4h): My team and I got insightful feedback from our lab meetings (e.g. tuning our circuit to adjust for a voltage offset for finer granularity on sensor resolution).
Design Report (16hr): I spent the bulk of my time last week compiling together the design report. Most of my contributions went to the use-case requirements, design requirements, and how they intertwine with each other (defining how the concrete aspects of our design hit our target ergonomics, durability, and safety metrics). I also spent a lot of time on the design trade analysis (breakdown between the different MCU platforms), app implementation section, and compiling references.
App backend / data querying (5hr): I came up with a first draft of SQL queries to create the initial tables defined in the design report, to insert into each relevant table when prompted, and to filter / retrieve individual data based on relevant workout.
PROGRESS
The process of working on the design report significantly narrowed down misconceptions I and my team members had around certain components in our system, and I feel like it was a great way to get everyone on the same page of what we were each individually working on. After this, I’m on track to integrate my database queries into Alex’s initial framework this + next week.
NEXT WEEK TASKS & GOALS
Integrate data query systems into app framework
Start looking deeper into communication between the two components: how to sync Bluetooth transceiver on ESP32 to mobile device, how to open a communication medium / establish a TTY between the ends through the app