Team Status Report for 04/08/2023

What are the most significant risks that could jeopardize the success of the project? How are these risks being managed? What contingency plans are ready?

Much like last week, the most significant risk right now is still just the integration between the individual subsystems. We did finish basic system integration as we showed in the interim demo, as we got a full dataflow working from sensor reading to HID dispatch command. However, we still need to work on continuing this integration, but it should be going along as the glove itself was finished this week. We’re also conducting tests in our individual subsystems during the integration process, and more tests are to follow.

Were any changes made to the existing design of the system (requirements, block diagram, system spec, etc)? Why was this change necessary, what costs does the change incur, and how will these costs be mitigated going forward?

None since last week.

Provide an updated schedule if changes have occurred

No changes.

Team work adjustments

No teamwork adjustments have been made. We are currently on track to accomplish our tasks and are currently all just working on them.

Now that you are entering into the verification and validation phase of your project, provide a comprehensive update on what tests you have you run or are planning to run. In particular, how will you analyze the anticipated measured results to verify your contribution to the project meets the engineering design requirements or the use case requirements?

Accuracy will be measured by collecting data from different runs of gestures and comparing the number of samples that are correctly classified.

Performance will be measured in the classification layer by measuring (in Python) how long it takes to classify each window of data that comes in from the glove module.

Xuan’s Status Report for 4/8/2023

What did you personally accomplish this week on the project? Give files or photos that demonstrate your progress. Prove to the reader that you put sufficient effort into the project over the course of the week (12+ hours).

I finished soldering the glove, and Gram will help me in sewing the glove since I, unfortunately, have no sewing experience. I also ran some tests outlined below. I cleaned up the circuit so that it’s actually neat when used.

Is your progress on schedule or behind? If you are behind, what actions will be taken to catch up to the project schedule?

Progress is on schedule.

What deliverables do you hope to complete in the next week?

This week, I plan to continue integration and run the tests that require an assembled glove. I also will begin integrating the battery into the glove.

Now that you are entering into the verification and validation phase of your project, provide a comprehensive update on what tests you have you run or are planning to run. In particular, how will you analyze the anticipated measured results to verify your contribution to the project meets the engineering design requirements or the use case requirements?

The tests I have run include network latency tests with the MQTT, the range test, and making sure the flex sensors values are actually being read. I was able to verify that the connection to the Raspberry Pi hotspot was sufficiently quick, as packets were received properly every 10ms. Moving the Arduino 50 meters away from the Pi also didn’t affect the latency that much which passed the other test. Tests I will run include the battery test and the oscilloscope test mentioned in our design requirements. I will also assist my other group members in the accuracy tests since we will have the glove ready.

I will analyze my measured results by directly comparing them against the initial test goal metrics that we outlined in our design presentation and paper. For example, I’ll make sure that the battery test lasts at least one hour as stated in our requirements. This way, I’ll be sure that my contribution meets the design requirements.

Team Status Report for 04/01/23

What are the most significant risks that could jeopardize the success of the project? How are these risks being managed? What contingency plans are ready?

The most significant risk right now is still just the integration between the individual subsystems. We have some subsystems integrated together (HID + gesture model). We plan to finish the glove integration tomorrow in time for the interim demo.

Were any changes made to the existing design of the system (requirements, block diagram, system spec, etc)? Why was this change necessary, what costs does the change incur, and how will these costs be mitigated going forward?

None since last week.

Provide an updated schedule if changes have occurred

No changes.

Team work adjustments

No teamwork adjustments have been made. We are currently on track to accomplish our tasks and are currently all just working on them.

Gram’s Status Report for 04/01/23

What did you personally accomplish this week on the project? Give files orphotos that demonstrate your progress. Prove to the reader that you put sufficient effort into the project over the course of the week (12+ hours).

I worked on the gesture dispatch mapping on the HID controller to work in conjuction with the gesture classification model. Specifically, I worked on code that used pyautogui to dispatch HID controls that mapped to specific gestures on Geogebra. I also built an API to make this work better with the input that comes in from the gesture classification model.

Is your progress on schedule or behind? If you are behind, what actions will be taken to catch up to the project schedule?

Progress is on schedule.

What deliverables do you hope to complete in the next week?

Aside from the interim demo, I plan to flesh out integration in time for the interim demo as well as more rigorously test the gesture classification model.

David’s Status Report for 4/1/2023

What did you personally accomplish this week on the project? Give files orphotos that demonstrate your progress. Prove to the reader that you put sufficient effort into the project over the course of the week (12+ hours).

This week, I worked on getting the integration between the host PC controller and the peripheral controller working across the HID interface. Now, I am able to receive specific HID commands from the host PC’s program and parse it to the appropriate command. I implemented this in a multithreaded manner, so that I can read, write, and perform actions simultaneously. Here is a short video demonstrating this:  Video on Google Drive

I was only able to get this working on Windows. I tried to make it run on Mac, but the HIDAPI was not reading the device properly, so it produced an error when attempting to open the device.

Is your progress on schedule or behind? If you are behind, what actions will be taken to catch up to the project schedule?

I on track. Gram and I were also able to finish the unfinished tasks from last week. The next things to do is to further test the integration for each subsystem.

Xuan’s Status Report for 04/01/23

What did you personally accomplish this week on the project? Give files or photos that demonstrate your progress. Prove to the reader that you put sufficient effort into the project over the course of the week (12+ hours).

For this week, I mostly focused on soldering the circuit; I’m almost finished with soldering the circuit (will finish tomorrow). I also made a couple of minor optimization changes to the Arduino code. Specifically, the Arduino ADC reads from an integer 0-1024 range, however, the voltage that I ended up getting varied between 1-2.1 V, so I had to do some fine-tuning.

Is your progress on schedule or behind? If you are behind, what actions will be taken to catch up to the project schedule?

Progress is on schedule.

What deliverables do you hope to complete in the next week?

This week, I plan to begin assembling the actual glove with the soldered circuit and start integration with the other components.