DFRobot Arduino Smart Home kit智能家居语音识别
2012-06-292.8万
AI 快速预览详细
DFRobot Arduino Smart Home kit是一款智能家居套件,支持语音识别功能。通过简单的语音命令,用户可以控制灯光、监测温湿度,并在检测到危险气体时及时报警。该套件还具备环境光线检测功能,光线暗时会自动开灯并提醒用户。使用这款套件,用户可以轻松实现智能家居体验,提高生活便利性和安全性。
|
晚上回到家,家里黑漆漆一片,得找到开灯的按钮才算完事,有时候在想,如果灯泡会听话该多好啊,有了这个想法,智能家居就应运而生了,用Arduino打造这么一款智能家居套件并为它取了一个很搞的名字“小米渣”,需要开灯的时候,你只需叫小米渣开灯,小米渣就会立马为你打开电灯并回答:“正在开灯”,小米渣的功能可不止这一个功能哦。 功能介绍: 识别开关灯命令,执行开关灯操作,并语音播报当前状态。 ![]() |






需要设置其他容易辨认的关键字才能识别。
这个好,当初没有发现
其实我们还有一个产品,就完全是你想要的,请见链接:https://www.dfrobot.com.cn/goods-633.html
IIC的语音识别芯片没有哦,都是SPI的。
C:\Documents and Settings\My Documents\Arduino\libraries\Voice/Voice.h:83: error: 'byte' does not name a type
C:\Documents and Settings\My Documents\Arduino\libraries\Voice/Voice.h:123: error: 'byte' does not name a type
In file included from sketch_jun21a.ino:8:
C:\Documents and Settings\My Documents\Arduino\libraries\Syn6288/Syn6288.h:19: error: 'byte' does not name a type
sketch_jun21a.ino: In function 'void finally(unsigned char)':
sketch_jun21a:116: error: invalid conversion from 'int8_t*' to 'uint8_t*'
sketch_jun21a:116: error: initializing argument 1 of 'void Syn6288::play(uint8_t*, uint8_t, uint8_t)'
sketch_jun21a:119: error: invalid conversion from 'int8_t*' to 'uint8_t*'
sketch_jun21a:119: error: initializing argument 1 of 'void Syn6288::play(uint8_t*, uint8_t, uint8_t)'
sketch_jun21a:125: error: invalid conversion from 'int8_t*' to 'uint8_t*'
sketch_jun21a:125: error: initializing argument 1 of 'void Syn6288::play(uint8_t*, uint8_t, uint8_t)'
sketch_jun21a.ino: In function 'void setup()':
sketch_jun21a:197: error: 'VoiceRecognitionV1' was not declared in this scope
‘syn6288’does not name a type
sketch_jun21c.ino:8:21: error: Syn6288.h: No such file or directory
sketch_jun21c:10: error: 'Syn6288' does not name a type
sketch_jun21c:14: error: 'uint8' does not name a type
sketch_jun21c.ino: In function 'void finally(unsigned char)':
sketch_jun21c:103: error: 'syn' was not declared in this scope
sketch_jun21c.ino: In function 'void ExtInt0Handler()':
sketch_jun21c:190: error: 'Voice' was not declared in this scope
sketch_jun21c.ino: In function 'void setup()':
sketch_jun21c:197: error: 'Voice' was not declared in this scope
sketch_jun21c:197: error: 'MIC' was not declared in this scope
sketch_jun21c:197: error: 'VoiceRecognitionV1' was not declared in this scope
sketch_jun21c.ino: In function 'void loop()':
sketch_jun21c:208: error: 'uint8' was not declared in this scope
sketch_jun21c:208: error: expected `;' before 'nAsrRes'
sketch_jun21c:209: error: 'nAsrStatus' was not declared in this scope
sketch_jun21c:209: error: 'LD_ASR_NONE' was not declared in this scope
sketch_jun21c:217: error: 'syn' was not declared in this scope
sketch_jun21c:223: error: 'LD_ASR_RUNING' was not declared in this scope
sketch_jun21c:224: error: 'LD_ASR_ERROR' was not declared in this scope
sketch_jun21c:226: error: 'LD_ASR_NONE' cannot appear in a constant-expression
sketch_jun21c:229: error: 'Voice' was not declared in this scope
sketch_jun21c:239: error: 'LD_ASR_FOUNDOK' was not declared in this scope
sketch_jun21c:242: error: 'nAsrRes' was not declared in this scope
sketch_jun21c:242: error: 'Voice' was not declared in this scope
sketch_jun21c:248: error: 'LD_ASR_FOUNDZERO' was not declared in this scope
‘syn6288’does not name a type
sketch_jun21c.ino:8:21: error: Syn6288.h: No such file or directory
sketch_jun21c:10: error: 'Syn6288' does not name a type
sketch_jun21c:14: error: 'uint8' does not name a type
sketch_jun21c.ino: In function 'void finally(unsigned char)':
sketch_jun21c:103: error: 'syn' was not declared in this scope
sketch_jun21c.ino: In function 'void ExtInt0Handler()':
sketch_jun21c:190: error: 'Voice' was not declared in this scope
sketch_jun21c.ino: In function 'void setup()':
sketch_jun21c:197: error: 'Voice' was not declared in this scope
sketch_jun21c:197: error: 'MIC' was not declared in this scope
sketch_jun21c:197: error: 'VoiceRecognitionV1' was not declared in this scope
sketch_jun21c.ino: In function 'void loop()':
sketch_jun21c:208: error: 'uint8' was not declared in this scope
sketch_jun21c:208: error: expected `;' before 'nAsrRes'
sketch_jun21c:209: error: 'nAsrStatus' was not declared in this scope
sketch_jun21c:209: error: 'LD_ASR_NONE' was not declared in this scope
sketch_jun21c:217: error: 'syn' was not declared in this scope
sketch_jun21c:223: error: 'LD_ASR_RUNING' was not declared in this scope
sketch_jun21c:224: error: 'LD_ASR_ERROR' was not declared in this scope
sketch_jun21c:226: error: 'LD_ASR_NONE' cannot appear in a constant-expression
sketch_jun21c:229: error: 'Voice' was not declared in this scope
sketch_jun21c:239: error: 'LD_ASR_FOUNDOK' was not declared in this scope
sketch_jun21c:242: error: 'nAsrRes' was not declared in this scope
sketch_jun21c:242: error: 'Voice' was not declared in this scope
sketch_jun21c:248: error: 'LD_ASR_FOUNDZERO' was not declared in this scope
有程序的例子吗?想学学:)