scenario set 2. Build your own LED detector #31
venkateshpotluri
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why are these scenarios important? what is different?
Many appliances such as wi-fi routers, electrical power surge protectors, and instant pots convey their activation status and the current function they are performing through LEDs. This set of scenarios explores ways to provide light sensor information that BVI developers may need to program their own LED status indicators for specific devices and scenarios. Currently, light detectors have offered limited capabilities in such contexts as programming -- they only indicate relative levels of brightness using sound or audio cues. These set of scenarios demonstrate the potential of getting access to raw and relative values from light sensors.
Scenario 2.1. determine the threshold to be able to detect if a particular LED is on or off, or if the sensor is not placed on a LED for detection.
goal: user wants to know about the current status of an instant pot. The pot indicates status through non-tactile LEDs next to each function button. As the LEDs are non-tactile, the user could potentially place the detector where there is no LED and wants to be alerted in that case as well.
Scenario 2.2. Identify thresholds to detect the color of a LED.
Many public spaces provide critical information through colors of LEDs. For example, bathrooms provide occupancy status through LEDs next to the door. This scenario assumes that a BVI developer wants to build an occupancy status indicator without having to awkwardly push the door and become aware of the occupancy status.
Beta Was this translation helpful? Give feedback.
All reactions