bryceamacker / Homie

Voice controlled home automation through the ESP8266
0 stars 0 forks source link

can the ESP8266 recognize the speech by itself #1

Open mkeyno opened 8 years ago

mkeyno commented 8 years ago

hi @, thanks for sharing code , can the ESP8266 recognize the speech by itself so we don't need to send the pattern to another place(recognition server), to which level ESP can process the pattern?

bryceamacker commented 8 years ago

Hey mkeyno, unfortunately the ESP8266 does not do any of the recognition itself. I'm currently doing that on a RaspberryPi, which then sends commands to the ESP.

mkeyno commented 8 years ago

thanks @bryceamacker , but what exactly ESP can do ?do you use the ADC pin to get the peach pattern and then send it to server for recognition?