Team Status Report 03/08

These past 2 weeks, our team focused on finalizing adjustments to our project based on feedback from our design presentation. We refined how each system component interacts to ensure a cohesive user experience. A major area of focus was improving the method for selecting a new puzzle such that its more intuitive to the user. With these refinements in place, we put together and submitted our design report, updating our design ideas.
On the development side, we made some progress with the Pygame interface. The board now supports cell selection, highlighting selected cells, and inputting numbers from 1 – 9. In addition to this, we received our projector this week, which will enable us to display the board external. The next goal is to integrate the projector so the game board is shown through it rather than just being displayed on a monitor screen.
There were some setbacks these past 2 weeks, particularly with the Raspberry Pi setup for the capacitive touch grid. Due to a lack of prior experience with these microcontrollers, we initially overlooked the need for some additional components. After acquiring the necessary hardware, we were able to get the Raspberry Pi operational and began testing with a small 3×3 capacitive touch grid. While we were able to successfully detect row touches, column detection did not work as expected. This is likely due to how we made the capacitive grid which means making some updates to its integrations. Moving forward, we will remake the capacitive grid with improved alignment and proper column wiring to have better results and detection. This is an essential step before scaling up to a 9×9 grid.

Next Steps:
– Integrate the projector into the system to display the game board
– Redesign and properly wire the capacitive touch grid to support full row and column detection
-Begin intersection handling to prepare for the full 9×9 grid implementation
-Continue refining the pygame interface to improve the UI.

Despite the setbacks we are making steady progress, and our next steps will help us continue moving forward and reaching a minimum viable product.

Moises Status Report 03/08

There were a lot of set backs with regards to making progress on my part this week. Along with interviews that I needed to study for, I was having some issues getting the raspberry pi setup to begin testing the capacitive touch grid. Since I’ve never worked with these microcontrollers, I didn’t take into account extra components we may have needed to get it functioning correctly. After a couple of days I acquired the components and was able to get the raspberry pi working and begin looking at testing the small 3×3 capacitive grid I made. I was able to detect touches for the rows but not for the columns. This can most likely be attributed to how I connected the wires for the columns and may require me to remake the grid to get proper testing completed.  So moving forward, I will remake a grid with more accurate alignment along with proper wiring for the columns and attempt to get intersection handling completed as soon as possible so I can begin working on creating the larger 9×9 grid.

Winstone’s Status Report 03/08

This week, I spent most of my time on working with my team to make final adjustments to our project design using feedback from the design presentation. We went more into detail on how each piece of the system will work as a whole. We focused on details such as the method of selecting a new puzzle with an intuitive user experience. Then, we wrote up our design report with our new design idea thought out. I created some diagrams to better explain our system processes.

Other than the design changes, I continued working with the Pygame library. Now, I can select cells on my board, which become highlighted, and enter a number from 1 to 9. Our projector finally came in this week, so next week my goal is to make it so that it can project the board instead of it just being on a window on my computer screen.