1 頁 (共 1 頁)

無線藍牙音箱DIY

發表於 : 2024年 3月 17日, 15:39
admin
依據台科大微處理一書實習38所完成的作品。

所需材料:ESP32 *1、MAX98375A *2、音箱 *2、行動電源、杜邦線 少許
電路圖:
圖檔

程式:

代碼: 選擇全部

#include "BluetoothA2DPSink.h"
BluetoothA2DPSink myBT;
void setup()
{
	myBT.start("BTMusic");
}
void loop()
{
}
成品:
https://youtu.be/7SU_lRI9hfI