<?xml version="1.0" encoding="utf-8"?>
				<!-- generator="e107" -->
				<!-- content type="Forum / topic" -->
				<rss  version="2.0">
				<channel>
				<title>8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes : Forum / topic</title>
				<link>http://www.8051projects.net/</link>
				<description>Learn to make simple microcontroller projects, pic, 8051, avr and arm projects. download 8051 projects, tutorials, libraries, sample codes. join the microcontroller discussion forum and ask doubts regarding electronics. the best source for 8051 over internet.</description>

<language>en-gb</language>
				<copyright>2008 Rickey's World</copyright>
				<managingEditor>contact@nospam.com (Ajay Bhargav)</managingEditor>
				<webMaster>contact@nospam.com (Ajay Bhargav)</webMaster>
				<pubDate>Wed, 07 Jan 2009 18:01:01 -0800</pubDate>
				<lastBuildDate>Wed, 07 Jan 2009 18:01:01 -0800</lastBuildDate>
				<docs>http://backend.userland.com/rss</docs>
				<generator>e107 (http://e107.org)</generator>
				<ttl>60</ttl>
				<textInput>
				<title>Search</title>
				<description>Search 8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes</description>
				<name>query</name>
				<link>http://www.8051projects.net/search.php</link>
				</textInput>
						<item>
						<title>Voice Recognization Chip AP7003-02</title>
<link>http://www.8051projects.net/forum-t9290.html</link>
<description><![CDATA[Hi to all,<br />                I am currently working on the project " Voice activated intelligence robotic system" for which i am making use of AP7003-02 Chip. I have rigged up the circuit what has been given in the datasheets.  But in the datasheets the details for the traininng mode and recognization mode has not been given properly.  <br />So in the datasheets it is given that <br />Step1:  The 12 word memory banks must be cleared after power on and before store word.At the begin of store word mode LED1 and one of the PortA ( 1~12) whcih is corresponed to selected word bank is active. and AP7003-02 will go to recognization mode after input voice is stored into word bank.( So for that I am making use of push-button switch provided to the PIT4 pin. After I press the LED1 starts blinking and after some seconds LED2 gets ON.How can I store the word in to memory bank .)   <br />Can anyone kindly help me this matter.<br /><br />     Here I enclosed the rapid-share link for the datasheets and the schematics.<br /><br />     <div class='indent'>http://rapidshare.com/files/112896302/AP7003_Voice_Recognization_chip.rar</div><br /><br /><br />Regards<br />Sanath<br />Bangalore<br />]]></description>
<pubDate>Mon, 05 May 2008 16:26:59 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9290.html</guid>
</item>
						<item>
						<title>Re: Voice Recognization Chip AP7003-02</title>
<link>http://www.8051projects.net/forum-t9290.html</link>
<description><![CDATA[Hi,<br />I am not much familiar with programable audio recording IC's but in Mumbai APLUS IDIA can help you out on it. http://aplusindia.net/aplusindiauser/AddCategoryMasterAction.apu]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Tue, 06 May 2008 14:51:41 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9290.html</guid>
</item>
						<item>
						<title>Re: Voice Recognization Chip AP7003-02</title>
<link>http://www.8051projects.net/forum-t9290.html</link>
<description><![CDATA[you just need to send command where you want to store your word.<br />See table 1 for timing information and page 8 for functional description.<br /><br />In the datasheet there is no information given regarding clock and other things. how it is to be connected and how micro can read data.<br />I think you reconsider what shailesh said and contact the vendor for more information. You have bought IC from them so you must get full support.]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Tue, 06 May 2008 15:16:04 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9290.html</guid>
</item>
						<item>
						<title>Re: Voice Recognization Chip AP7003-02</title>
<link>http://www.8051projects.net/forum-t9290.html</link>
<description><![CDATA[Can anyone tell me the Memory Bank what this Chip is having volatile or Non-volatile memory since in the datasheet it is not mentioned.<br /><br />Regards<br />Sanath]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Tue, 06 May 2008 14:55:27 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9290.html</guid>
</item>
						<item>
						<title>Re: Voice Recognization Chip AP7003-02</title>
<link>http://www.8051projects.net/forum-t9290.html</link>
<description><![CDATA[<div class='quote_top'>SANATH MCX wrote ...</div><div class='quote'><br /><br />Step1:  The 12 word memory banks must be cleared after power on and before store word.At the begin of store word mode LED1 and one of the PortA ( 1~12) whcih is corresponed to selected word bank is active. and AP7003-02 will go to recognization mode after input voice is stored into word bank.( So for that I am making use of push-button switch provided to the PIT4 pin. After I press the LED1 starts blinking and after some seconds LED2 gets ON.How can I store the word in to memory bank .)   <br />Can anyone kindly help me this matter.<br /><br />    </div><br /><br />Hi...try following this sequence...<br />- Power On<br />- Press PIT4 switch<br />- Press '1' in keypad<br />- Speak into the mic to record into bank1(LED1 should be active during this period)<br />- Then press '2' for selecting bank2 and when LED1 is active speak into the mic to record.<br />Similarly proceed with other words.<br />Then press '9' or '10' to select threshold level and go into recognition mode.<br />In recognition mode LED1 will be active again waiting for an input word in the mic.<br />Then if the input word matches any stored word,LED2 and the corresponding port pin will become active.Else LED1 will flash to indicate no match and then again revert to recognition mode.<br />If a match was found and LED2 had become active,it will remain in tht state for 3 minutes and ten revert to recognition mode.If you want the recognition cycle before the 3 min. are over you may press '11'.<br />Do give a try and report.<br />]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Wed, 07 May 2008 14:54:18 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9290.html</guid>
</item>
						<item>
						<title>Re: Voice Recognization Chip AP7003-02</title>
<link>http://www.8051projects.net/forum-t9290.html</link>
<description><![CDATA[Hi  Joseph...<br /><br />Thanx so much for the reply<br />There was a slight mistake  with hardware circuit what i did and now it is working fine. <br /><br />These are the steps what i concluded with 3x4 Matrix kepad mode configuration.<br /><br />Fir this first we need to train this chip for the words and after that only recognization process will be done by the chip <br /><br />Step1:     Power On the System <br /><br />Step2:    Press PIT4 Switch <br />( Led1 will be active to indicate that all the 12 memory  banks are cleared and go to the Training mode and after that <strong class='bbcode bold'>LED1 will be continuosly active</strong>)<br /><br /><span class='bbcode underline' style='text-decoration:underline'>For Training the chip</span><br /><br />Step3:   Press 1 in Keyapd ( for storing the word in memory bank1)<br /><br />Step4:  Speak into the mic to record into bank1 of word length of maximum of 1.5sec long (LED1 will blink once to indicate that word has been stored in the Memory bank and automatically goes to recongization mode<br /><br />Step5:  Press 2 Keypad ( For Storing the word in memory Bank2)<br /><br />Step6:  Same as Step4<br /><br />Similrly proceed for the other words to store it in a different memory banks<br /><br /><span class='bbcode underline' style='text-decoration:underline'>For  Recognization mode</span><br />In recognition mode LED1 will be active again waiting for an input word in the mic.<br />Then if the input word matches any stored word, LED2 will be high and perticular memory bank  where this recognized word has been stored will be the o/p on the Port A  by clearing of the perticular port pin . Else LED1 will flash for the 3 seconds to indicate no match and then again revert to recognition mode.<br />If a match was found and LED2 had become active, it will remain in that  state for 3 minutes and then revert to recognition mode. <br /><br />Regards<br />Sanath<br />Bangalore<br /><br /><strong class='bbcode bold'>“You get the best out of others when you give the best of yourself “</strong><br /> <br /><br />]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Wed, 07 May 2008 17:33:09 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9290.html</guid>
</item>
						<item>
						<title>Re: Voice Recognization Chip AP7003-02</title>
<link>http://www.8051projects.net/forum-t9290.html</link>
<description><![CDATA[Hi Sanath.....<br />glad you got it working.<br />Tell us one thing...does it retain the recording even after power off?<br />And what's the cost of the chip?]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Wed, 07 May 2008 17:45:29 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9290.html</guid>
</item>
						<item>
						<title>Re: Voice Recognization Chip AP7003-02</title>
<link>http://www.8051projects.net/forum-t9290.html</link>
<description><![CDATA[Hi Joseph,<br />                  I bought this chip ( AP7003-02) from NSK Electronics Bangalore and it costs around Rs.200/ or <br />it is also available in <br />Aplus India<br />Ground Floor, Bakul Baug, Vasundhara,<br />Opp. India Bank, S.V. Road,<br />Santacruz(w). Mumbai - 400 054.<br />Off: 022-2618 2082 / 26173575<br />Fax: 022-2611 8035<br />Web : www.aplusindia.net<br />E-Mail: sales@aplusindia.net<br /><br /><br />]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Wed, 07 May 2008 17:57:16 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9290.html</guid>
</item>
						<item>
						<title>Re: Voice Recognization Chip AP7003-02</title>
<link>http://www.8051projects.net/forum-t9290.html</link>
<description><![CDATA[Hi,<br />    This is me again...<br /><br /><div class='indent'>Can anyone tell me the Memory Bank what this Chip is having volatile or Non-volatile memory since in the datasheet it is not mentioned.</div><br /><br />After power Off I tried continuosly with telling the same word what has been recored previously but the LED1 will be continusly OFF means it is not any input word. That is what I confused whether the recording will retain after the power goes Off. Can anyone help me in this.<br /><br />Regards<br />Sanath <br />Bangalore<br /><br /><strong class='bbcode bold'>“You get the best out of others when you give the best of yourself “</strong>]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Wed, 07 May 2008 18:14:49 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9290.html</guid>
</item>
						<item>
						<title>Re: Voice Recognization Chip AP7003-02</title>
<link>http://www.8051projects.net/forum-t9290.html</link>
<description><![CDATA[It is a nice project<br />i am really intersted to u r project<br />thanx]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Wed, 07 May 2008 19:51:53 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9290.html</guid>
</item>
						<item>
						<title>Re: Voice Recognization Chip AP7003-02</title>
<link>http://www.8051projects.net/forum-t9290.html</link>
<description><![CDATA[<br />Even with this you can implement the projects like<br /><br />1. Voice Activated Intelligence Robotics System<br />2. Voice Activated Security System<br />3. Elevator for handicaps<br />4. Voice activated home applliance control<br />5. Voice activated intercom system for the office automation<br /><br />   and many more............really interesting<br /><br />Regards<br />Sanath<br />Bangalore<br /><br /><strong class='bbcode bold'>“You get the best out of others when you give the best of yourself “</strong>]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Wed, 07 May 2008 22:37:05 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9290.html</guid>
</item>
						<item>
						<title>Re: Voice Recognization Chip AP7003-02</title>
<link>http://www.8051projects.net/forum-t9290.html</link>
<description><![CDATA[i thought you are making it with controller <img src='http://www.8051projects.net/e107_images/emotes/yahoo/1.gif' alt='' style='vertical-align:middle; border:0' /> <br /><br />so your application circuit is working... make it with controller and tell us the progress <img src='http://www.8051projects.net/e107_images/emotes/yahoo/1.gif' alt='' style='vertical-align:middle; border:0' />]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Thu, 08 May 2008 16:22:51 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9290.html</guid>
</item>
						<item>
						<title>Re: Voice Recognization Chip AP7003-02</title>
<link>http://www.8051projects.net/forum-t9290.html</link>
<description><![CDATA[Hi to all,<br /> <br />      Previously I put 33pf Capacitor across the A1outpin and A1IN pin and now I changed that one to 330pf given in the schematics. After that the recognization works superb even with far distance. <br />In this i got confused with 3 things<br />1. After I switch off whether the previosuly recorded voice retains or not.<br />2. Regarding the key 10 and key11 for recognization threshold level. what is that recognization threshold level <br />3. Once the voice has been recognied If PIM2 =0 means auto mode will be selected and o/p will be cleared after 3 minutes or Key 11 has been given for clearing the o/p manually once the voice has been matched. I want to do this from the controller. and for my robotic application I can't wait for 3 minutes to recogniza the next word. <br /><br />Can anyone help me regarding the above doubts.<br /><br />Regards<br />Sanath<br />Bangalore<br /><br />“You get the best out of others when you give the best of yourself “<br />]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Thu, 08 May 2008 19:46:15 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9290.html</guid>
</item>
						<item>
						<title>Re: Voice Recognization Chip AP7003-02</title>
<link>http://www.8051projects.net/forum-t9290.html</link>
<description><![CDATA[<div class='quote_top'> wrote ...</div><div class='quote'>1. After I switch off whether the previosuly recorded voice retains or not.</div><br />switch it off and check it <img src='http://www.8051projects.net/e107_images/emotes/yahoo/1.gif' alt='' style='vertical-align:middle; border:0' /> <br /><br /><div class='quote_top'> wrote ...</div><div class='quote'>2. Regarding the key 10 and key11 for recognization threshold level. what is that recognization threshold level </div><br />I think recognition threshold level is tolerance of of system. or say acceptable error level of system. I am not able to find perfect words for it <img src='http://www.8051projects.net/e107_images/emotes/yahoo/1.gif' alt='' style='vertical-align:middle; border:0' /> <br /><br /><div class='quote_top'> wrote ...</div><div class='quote'>3. Once the voice has been recognied If PIM2 =0 means auto mode will be selected and o/p will be cleared after 3 minutes or Key 11 has been given for clearing the o/p manually once the voice has been matched. I want to do this from the controller. and for my robotic application I can't wait for 3 minutes to recogniza the next word.</div><br />give key 11 to controller GPIO <img src='http://www.8051projects.net/e107_images/emotes/yahoo/1.gif' alt='' style='vertical-align:middle; border:0' /> <br />I think controller interface is going to be totally different not like this typical application using keypad.]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Fri, 09 May 2008 14:43:46 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9290.html</guid>
</item>
				</channel>
				</rss>