Αναζήτηση

Powered By Blogger

Apr 30, 2013

Wireless voice-controllable smart home project

Wireless voice-controllable smart home project:
Wireless-Voice-Controllable-Smart-Home-Project-W600
Wireless voice-controllable smart home project by Jiayuan Wang and Sheng Zhang from Cornell University, built as a final project:
There are two CPU in our project, ATmega328 and ATmega1284. We set up the wireless communication by two Xbee chips. One of them connects with ATmega328 working as the transmitter to transmit the signal, another one is connected with ATmega1284 to be the receiver. We pick up ATmega328 to be our transmitter part because there is a microphone on it which could receive and store the voice signal from people. When people say the voice instruction, microphone gets it first and then ATmega328 receive it. By the program controlling, ATmega328 will send the signal to transmitter Xbee. When the Xbee is enabled, it will send the corresponding signal to the receiver Xbee by the different voice instructions. When the wireless communication set up successfully, it will send instructions for ATmega1284.
Via Hacked Gadgets.