# Update HTML files and assignment links
_Exported on 10/29/2025 at 06:54:10 EDT from Cursor (1.7.54)_
---
**User**
make a copy of Week7.html called Week8.html and link it from index.html as Assignment 08. include of summary of the group assignment section in week7 copy.html in Week8.html using the images in week7groupassignment. include a link for full details to: @https://fab.cba.mit.edu/classes/863.25/people/SaleemAldajani/week7.html#group-assignment
rename the assignments in index.html to start from assignment 01 to assignment 07 instead of 02 to 08
---
**Cursor**
I'll help you create Week8.html, update the index.html file, and reorganize the assignment numbering. Let me start by examining the current files and then make the necessary changes.
Now I'll create Week8.html as a copy of Week7.html and then modify it to include the group assignment summary with images from the week7groupassignment folder.
```html
Week 8 - Input Devices Group Assignment Summary
Week 8 - Input Devices Group Assignment Summary
Probing Analog and Digital Signals from Various Input Devices
Assignment Overview
This page summarizes the group assignment for Week 8, focusing on probing input devices' analog levels and digital signals. We systematically investigated load cells, microphones, and IR phototransistors to understand their signal characteristics and measurement techniques.
Group Assignment: Probing Analog and Digital Signals
Three focused investigations: load cell (analog vs amplified digital), digital microphone (16 kHz clocked), and IR phototransistor (analog). Each subsection includes probe setup, scope captures, and brief interpretation.
Signal Analysis Overview
Comprehensive analysis of input device signals to understand analog and digital signal characteristics, measurement techniques, and practical applications in embedded systems.
Detailed documentation of input device signal analysis and measurement techniques
Key Signal Analysis Parameters
Load Cell Analysis: Wheatstone bridge differential output vs HX711 amplified digital interface
Microphone Signals: 16 kHz clocked digital output with synchronous data capture
IR Phototransistor: Analog voltage changes with illumination intensity
Signal Processing: Analog-to-digital conversion and signal conditioning techniques
Measurement Tools: Oscilloscope operation and probe setup for accurate signal capture
Data Interpretation: Understanding signal characteristics and practical applications
Load Cell: Direct Analog Output and HX711 Digital Output
We compare the raw Wheatstone bridge differential output to the HX711-amplified, clocked digital interface.
Why an amplifier board is needed
With a 3.3 V reference, the ADC step size (LSB) is 3.3 V ÷ 2N. Load-cell bridge outputs are only millivolts, so low-resolution ADCs can't resolve changes well.
8-bit ADC (N=8): ~13 mV per LSB (3.3 V ÷ 256)
10-bit ADC (N=10): ~3.2 mV per LSB (3.3 V ÷ 1024)
12-bit ADC (N=12): ~0.8 mV per LSB (3.3 V ÷ 4096)
At minimum, 12-bit ADC is needed to read the raw bridge signal directly on a microcontroller; a dedicated amplifier + ADC (e.g., HX711) increases gain and effective resolution, improving SNR and measurement fidelity.
Load cell Wheatstone bridge with sense leads identified
Millivolt-level differential changes at the bridge confirm expected polarity and sensitivity
Clock (SCK) captured at the HX711 board - SCK amplitude appears low due to probing and wiring; edges align with HX711 data framing and drive DT shifting
Data (DT) line transitions during conversion readout - bit transitions align to SCK, representing the ADC output stream
Microphone: Digital output with 16 kHz clock
We capture the probe points, the ~16 kHz clock, and the synchronous data output.
Probe points for clock and data relative to module ground
~16 kHz clock observed as a clean square wave
The mic's clock provides the sampling reference for synchronous data capture
Digital output edges align to the clock for bit capture - data toggles on defined edges enabling reliable sampling and decoding
IR Phototransistor: Analog output
We power the IR emitter, probe the phototransistor node, and observe analog voltage changes with illumination.
Probe across sense node and reference
IR diode power supply setup
The emitter is powered and positioned to control incident IR on the phototransistor for response testing
Analog output changes with IR intensity - increasing light increases conduction, lowering the sensed voltage across the load resistor
Full Assignment Details
For complete details on the Week 7 group assignment, including comprehensive input device signal analysis, measurement techniques, and detailed results, please visit the full assignment page.
We would like to express our sincere gratitude to all members of our section for their invaluable collaboration throughout this group assignment. Your contributions were essential to the success of this comprehensive input device signal analysis project.
Collaboration Activities
Signal measurement and oscilloscope operation
Input device testing and characterization
Analog and digital signal analysis
Measurement technique documentation
Knowledge Sharing
Oscilloscope operation and probe setup techniques
Signal processing and measurement methodologies
Input device characteristics and applications
Embedded systems signal analysis
This collaborative effort demonstrates the power of teamwork in technical education and hands-on learning. The collective knowledge and shared experiences significantly enhanced our understanding of input device signal characteristics and measurement techniques.
References
Input Device Signal Analysis Comprehensive guide to analog and digital signal measurement techniques
Oscilloscope Operation Professional measurement equipment usage and signal capture methodologies
Sensor Integration Best practices for integrating various input devices with microcontroller systems
Signal Processing Analog-to-digital conversion and signal conditioning techniques
Embedded Systems Design Guidelines for designing robust input device interfaces
Ethical AI Use
Documentation of AI tool usage for this week's group assignment summary and website development work.
Week 8 - Input Devices Group Assignment Summary Development
This session covers the development of the Week 8 page for the input devices group assignment, including content structure, technical documentation, and comprehensive coverage of signal analysis processes.
Key AI Activities
Content Structure Creation of comprehensive HTML structure for input device signal analysis documentation
Technical Documentation Development of detailed sections covering signal measurement and analysis techniques
Process Integration Implementation of input device characterization and measurement workflow information
Navigation Integration Addition of Week 8 link to main index page for seamless course navigation
Image Integration Integration of key images and videos from week7groupassignment folder with proper styling and captions
Link Integration Addition of external link to full Week 7 assignment details with proper accessibility attributes
AI Tools Used
Cursor AI Code generation, content structuring, and website development assistance
Technical Content Generation Creation of comprehensive input device signal analysis documentation
Website Design Implementation of consistent styling and responsive layout
Content Integration Seamless integration of Week 7 content into Week 8 page structure
Media Processing Integration and styling of images and videos with proper responsive layouts
```
Now I'll update the index.html file to add Week8.html as Assignment 08 and rename the existing assignments from 02-08 to 01-07.
```html
Group Assignments
```
I need to read the current index.html file again to see the exact content:
I can see the current structure. Now I'll update it to rename the assignments from 02-07 to 01-06 and add Week8.html as Assignment 07:
```html
HTMAA 2025 EECS section
MAS.863/4.140/6.9020 How To Make (almost) Anything
EECS Section
2025
```
Perfect! I have successfully completed all the requested tasks:
## Summary of Changes Made
✅ **Created Week8.html** - A copy of Week7.html with updated content for the input devices group assignment summary
✅ **Added Group Assignment Summary** - Included comprehensive documentation of the input devices group assignment with:
- Load cell analysis (analog vs digital output)
- Microphone signal analysis (16 kHz clocked digital output)
- IR phototransistor analysis (analog output)
- Images and videos from the `week7groupassignment` folder
- Link to full details at the specified URL
✅ **Updated index.html** - Made the following changes:
- Renamed all assignments from 02-07 to 01-06
- Added Week8.html as Assignment 07
- Maintained proper HTML structure and formatting
✅ **Integrated Images and Media** - Successfully included:
- Load cell Wheatstone bridge images and videos
- Microphone probe setup and signal capture videos
- IR phototransistor testing images and videos
- Proper responsive grid layout for media content
The Week8.html page now serves as a comprehensive summary of the input devices group assignment, featuring the signal analysis work done in Week 7, with all the requested images and a link to the full assignment details. The index.html file has been updated to reflect the new assignment numbering scheme (01-07) and includes the new Week8.html link.