“喇叭模块”的版本间的差异
来自YFRobotwiki
(→参考资料) |
(→扩展程序) |
||
第96行: | 第96行: | ||
* 唱歌:[https://github.com/YFROBOT-TM/YFRobot-Sensor-Module/tree/master/Speaker-%E5%96%87%E5%8F%AD%E6%A8%A1%E5%9D%97/program/singSong singSong] / [https://eyun.baidu.com/s/3o8UKVH4 singSong-Yun.baidu] | * 唱歌:[https://github.com/YFROBOT-TM/YFRobot-Sensor-Module/tree/master/Speaker-%E5%96%87%E5%8F%AD%E6%A8%A1%E5%9D%97/program/singSong singSong] / [https://eyun.baidu.com/s/3o8UKVH4 singSong-Yun.baidu] | ||
− | * 唱歌DIY程序教程:http://www.yfrobot.com/thread-2269-1-1.html | + | * 唱歌DIY程序教程:http://www.yfrobot.com.cn/thread-2269-1-1.html |
− | + | ||
− | + | ||
===参考资料=== | ===参考资料=== |
2021年1月7日 (四) 13:49的版本
产品简介
喇叭模块,采用高保真功放芯片LM4871制作,保证音质输出;拨盘式电位器,轻松调节音量大小;宽电压范围:3V - 5.5V ;PH2.0接线端子,配合专用3P杜邦线,使用非常方便,赶紧加入你的项目吧。
可配合语音模块的DAC模式使用!!
提示:无源蜂鸣器虽然也能实现唱歌发声功能,但音质和喇叭模块不能比的!
规格参数
- 供电电压:DC3 - 5V
- 安装孔径:3MM
- 模块重量:5g
- 模块尺寸图:单位mm
主要应用
时钟报时、天气语音播报、唱歌等
引脚说明
- 1. G -- Gnd(地)
- 2. V -- Vcc(电源+5V)
- 3. S -- Sign(信号)
应用示例
- 电路连接示意图
- 示例代码
//Speaker test //simulate the ambulance voice by speaker int speakerPin = 6; //set speaker pin void setup() { pinMode(speakerPin, OUTPUT); } void loop() { unsigned char i, j; while (1) { for (i = 0; i < 80; i++) //make frequency of a sound { digitalWrite(speakerPin, HIGH); delay(1); digitalWrite(speakerPin, LOW); delay(1); } for (i = 0; i < 100; i++) //make another frequency of a sound { digitalWrite(speakerPin, HIGH); delay(2); digitalWrite(speakerPin, LOW); delay(2); } } }
程序下载地址:Speaker_test / Speaker_test-Yun.baidu
程序运行结果:给两种不同频率,使其发出两种声音,模拟救护车声音。
扩展程序
再给大家两个参考程序及DIY教程
- 超级玛丽音乐:Super_Mario / Super_Mario-Yun.baidu
参考资料
更多建议和问题欢迎反馈至 YFRobot论坛
购买方式:YFRobot 电子工作室