This project allows individuals to view customizable information right in their mirror without interrupting any usual activities. The prototype features a lcd screen controlled by a wi-fi enabled computer, delivering RSS Feeds directly to a user's mirror, while allowing them to control their content through simple gesture based-commands.
Most products today are either multi-functional, such as a cell phone, or one-dimensional, such as weather readers, and all require some form of direct interaction, and leave a footprint in any area they are installed. This project will provide a fully integrated system leaving no footprint and allowing users to interact with the product through gestures which require no buttons, gloves or other external devices.
|
|
|
|
Gesture Based Controls (mostly prototypes)
|
|
|
Risks | Mitigation Strategies |
---|---|
Sensory Failure |
|
Broken Connection |
|
Computer Crash |
|
Environmental Effects
|
|
Flawed Gesture Recognition
|
|
Communication Risks
|
|
To be completed.
To be completed.
To prove or disprove the distributer provided range of 65cm.
1 sensor, 1 adruino, 1 computer, 1 measure tape, 1 non-reflective surface.
Sensor Usability Range(cm) = The first distance at which the sonar reading is a trivial (.5V) value
10 measurements were taken per sonar, with voltage readings being sent from the board to the computer where the computer would indicate in or out of range. Distance were measured by hand.
8.5inX11in non-reflective surface and distance from sonar to surface
Start with non-reflective surface in range of sonars. Keeping surface normal to the sonar increase the distance from the sonar to the surface until trivial voltage is read.
Number of tests per sonar: 10
Mean Range in cm (Sonar 1, 2, 3): 49.02, 47.63, 45.09
Median Range in cm (Sonar 1, 2, 3): 48.9, 47.63, 45.72
Mode Range in cm (Sonar 1, 2, 3): 48.26, 46.99, 45.72
Minimum Range in cm (Sonar 1, 2, 3):46.99, 45.72, 43.18
A fixed object at a fixed range from a sensor should provide a stable voltage reading.
Two tests were setup. In each test an object was placed at a specific range from the sensor and 1000 voltage readings from the sensor were recorded. One test held the object at 16cm and the other 41cm from the sensor. The object was not reflective and covered the full vision of the sensor.
The analog voltage reading (up to 5V) from the sensors was converted to a digital value (0-1024), divided by 4 to fit into a byte, sent over serial to the computer and read as a unitless voltage reading. The reading was then converted back to voltage, this process creates a +-.4% error.
1000 reading were taken from the sensor, with each reading being transmitted from the board to the computer and written to an output file.
Height of the object from the sensor, number of readings taken, and sensor voltage reading
A test program was run on the Nano board which read values from the sensor and sent converted voltage reading to computer, where the reading was printed to a file.
Mean Reading in V (Sonar 1, 2, 3): 1.72, 1.68, 1.57
Median Reading in V (Sonar 1, 2, 3): 1.7, 1.68, 1.56
Standard Deviation in V (Sonar 1, 2, 3): 0.05, 0.04, 0.04
Height of 41cm:Mean Reading in V (Sonar 1, 2, 3): 0.66, 0.59, 0.55
Median Reading in V (Sonar 1, 2, 3): 0.66, 0.59, 0.55
Standard Deviation in V (Sonar 1, 2, 3): 0.04, 0.04, 0.04
The throughput of the system will be determined most significantly by the delay between sensor readings.
An object was placed at a fixed range from a sensor and a program was written to read the value, interpret it as a gesture, and send the data to the computer through serial communication. The computer would record the time it received the information up to 1000 received gestures..
Time was measured by the millis() function in the Processing function. Throughput = (# of readings)/(end time - start time)
1000 readings were taken, each reading was assummed to be a recognized gesture to simulate the complete system process.
Height of object from sensor, number of readings taken, location of start time code segement, and location of end time code segement
A test program was run on the Nano board to read values from the sensor, interpret them as gestures, and send the data to the computer. When the computer received the data and recognized the gesture, the time was recorded. This occurred for 1000 readings.
Mean Throughput in operations/second: 107
The startup time of the system will be dependent on when sensor values first become reasonable.
An object was placed at a fixed range from a sensor and a program was written to read the value and send the data to the computer through serial communication. The computer would record the time it received the information.
Time was measured by the millis() function in the Processing function. Startup Time = (time from first stable reading) - (start time)
~100 readings taken for 5 tests, each reading sending data from the sensor and board to the computer.
Height of the object from the sensor (far enough to create stable reading), number of readings taken, and assumption of first stable value
A test program was run on the computer to read in values from the board and stopped after ~100 readings.
Mean Startup Time in seconds: 3.06
To be completed.
To be completed.