-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Utilise esp32 bluetooth as another audio output/control for Karadio #24
Comments
I can't. Not enough sram to include BT in code. |
I am currently looking into A2DP SRC capabilities as well (ESP32 as bluetooth playback device). Maybe you could use an external SRAM chip, like IPS6404L-SQ-SPN for example? See https://esp32.com/viewtopic.php?t=5450 |
I join the question. It would be great to add A2DP. Maybe you can fork project only with A2DP or make a setting like #define I2S #define A2DP e.t.c. for select only needed feature, but not all? |
It is in progress. For pure A2DP sink, some other project are available yet on wroom |
Any progress so far? |
Another feature worth looking into is using bluetooth wireless headphones as another possible audio output and playback control? bt headphones like sony wireless headphones MDR-ZX770BN... That way user/ listener can adjust volume or channel via BT headphones. Let me know if you need someone to test!
The text was updated successfully, but these errors were encountered: