Steve pointed me to an interesting article about using PlayStation Portables with children who are deaf.
Entries Tagged Deaf
Using PSP video in school
February 12th, 2008 — Deaf, Enabling Technology, Links
USB-driven visual alert
October 9th, 2007 — Deaf, Enabling Technology, Ideas, Links
I’m continuing to think about the usb visual alert for people who are hearing impaired. Tonight I saw this article on writing a linux USB driver and it points to this source of cool controllable LED lights.
Looking a bit more reveals this post on how to control USB power. With that we could use a really cheap USB lamp as the indicator.
Multimedia Instruction for Students Who Are Deaf
August 29th, 2007 — Deaf, Enabling Technology
Gretchen pointed me to this page at the CITEd research center. Lots of interesting links to research and strategies for using multimedia to help students.
USB-driven visual alert
April 7th, 2007 — Deaf, Enabling Technology, Ideas
In reference to my earlier post about the USB-driven visual alert for people who are hearing impaired.
Using the INSTEON api we can control any appliance plugged in to their receiver. I believe the receiver can be plugged in to any outlet in the house. On the computer, we’ll just need to look for incoming email or IMs. While we could implement something that actually checks for mail (requiring their password) and interfaces somehow to whatever IM client they use, I’d rather try to do something independent of all that.
I suggest we try allowing the user to draw one or more small watch boxes anywhere on the desktop. If the pixels in the box change, we activate the signal. This would allow us to monitor whatever visual indication the applications already provide. For example, on GoogleTalk I have a small “balloon” icon down in the system tray; it blinks when a new IM comes in. Likewise my email client changes its taskbar button when new mail arrives. I’m suggesting we could simply watch for changes on the display to drive the signal.
If it turns out that doesn’t work, we should try using our pyAA interface to watch for events on the accessibility interface.
MobileASL
February 13th, 2007 — Deaf, Enabling Technology, Links
MobileASL is a video compression project at the University of Washington with the goal of making wireless cell phone communication through sign language a reality.
USB-driven visual alert
February 12th, 2007 — Deaf, Enabling Technology, Ideas
Shelley Tabakman of the NC DHHS asked about some sort of visual alert for hearing-impaired users of email and IM. They’d like to be notified of an incoming message by a signal visible when not looking at the screen. The INSTEON developer kit looks like the right goods.
Target issues for a web-cam switch
January 31st, 2007 — Blind, Deaf, Enabling Technology
I can reliably detect many simple targets and generate key events in real time using a web-cam and an ordinary piece of paper with printed targets. What are the important characteristics of the targets?
- They must be meaningful to the user.
- They must be detectable and easily distinguished from whatever will obscure them by the computer.
- They must have an associated key, mouse or other event to control the computer.
The motors work great with the USB-1024HLS!
December 23rd, 2006 — Blind, Deaf, Enabling Technology
The tiny pager motors (VPM2 from Solarbotics) work great with the USB-1024HLS. I can drive them with the 15mA source capacity of the USB-1024HLS. Using duty-cycle modulation I can control the strength of the vibration. The 4-wire cable I used for each set of 3 is too stiff allowing vibration to couple from one to the next. I’m going to switch to long flexible pairs stripped from a flat cable. That should allow more freedom in placement and less coupling.
USB-1024HLS Digital I/O
December 20th, 2006 — Blind, Deaf, Enabling Technology
I bought a USB-1024HLS from Measurement Computing for an experiment with tiny pager motors as a cheap Braille display. For $149 you get a tiny brick with screw terminals. It works great. Their library is easy to use from Python using ctypes. I’m guessing USB timing limits it to 125 updates per second. I’ve got it blinking LEDs while I’m waiting on the pager motors to arrive.
Programming cell phones
December 20th, 2006 — Blind, Deaf, Enabling Technology, Links
Alex says the Brew development envrionment for Qualcomm phones is free. Perhaps we could do the Morse-code text messaging for deaf-blind people with that.