Creating a simple "smart" room

I wish to create a "smart" room where when I walk in the following happens:

  1. I am greeted by a voice saying "welcome"
  2. The voice asks if I would like to enable higher functions (turn on PC)
  3. If answer is "yes", turn on PC.

My idea is the following:

RFID sensor picks up my RFID tag --> Arduino hardware greets and asks question --> If "yes" is heard through mic, turn on PC.

If this sounds feasible than great! I just don't know where to begin with this project. Any help would be appreciated! :slight_smile:

Your looking at voice recognition,RFID shield and a MP3 shield, along with a relay board. Its not impossible, but it may be tricky to get them to work together. Are you getting or do you already have an arduino, if so which one?

Have a look at these products as they (along with your arduino UNO) could be the building blocks to your project. Hunting around online you may find cheaper and more suitable items but it's a starting point.
Voice recognition EasyVR 3 Plus Shield for Arduino - COM-15453 - SparkFun Electronics
RFID reader RFID Module - SM130 MIFAREĀ® (13.56 MHz) - SEN-10126 - SparkFun Electronics
MP3 playback SparkFun MP3 Player Shield - DEV-12660 - SparkFun Electronics

Thanks for the help guys!

The two shields look relatively easy to use, but the RFID reader seems quite difficult!
I do not have any arduino hardware yet, but i figure an UNO board is what I would need to put these together.

Is there any other solution I could use besides arduino to meet my goals?

Looking at the costs of those modules, using an iPod touch or a cheap Android would seem to simplify things a lot, especially if you want accurate voice recognition, wi-fi capability (so that you can connect to the electronics that you want to switch on), etc.

Of course, if your goal is to learn/DIY electronics, then @Riva's recommended modules along with a standard Arduino Due would help you get started. The RFID reader listed there is actually reasonably easy to work with, so I suggest you give it a shot! If you read in the comments section on that Sparkfun page, the very first comment even provides sample code.