Team Status Report for 3/15/25

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 at this stage is ensuring the proper functionality of the vending machine, particularly the motor controls. Debugging has been more time-consuming than anticipated, and we still need to configure 6 motors. To address this, the team has met to analyze probable causes, testing 1 motor at a time to identify and resolve any problems before scaling up.

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? 

Nothing was changed in our design. On another note, however, based on our meeting, we recognized areas in which our requirements can be further clarified, such as further justification for the vending machine size, which is as follows: internal storage capacity determines its external dimensions, snack vending machines typically range from 68-72″ H x 29-41″ W x 30-34″ D, smaller machine would require more frequent restocking, designed to accommodate both study materials and the vending machine on a desktop while minimizing clutter.

Provide an updated schedule if changes have occurred. This is also the place to put some photos of your progress or to brag about a component you got working. 

Anna’s Status Report for 3/15/25

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).

This week, I completed the ethics assignment and collaborated with my team to draft the group collaboration section. Additionally, I acted on feedback from our weekly meeting, particularly condensing our talking points into concise notes, such as further justifying our product’s size by researching and documenting studies that support ergonomic factors of our design. I also assisted Ashira with laser cutting and assembling parts of the physical enclosure. Besides this, I upgraded the RPi, installed necessary dependencies, and uploaded the GUI code to test its functionality. This test revealed that I need to adjust the display configuration as I encountered issues with the screen orientation and parts of the interface being cut off, so I also spent some time trying to fix these issues.  Additionally, I tried to help David on debugging the motor control system to ensure the team stays on track.

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

My progress is on schedule.

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

I hope to properly fit the GUI within the display by updating the current code and have some functioning peripherals.

David’s status report for 3/15/2025

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).

This week, I worked with my team on the manufacturing of the structure of the vending machine. During class times, we went to TechSpark and I tried to assist with the laser cutting of the different pieces. Today, we as a team spent a lot of time assembling the structure from the laser cut parts, which included spending time securing pieces together with hot glue.

Individually, I worked on debugging the motor control issue that I had from last week – that the motors were turning as soon as the power was switched on and no program runs. I tried some different things but unfortunately wasn’t able to figure out the root cause. I had some tests where I would get different results each time without changing the setup, which makes us think this is a connection issue. 

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

My progress is a little bit behind schedule. Unfortunately I wasn’t able to figure out my issue with the motors, so that’s my task for the next week. My teammates may also be able to work with me on it since they made really good progress for their parts. 

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

I hope to fix the schematic and code for the motors so that when the power is turned on, no motors spin at all. Also when the code runs, the motors each move when they are supposed to and move with proper steps and direction.

 

Ashira’s Status Report for 3/8/25

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).

This week, I focused on finalizing all the dimensions of the enclosure in CAD, since there were some spatial changes we wanted to make to the original design – namely, making it more compact & getting rid of unused space. I also spent time reviewing how the laser cutters work and generating all of the .dxf files for our parts to use on the laser cutter, so that hopefully the manufacturing process can go smoothly once we receive our materials. I had initially intended on finishing all the manufacturing this week, since I had planned to source all the enclosure materials from Techspark. However, we realized that the size of the materials they had in stock was not large enough for the design we planned in CAD, so we ended up having to source our materials from McMaster-Carr instead, which pushed back our manufacturing timeline by a week.  Apart from the mechanical things, I also spent a significant amount of time completing the design report; more specifically, I focused mainly on converting the design and use case requirements into a more cohesive description, as well as other aspects from our slides. I also assisted Anna with booting up the RPi.

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

My progress has fallen behind schedule by a week, since we weren’t able to get our materials and begin manufacturing on time. This week, I was supposed to focus solely on assembly, but because of the pushback, I will be focusing on splitting my time between finishing manufacturing and assembly. I anticipate that more of the time will be spent on manufacturing the components, since that manufacturing seems like it will be more error-prone, so I will focus on that part more during the week and then hopefully make a push towards the end of the week/weekend to assemble everything by Sunday next week.

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

This next week, my main focuses will be manufacturing (laser cutting) and assembling the entire enclosure.

David’s status report for 3/9/2025

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).

This week, I worked on assembling the circuitry on the breadboard for the motor control schematic. Unfortunately, I believe I fried a few of the motor drivers due to not adjusting potentiometers correctly. At first, I wasn’t aware that the voltage regulator and motor drivers had potentiometers so that was a big mistake of mine. I also wrote the code for the motor control. I am currently running into an issue where the motor turns as expected when the program is running, but it also rotates when there is no program running. I am trying to debug that.

Additionally, I also helped out with researching ways to setup the SSH system for Raspberry Pi and the touchscreen with Anna and Ashira (this was the week prior to spring break).

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

I think my progress is slightly ahead of schedule, due to the fact that I was able to dedicate more time to work on the project over spring break since I had no other commitments. I am running into debugging issues (which should be expected for embedded systems related work) so I need to be able to fix those in order to remain on schedule.

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

This next week, my main focus is debugging the motor issue mentioned above where it moves as soon as power is turned on and no program is controlling it. I also plan to add more than 1 motor to the breadboard (hopefully all 6 required for our vending machine). Additionally, we as a team plan on manufacturing the structure of the vending machine (laser cutting the material).

 

Anna’s Status Report for 3/8/25

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).

