Hi everyone!
Over the past few months in my spare time, I have been developing a USB audio to ASHA adapter using a Raspberry Pi Pico W microcontroller. I have gotten to the point where I can reliably stream audio to my Oticon More’s, and I am now looking for any volunteers who might be willing to help test with other brands.
First a warning: the project is still very much a work in progress, expect plenty of warts. I have yet to figure out what the final user experience will be. Also, there’s no guarantee that it will ever work with your particular hearing devices. Starkey Arc AI devices are known to not work at this time.
If you are interested in being a tester, here are the requirements:
- Obtain a Raspberry Pi Pico W (or WH) microcontroller. These are low cost ($6 USD) and widely available.
- Have (or obtain) a Micro USB cable to plug the pico into a computer (Linux and Windows 11 tested).
- Have a Github account to download the software if you don’t want to compile it.
- Be comfortable with the idea of connecting to a USB serial port.
- Be prepared for disappointment when it doesn’t work immediately (or ever in the worst case scenario).
If you’re still interested, head on over to the Pico-ASHA Github repository to get started. The readme has instructions on how to get started. Feel free to open an issue if you want to provide feetback, or need help.