The problem: I live in Quebec and I don’t speak French
The solution: Learn French Overcome human limitations by exploiting boundless compute
Yes, and I am mildly annoyed at a billion-dollar company implementing an idea that I, a hobbyist, am trying to solve for myself. I’m still going to do it, unless the phone launches first and I just buy it instead.
Headers below organize the work – struck out items are ones that didn’t work!
First step, getting my linux desktop (which has a USB bluetooth device recognized by BlueZ) connected to the headphones. This AskUbuntu Link looked promising, so I’m working off of that.
Debian doesn’t seem to have pulseaudio-bluetooth-discover
. Getting this working in an existing network stack seems to be very hard. I’ve placed an order for two ESP32 dev boards.
Two were purchased, since each esp32 can act as a source or a sink but not both.
Two were purchased, since each esp32 can act as a source or a sink but not both. BT-LE is not the same as, and does not imply, BT4.2 support. iPhones do not yet support BT-LE Audio, so we need an actual BT4.2 chip for HSP support. The ESP32-WROOM-32E is the cheapest, and according to the expressif systems product finder it actually supports Bluetooth. Is this fast enough for HSP? This github repo says so! I’ll be using it as a starting point (thank you GitHub License). I’ve gotten this working.