Pretty cool. I have a dsPICDEM 1.1 board I bought some years ago and never used it. Now I'm just looking for something to use it for. It sells now for $300. Anybody want to make an offer or trade? Or any ideas?
I have ordered this chip, and the voice recognition eval library off MicroChip. It appears i have to programme it by C programming. Could anybody help me. Is there any way of programming this by MP LAB, Assemmbly?
I dont know enough about C programming, isit still a fairly easy job programming the library?
this is the demo application from Microchip, I made it work once... but I can't do it again, as I don't remember how to reconfigure the demo to work on the dsPIC30F6014A... the LCD shows "SPEECH RECOGN. v1.0" that's all I get now... *sigh* Microchip I know you are killing me, but I can't leave you.... I think that's true love... lmao!
It was almost the hardest thing to get what they had working ... oh and plus, I bought this board on ebay ... had to do some fixes on it ... and I had too many things that would go wrong!
by the way ... this demo is using my own program that I built on top of the example they provide us ... but don't ask me how I got it to work as it was a very long time ago ;)
@8HoSsEiN8 Thanks, yes I noticed that the program was modified, nice work, I am trying to get back to this (SR)... I called Microchip and they are going to give us a visit at the office soon to "solve problem" they said, if all goes right, I may post a video tutorial as a replay to your video if you don't mind :-)
Microchip provides an app that generates the model vectors for the words. you upload them to the DSP and their speech recognition software does a comparison with the loaded models on the fly ...
Hey man... NIce work... I am actually trying to work on a similar project! I have a couple of questions? is it necessary to use an oscillator? if yes which one can i use? and do i have to change any of the configuration bits in mplab? thanks alot for any help!
I need help, I have a voice recognition project and I need to send some bits per port, which are activated by voice Obeid, the problem is that I do not send these bits within the program of reconcedor voice, I hope your answer.
This library that I am using implements Hidden Markov Models.
On Windows you decide the words you need to recognize and build their HMMs and load it to the dsPIC and then the SR engine you have on dsPIC will compare the HMMs of the spoken words against what it has in its library.
Hi, I was wondering if you got this working on the dsPIC30F6014A?
Any help would be much appreciated.
nafixisntright 3 months ago
Great job...Can you let me know how to develop the same thing to detect sound breakage using the dsPIC???pls pls pls help me!!!
pinkylove446 4 months ago
Pretty cool. I have a dsPICDEM 1.1 board I bought some years ago and never used it. Now I'm just looking for something to use it for. It sells now for $300. Anybody want to make an offer or trade? Or any ideas?
PaulAndMuttley 5 months ago
I have ordered this chip, and the voice recognition eval library off MicroChip. It appears i have to programme it by C programming. Could anybody help me. Is there any way of programming this by MP LAB, Assemmbly?
I dont know enough about C programming, isit still a fairly easy job programming the library?
alkapowow786 1 year ago
this is the demo application from Microchip, I made it work once... but I can't do it again, as I don't remember how to reconfigure the demo to work on the dsPIC30F6014A... the LCD shows "SPEECH RECOGN. v1.0" that's all I get now... *sigh* Microchip I know you are killing me, but I can't leave you.... I think that's true love... lmao!
JalalSela 1 year ago
@JalalSela
I feel your pain!
It was almost the hardest thing to get what they had working ... oh and plus, I bought this board on ebay ... had to do some fixes on it ... and I had too many things that would go wrong!
by the way ... this demo is using my own program that I built on top of the example they provide us ... but don't ask me how I got it to work as it was a very long time ago ;)
Good Luck!
8HoSsEiN8 1 year ago
@8HoSsEiN8 Thanks, yes I noticed that the program was modified, nice work, I am trying to get back to this (SR)... I called Microchip and they are going to give us a visit at the office soon to "solve problem" they said, if all goes right, I may post a video tutorial as a replay to your video if you don't mind :-)
JalalSela 1 year ago
@JalalSela
thats great! ... yes ... by all means please do so!
I look forward to seeing that video and see if there is a magic spell they are going to teach you to make life easier using this product ;)
Best of luck and keep me posted
8HoSsEiN8 1 year ago
Which speech parameters did you use? MFCC? LPC? Cepstrum? Nice project!
cristianremingtonjm 1 year ago
@cristianremingtonjm
I believe this software is using HMM.
Microchip provides an app that generates the model vectors for the words. you upload them to the DSP and their speech recognition software does a comparison with the loaded models on the fly ...
8HoSsEiN8 1 year ago
COOL!!!! I'm working in the same project, could u tell me which DsPic are u using?? ...
and could u letme see the code plz, ireally apreciate ur help
betovenc 2 years ago
Hey man... NIce work... I am actually trying to work on a similar project! I have a couple of questions? is it necessary to use an oscillator? if yes which one can i use? and do i have to change any of the configuration bits in mplab? thanks alot for any help!
ramighazal 2 years ago
that library is available at Microchip website...good work
rwboghdady 3 years ago
I need help, I have a voice recognition project and I need to send some bits per port, which are activated by voice Obeid, the problem is that I do not send these bits within the program of reconcedor voice, I hope your answer.
caspersama 3 years ago
I am not sure what you are asking me!
What are you using for SR? what is "some bits per port"?
If you like you can send me a message (don't comment) and explain your project in more detail. I will see what I can help you with then.
8HoSsEiN8 3 years ago
Very cool. Which algorithms are you using? Are you using Cepstral coefficients? Hidden Markov Models? Dynamic Time Warping?
dbohls 3 years ago
This library that I am using implements Hidden Markov Models.
On Windows you decide the words you need to recognize and build their HMMs and load it to the dsPIC and then the SR engine you have on dsPIC will compare the HMMs of the spoken words against what it has in its library.
Thx for your comment ...
HoSsEiN
8HoSsEiN8 3 years ago