Voice controlled room
I have an idea about a voice controlled room.
I would use an atmega8-16PU to switch lamp and other items on
I have an old pc laying in my room with windows 2000.
It has a serial port, a parallel port and 2 usb ports.
I want it to interface with my atmega8, but I am wondering how you use voice control with it.
I could also use an arduino, but for now I am thinking it al out.
This is an idea for home automation.
So does anybody now how I would program my pc for voice control.
And what circuit I would use for an interface with my atmega8 or arduino
Thanks,
Danny Temmerman
-------------------------------------------------------
UPDATE
--------------
I now installed this program from http://www.e-speaking.com/.
With this program you can execute programs and document and all.
---------------------------------------



@ Tue, 2010-05-18 13:28
Voice conrol
Do you know any software ( as i have no idea about programming ) that can translate voice commands to outputs on my parallel port?
If not, could you explain how to program, what to pragram and especially where to pram these thing?
Please, I really need this for my robot. I made my dad get me a wireless mic and output system ( expensive ) so that i can can make my robot ( controlled through parallel port ) work by voice control! If I don't get it, he'll kill me.
thanks a lot!
@ Thu, 2009-08-27 10:56
Good example
This is he thing I want to create :
http://www.youtube.com/watch?v=49LlIiAtOUo&feature=channel_page
@ Wed, 2009-08-26 20:26
parallel port control
I found this program to control the outputs of my parallel port: http://www.geocities.com/micgm/circuit/circuit.html
but does anyone knows how i could control it with this voice control sofware: http://www.e-speaking.com/
@ Wed, 2009-08-26 18:41
I just read your inquiry
I just read your inquiry regarding interfacing with an ATmega8 using the Parrellel port. If that has anything to do with this project, which I assume it does, let me make a suggestion. This Computerized Room Project uses solely the parallel port to manipulate real world objects. It seems a bit outdated, but yet still functional. Maybe you can use information there to help develop a simpler system.
@ Mon, 2009-08-24 20:28
Yuo would need a microphone
@ Tue, 2009-08-25 10:59
how do i relay it
The voice recognision part I already know.
But how do I relay it to my atmega8 with the voice recognision software?
Let each voice command run a small program or something?
Programming isn't my strongest part.
What do you think?
ThanksDanny Temmerman
@ Tue, 2009-08-25 11:47
The easiest option that
The easiest option that comes to mind is to have the computer program send the AtMega8 a little serial command every time the PC recognises a speech command.
@ Tue, 2009-08-25 12:18
How do you do that?
How do you send a serial progam to the atmega8?
I haven't done that yet, because I always program my atmega8 with my parallel port on my other computer.
Thanks
Danny Temmerman
@ Tue, 2009-08-25 13:58
Hook them together with bluetooth or XBees
@ Tue, 2009-08-25 12:57
Check this out. It gives you