Finishing Wiring and testing. Issues with the parts we ordered. Parts connect and work well but the circuit is not reading correctly (Jacob)
Start Printing the fusion model. Will be taking multiple attempts because there may be many errors with how the print comes out (Diego)
Pre processing and real time processing (Jeremy)
Weekly Report. Continue learning Machine learning until the next phase (Vihan)
Finish the protype for the Ping pong launcher (Vihan)
Construct and test
Parts that were printed this week clips, axel, gears.
Coordinator and Fusion Specialist
This week, we continued to make further adjustments to the EEG design using Autodesk Fusion 360 as part of improving the overall design solution. Additionally, we 3D printed several components, including gears, axes, and clips, to test the fit and mechanical functionality of the system.
Electrical Schematic
Electronics Specialist and Lead Designer
This week, I revised the electrical schematic and continued improving the DRL circuit design to support better system operation. I also integrated ADCs and added filtering stages to help reduce noise and improve signal quality. During this process, I reviewed the circuit layout to make sure the components worked together effectively and improved the reliability of the system. I also started working on designing the PCB for the circuit.
Researcher and Historian
This week, I finished building the prototype for the ping pong ball launcher and began working on the mechanical design in Autodesk Fusion 360. I focused on designing and refining the mechanical components to improve how the launcher will function.
Protype of the ping pong launcher
Lead Coder and Technical Documentation Lead
This week, I focused on understanding the configuration register map for the ADS1220, which is the analog-to-digital converter used in the project. The register map comes from the device’s datasheet and explains how the chip’s registers and individual bits are organized so that they can be configured through communication with the microcontroller. Each register (such as 00h, 01h, 02h, and 03h) contains eight bits, and different groups of these bits control specific functions of the device. For example, certain bits determine which input channel is selected, the gain of the amplifier, the data rate of the converter, and the reference voltage being used. Other bits control additional features such as current sources and data-ready modes. Learning how these registers work is important because it allows the microcontroller to correctly configure the ADC so it can accurately read voltage signals from the circuit. Understanding this register structure will help when implementing communication through the Serial Peripheral Interface and integrating the ADS1220 with the rest of the system.
This image shows the configuration register map for the ADS1220, which explains how the device’s registers and individual bits are organized. Each register controls specific settings such as input selection, gain, data rate, and reference voltage, allowing the microcontroller to properly configure the ADC.