Project

# Title Team Members TA Documents Sponsor
33 Supply and Demand Parking Meter
Adam Barbato
Nicholas Johanson
Yuchen He TA design_document0.pdf
design_document0.pdf
final_paper0.pdf
presentation0.pdf
proposal0.pdf
Adam Barbato - barbato2
Nick Johanson - njohans2
Link to idea thread: https://courses.engr.illinois.edu/ece445/pace/view-topic.asp?id=13932


As the TAs no doubt know, we students seem to really enjoying trying to solve parking. Most students approach the problem with solutions to help find parking spots such as lights above available parking spots, or an app that shows available parking spots. However, we believe this fundamentally misunderstands the problem. Finding parking isn’t hard, it’s that in areas where people spend 30 minutes looking for a parking spot, the spot doesn’t exist, there isn’t enough parking; there’s too much demand for the supply of parking spots available. And, as any economics class will tell you, if there’s too much demand for the supply available, raise the price.

As a solution, we propose a computerized parking meter that can dynamically change parking price as to target a certain percentage of parking spots remain open at all times. Our delivered parking meter will be constrained to only work on clear days, as to limit the scope of the project, and have three main components: the meter itself and the hardware and software on it, a software backend running on a remote server that uses data sent to it from the meter to determine proper prices using a PID-like control algorithm, and training data fabricated based on what data and research we can find about parking statistics.

The meter itself will perform the functions of monitoring when and where cars are parked within its range, wirelessly transmitting that information to the backend server, and would be used to display that information to the user and process transactions, but we will not be implementing those features for this prototype. The hardware on the meter will consist of a prepackaged camera and wireless transmitter (Xbee, or like device) hooked up to a custom built microprocessing unit using, most likely, an ATMega processor on a custom PCB running arduino software. The camera will be statically positioned and will be used to determine if there are cars in each spot. This will be done by taking a picture every few minutes (to lower processing load) and running some rudimentary machine vision techniques, mainly taking an FFT, and comparing the results with a pre-taken picture of the area with no cars. The spots taken will then be transmitted to the backend.

The backend will receive and monitor parking data it receives from the parking meters and adjust prices in an attempt to adjust the average parking density towards a set goal. For example, if the parking density for an area is too high prices may increase there and decrease somewhere nearby where the parking density is below the goal. We intend to have a PID-like control loop to control these prices with an underlying machine learning algorithm trained on the parking prices with the goal of better estimating parking densities in response to changes in pricing. The PID-like loop will primarily be proportionally driven so prices don’t change drastically if we are close to the parking density goal. The machine learning algorithm will be implemented as a neural network which over time will be trained on parking prices and attempt to estimate parking density given a distribution of prices. We hope to develop a system capable of estimating parking densities based on both time and day.

Exact deliverables for the project will be a physical meter prototype that can detect cars in a stationary position, send car data to the server, and receive price information, a backend software platform for determining the best price for an area given training data or time to train itself based on the location, and a simulation of said backend software using fabricated training data based on our best guesses from the data available.

GYMplement

Srinija Kakumanu, Justin Naal, Danny Rymut

Featured Project

**Problem:** When working out at home, without a trainer, it’s hard to maintain good form. Working out without good form over time can lead to injury and strain.

**Solution:** A mat to use during at-home workouts that will give feedback on your form while you're performing a variety of bodyweight exercises (multiple pushup variations, squats, lunges,) by analyzing pressure distributions and placement.

**Solution Components:**

**Subsystem 1: Mat**

- This will be built using Velostat.

- The mat will receive pressure inputs from the user.

- Velostat is able to measure pressure because it is a piezoresistive material and the more it is compressed the lower the resistance becomes. By tracking pressure distribution it will be able to analyze certain aspects of the form and provide feedback.

- Additionally, it can assist in tracking reps for certain exercises.

- The mat would also use an ultrasonic range sensor. This would be used to track reps for exercises, such as pushups and squats, where the pressure placement on the mat may not change making it difficult for the pressure sensors to track.

- The mat will not be big enough to put both feet and hands on it. Instead when you are doing pushups you would just be putting your hands on it

**Subsystem 2: Power**

- Use a portable battery back to power the mat and data transmitter subsystems.

**Subsystem 3: Data transmitter**

- Information collected from the pressure sensors in the mat will be sent to the mobile app via Bluetooth. The data will be sent to the user’s phone so that we can help the user see if the exercise is being performed safely and correctly.

**Subsystem 4: Mobile App**

- When the user first gets the mat they will be asked to perform all the supported exercises and put it their height and weight in order to calibrate the mat.

- This is where the user would build their circuit of exercises and see feedback on their performance.

- How pressure will indicate good/bad form: in the case of squats, there would be two nonzero pressure readings and if the readings are not identical then we know the user is putting too much weight on one side. This indicates bad form. We will use similar comparisons for other moves

- The most important functions of this subsystem are to store the calibration data, give the user the ability to look at their performances, build out exercise circuits and set/get reminders to work out

**Criterion for Success**

- User Interface is clear and easy to use.

- Be able to accurately and consistently track the repetitions of each exercise.

- Sensors provide data that is detailed/accurate enough to create beneficial feedback for the user

**Challenges**

- Designing a circuit using velostat will be challenging because there are limited resources available that provide instruction on how to use it.

- We must also design a custom PCB that is able to store the sensor readings and transmit the data to the phone.