Changes between Version 3 and Version 4 of Other/Summer/2024/mR
- Timestamp:
- Jun 6, 2024, 7:27:59 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2024/mR
v3 v4 7 7 8 8 == Project Objective 9 9 Batteryless, ultra-low cost RFID tags can serve as additional ultra-low cost antennas; variations of the multipath propagation inside a room offers impressive information for estimating number of people and their tracks inside a room; WINLAB techniques, including machine learning, will be tested. 10 10 11 11 == Weekly Progress 12 12 ===== Week 1 ===== 13 13 [https://docs.google.com/presentation/d/176HsRDAxeJxmf1tP5aNRFMfCJ6p95QO6EIxRgzuDiPA/edit?usp=share_link Week 1 Presentation]\\ 14 //Progress: //Read prior art about backscatter radio, RFID (radio frequency identification) tags, and capacitance sensors. 14 //Progress: //Started learning the TI Launchpad microcontroller, read the documentation, and spoke to an expert. 15 15 16 16 17 17 18 ===== Week 2 ===== 18 19 [Week 2 Presentation]\\ 19 //Progress: //Learned how to use TI Launchpad MCU MSP-EXP430G2ET. Implemented an adjustable 200kHz-300kHz 50% duty cycle square wave output. 20 //Progress: //Learned how to use TI Launchpad MCU MSP-EXP430G2ET. Implemented an adjustable 200kHz-300kHz 50% duty cycle square wave output. Also implemented user input through digital input using the I/O pins. Attempted potentiometer user input, but did not successfully complete it.