We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
当前ESP32S3-BOX-3能够WIFI连接和播放mp3(声音通过喇叭),那怎样添加 连接蓝牙耳机,或者蓝牙音响 输出声音的功能?
The text was updated successfully, but these errors were encountered:
@yuanfangcn 您好,ESP32-S3 不支持经典蓝牙,无法开发连接蓝牙耳机,或者蓝牙音响的功能。 但是可以支持通过 USB 外设,基于 USB Audio Class,连接标准的 USB 音频设备,例如 USB 耳机,USB 音响。具体可参考此方案 https://mp.weixin.qq.com/s/JJUSqeaMFeglomAG66bq9w
Sorry, something went wrong.
那这 明确写着支持 蓝牙双模?
那ESP32所有系列模组中,有没有/有哪些 能支持WIFI + 经典蓝牙(传输音频)的?
那ESP32所有系列模组中,有没有/有哪些 能支持WIFI + 经典蓝牙(传输音频)的? 双模是指 Wi-Fi & 蓝牙(ESP32-S3 仅支持蓝牙低功耗)双模,此处表述容易引起歧义,之后我们会注意。
ESP32 芯片支持 Wi-Fi +经典蓝牙(BR/EDR)+低功耗蓝牙(BLE)
No branches or pull requests
Checklist
Issue or Suggestion Description
当前ESP32S3-BOX-3能够WIFI连接和播放mp3(声音通过喇叭),那怎样添加 连接蓝牙耳机,或者蓝牙音响 输出声音的功能?
The text was updated successfully, but these errors were encountered: