Improving accessibility of Pebble watches #138
Almost-Senseless-Coder
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.
-
I think Pebble watches have potential for becoming accessible smart watches:
I'm legally deafblind. For the deafblind in particular, the following features would be desirable:
Support for refreshable Braille displays
BRLTTY seems like a logical choice here. Given its modest requirements for system ressources, it should be possible to run BRLTTY on Pebble watches. The bigger problem is making it compatible with Pebble's GUI. A full-fledged screen reader like Orca might be too resource-intensive and overkill anyway; perhaps Fenrir, a more light-weight screen reader, could get tweaked for this purpose?
The other thing is connecting a Pebble watch to a Braille display. I think the best process would look something like this:
This process is still pretty fragile in several ways with issues which are hard to debug for a blind user; if connecting to the Braille display failed for some reason, the Pebble should probably communicate the error to the smartphone app.
Haptic feedback
Another aspect would be haptic feedback/vibrations. Ideally, users should be able to set different vibration patterns for alarms, notifications on a per-app basis, etc.
If we get BRLTTY to work, this could be an app on the watch itself, like a settings app or even a custom app, depending on what kind of privileges custom apps have. Otherwise, it would have to be something baked into the firmware with controls in the iOS and Android apps. Similarly, if BRLTTY doesn't work, basic Pebble functionality should be available through haptic feedback (like communicating the time with a series of vibrations with different lengths, as is already common in non-smart watches for the deafblind).
Beta Was this translation helpful? Give feedback.
All reactions