This week, I dedicated a significant amount of time to writing our Design Review Report, as this was our primary objective. Additionally, I began researching the installation process for the OS Imager on our RPi. I spent my time watching tutorials, and working to enable SSH to streamline our development process since none of us have had prior experience with it. I installed the OS on the micro SD card, edited the service settings (for SSH) of the RPi, found its MAC address so as to register to CMU-DEVICE, registered the device, and configured WEP file and SSH onto the RPi. Although it took longer than expected because I didn’t realize that a monitor was needed, we were able to successfully log into the RPi via SSH. Besides this, I also finalized the coding for the general layout of our GUI touchscreen, including its corresponding functionality. You can find the completed work here.

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

My progress is well ahead of schedule. However, we have fallen behind on the laser cutting of the enclosure because the material we initially wanted was unavailable at TechSpark, so we had to order it last week. Unfortunately, it did not arrive before spring break, causing a delay. To help catch up, I finished my main task for the project, prioritizing laser cutting as soon as the material arrives.

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

After spring break, I plan to meet with my team to laser cut the enclosure and begin testing the components to ensure everything functions as expected.

Ashira’s Status Report for 2/22/25

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).

This week, I focused on finishing up the design review slides and preparing for the design review presentation, since I was the designated presenter for our group this week. I helped out mostly on restructuring the use case and design requirements to make sure they were more tightly coupled and working on my presentation skills. I also helped out with finalizing our BOM and submitting purchase orders, since getting all our purchase orders in was our group’s main goal for this week. I also worked on finishing up the CAD for the enclosure, which mainly included finalizing all the dimensions and spacings so that we’re hopefully able to start and finish manufacturing everything next week.

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

I’d say that my progress is on schedule with our original Gantt chart we made. According to that schedule, I was supposed to finish up the CAD this week and manufacture everything next week, and these tasks line up with what I did last week and what I’m planning to do this upcoming week. 

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

This next week, my main focuses will be manufacturing (laser cutting) and assembling the entire enclosure, as well as working on completing the design review report.

Anna’s Status Report for 2/22/25

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).

This week, I finalized the design review slides and integrated feedback we received from the team. Additionally, I assisted in finalizing our Bill of Materials and submitting purchase orders, which was one of our group’s primary objectives for the week. I also began the Design Review Report, extracting the template from Canvas, making some changes to it, and sharing it with Ashira and David via Overleaf Editor. On the development side, I worked on the screens, specifically implementing and enhancing the timer screen, improving its design, and adding the necessary functionality. Project repository: Vendibaddie GitHub.

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

I’d say that my progress is on schedule with the Gantt chart we made.

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

Next week, I plan to complete the design review report and implement the study session ended/item dispensed screen (frontend) as well as help Ashira with the laser cutting for the enclosure.

David’s Status Report for 2/15/2025

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).

This week, I mainly researched how to interface all the peripherals with the Raspberry Pi. The peripherals include motors, LED, speaker, proximity sensor, and touchscreen. My focus was on the motors and how they are powered by a source and controlled by the Raspberry Pi. The motors will be powered separately from the Raspberry Pi source. Also, I worked on completing the motor control schematic. 

Additionally, we as a team researched and finalized our bill of materials. I helped with finding some of the exact items for the peripherals on external websites like Amazon and logged them on our spreadsheet

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

I believe that my progress is a little ahead of schedule. I have a rough draft of my circuit diagram already with all the peripherals, I just need to do some more research to ensure there are no obvious shortcomings with it. 

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

I hope in the next week that I am able to research options for motor control code and make some progress with that. I also would like to look more into the I2S speaker bonnet that we plan to use, and make sure all of my signals are connected correctly. 

 

Ashira’s Status Report for 2/15/25

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). 

This week, I focused on helping generate our bill of materials, CAD up our entire design in Solidworks, and create our design presentation. 

We realized last week that it was in our best interest to finalize our design implementation and features earlier than later, so we made the goal of trying to compile our entire bill of materials by the end of this week. I helped out with picking components for the structural build, as well as speccing out the motors/motor drivers, speaker, proximity sensor, and power supplies, and deciding where to source them from. We have all our components picked out, but we need to figure out extra quantities + shipping costs and everything before we can start submitting purchase requests. 

I also focused on getting the CAD design for our vending machine enclosure finished. In the original Gantt chart, I had initially given myself two weeks to do this, but I felt that it would be safer if I finished a little earlier to give up more time with manufacturing + assembly in case something went wrong. I got Solidworks working and finalized most of the spacing + dimensions, as shown in the picture below, in a way that conformed to the requirements we had set (but also tweaked a little for the design review). I still have to add some small things like slits in the walls to help with joining pieces together during assembly. Depending on the feedback we get from the design review, I might also change some stuff, but overall, I have a fair amount of confidence that we might be able to start manufacturing next week. 

I also helped out with creating our design presentation this week. I spent some time redefining the use case and design requirements to reference each other a little better, since we got a lot of feedback on that from our proposal presentation. 

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

My progress is pretty on task with the Gantt chart we created, if not a little ahead, since I was able to get most of the CAD finished earlier than I expected. 

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

During this week, I’m going to focus on finalizing all the CAD + structural dimensions and hopefully begin laser cutting everything, since we’re planning on sourcing most of our enclosure material from Techspark. I’m also going to plan on helping out with getting our BOM finalized and begin submitting our purchase orders. Hopefully both of these things will be finished by the end of this week. I might also spend some time focusing on practicing my presentation, since I will be presenting the design review.